Cabbage Logo
Back to Cabbage Site

Assigning pitch and mod wheel?

Does Cabbage have a built in channel to assign pitch and mod wheel? or should I just use ctrl7 for CC 1 and midipitchbend opcode?

The opcodes should work just fine. Isn’t there a modwheel one too?

Oh, maybe. I’ll look into it. Thanks

Apologies, it doesn’t look like there is :frowning: seems like ctrl7 is your best bet.

If anyone is interested, I assigned pitchbend with the following.

Be sure to change the MIDI flag to --midi-key-oct=4

;midi pitchbend kpb init 0 midipitchbend kpb koct = p4+kpb ;add pitchbend values to octave-point-decimal value kcps = cpsoct(koct) ;convert octave-point-decimal value into Hz

1 Like