Hello,
I am completely stuck trying to make a simple Audio Plugin for Midi that translates Sysex to CC. It was easy to setup midi in Juce in the processBlock and with that I can translate CC to CC or manipulate midi notes, but I then noticed that Sysex is not received by the processBlock.
So in order to receive Sysex I have tried to setup a MidiInputCallback, but without luck so far. The AudioProcessor automatically takes the VST-midi input whereas with MidiInputCallback I have to define which midi input to take. Can it be that AudioProcessor and MidiInputCallback cannot be used at the same time? Is it possible to receive Sysex with the AudioProcessor (without having to setup a second Midi input)? Any advise is greatly appreciated.
Thanks a lot!