CC for serum

Started by battiston
Avatar for battiston

battiston

Apologies if this has been covered previously. I can't a list of the cc codes for Serum anywhere on line. For example what cc# is the filter cutoff?

Avatar for steve_xfer

steve_xfer

There are no default CC assignments (other than CC1 / mod wheel). The intent is for you to use the MIDI Learn system and map your desired MIDI CC's to your desired destinations. Then, you can save that as a MIDI Map, optionally making it the default assignments so it loads the CC assignments on new instances:

https://xferrecords.com/forums/serum/default-mid-cc-assignments

Avatar for battiston

battiston

Now that explains a lot. Thanks Steve. Top man.

Avatar for thespidersankles-splice

thespidersankles-splice

I second the above comment, are we sure there’s no default CC assignments for serum 2 as of latest update? (2.1.4). I’m trying to map a midi controller to the parameters but many of them keep also changing my sound patch or wave type or noise sample etc. in addition to the parameter mapping I’ve assigned. For example, with CC29 assigned to my filter cutoff, moving my encoder to beyond about 50% value seems to also change my noise sample every time. Super frustrating. Is there definitely no chart of default CC assignments?

Avatar for nick_xfer

nick_xfer

I’m trying to map a midi controller to the parameters but many of them keep also changing my sound patch or wave type or noise sample etc. in addition to the parameter mapping I’ve assigned.

Check your Serum2Prefs.json file - having any of the following set to values other than -1 would cause the behavior you describe:

"CCForRocker OSC A +": -1,
"CCForRocker OSC A -": -1,
"CCForRocker OSC B +": -1,
"CCForRocker OSC B -": -1,
"CCForRocker OSC C +": -1,
"CCForRocker OSC C -": -1,
"CCForRocker OSC N +": -1,
"CCForRocker OSC N -": -1,
"CCForRocker Preset +": -1,
"CCForRocker Preset -": -1,

Avatar for thespidersankles-splice

thespidersankles-splice

Hi Nick, that was exactly my problem. Thank you so much.