baseplug icon indicating copy to clipboard operation
baseplug copied to clipboard

Impossible to create audio effects with MIDI in?

Open marc-weber1 opened this issue 3 years ago • 0 comments

Creating a plugin implementation with:

const INPUT_CHANNELS: usize = 2;
const OUTPUT_CHANNELS: usize = 2;

that also implements MidiReceiver creates something that is flagged by Ableton and RENoise as an instrument with sidechain, when it should be an effect with 2 input channels. Does baseplug have a manual setting for this, like JUCE? Should this be a const in the Plugin trait?

marc-weber1 avatar May 16 '22 02:05 marc-weber1