Jump to content

SEQ4VL: sequencer input events MIDI port


Recommended Posts

Posted

I have two keyboards attached to my SEQV4L:

  1. one that records to the sequencer (IN1->seq->OUT1(synth A))
  2. 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?

Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...