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?
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?
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
Now that explains a lot. Thanks Steve. Top man.
How does this work in Serum 2?
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?
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,
Hi Nick, that was exactly my problem. Thank you so much.