Hi, I want to create a cabbage vst that modifies the midi message. The pitch bend in particular. I want to read the default midi from the daw, change the pitch bend value and send it out as midi again. Which opcodes should I look into?
Check out the midiout opcodes. And check out the midi out examples in Cabbage.
1 Like
Will do, thanks!