Forwarding Events on a dedicated controller

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

The MB64E has an integrated MIDI merger which will do this job - just enable it. :slight_smile:

Best Regards, Thorsten.