We found that the latest version of our plugins accept 16 MIDI input channels, that was not the case with olders builds. Looking into the VST2 wrapper of JUCE I found out that the number of MIDI in/out channels is hard coded to 16:
For our plugins, we think that is quite confusing for the user to show 16 MIDI inputs (for example in Ableton Live that gives a huge long list of MIDI inputs…), as our plugins only require a single MIDI input.
JUCE team, could you please consider to make the channel count adjustable?
The number of MIDI inputs should definitely be configurable to provide a good user experience.
Right now, if we’d have for esample 3 plugins on that channel that’d show 48 MIDI ins… that’d definitely be very ugly + confusing to the user, so I’d appreciate it a lot if we could configure that number.