I’m building a MB64e based dedicated controller for another synth. The controller will just send CC events to the synth for parameter changes but I still want the synth to get all the MIDI messages coming into the controller from a sequencer. Does MB64e natively support forwarding or do I have to implement it in
void MPROC_NotifyReceivedEvnt( unsigned char evnt0, unsigned char evnt1, unsigned char evnt2) __wparam {
...
}
such as found in the tutorials?
Best regards,
Dan