Duggle Posted October 26, 2012 Report Share Posted October 26, 2012 I have two keyboards attached to my SEQV4L: one that records to the sequencer (IN1->seq->OUT1(synth A))another that does not, but uses the router to merge the external clock as well as use USB connectivity. (IN2->OUT2(synth B))I have the IN->OUT button set to inactive and have set up router nodes IN1->OUT1, IN2->OUT2 so that the keyboards are controlling the respective synths correctly. So my question is: how do I stop the MIDI IN2 from writing to the sequencer? Quote Link to comment Share on other sites More sharing options...
TK. Posted October 26, 2012 Report Share Posted October 26, 2012 The port configuration is stored in the session directory, MBSEQ_C.V4 file: MIDI_IN_RecPort It's 0 by default which means all ports enabled. Other valid settings: USB1: MIDI_IN_RecPort 16 USB2: MIDI_IN_RecPort 17 USB3: MIDI_IN_RecPort 18 USB4: MIDI_IN_RecPort 19 IN1: MIDI_IN_RecPort 32 IN2: MIDI_IN_RecPort 33 IN3: MIDI_IN_RecPort 34 IN4: MIDI_IN_RecPort 35 Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.