Hi,
Multiple Midi Ports Szenario:
Midi Device with Midi Out and Midi In for LES feedback( for example Stanton`s SCS.3 ). Szenario with 2 Controllers:
Midi In 1: SCS.3d (1)
Midi Out 1: SCS.3d (1) --> for LED feedback
Midi In 2: SCS.3d (2)
Midi Out 2: SCS.3d (2) --> for LED feedback
Midi Out 3: Virtiual Midi Port to Traktor/Ableton etc.
To selected a different channel for a Midi Controller is easy. Here´s an example. Preset Channel 1 has Channel 1 (0xB0) and Preset Channel 2 has Channel 2 (0xB1).
Code: Select all
--------------- Preset Preset Channel 1
Translator 1: Init
Options: stop=false
Incoming: on activation of this preset
Rules:
g0=0xB0
Outgoing: (none)
Translator 2: New Translator 1
Options: stop=false
Incoming: MIDI qq pp rr
Outgoing: MIDI g0 pp rr
--------------- Preset Preset Channel 2
Translator 1: Init
Options: stop=false
Incoming: on activation of this preset
Rules:
g1=0xB1
Outgoing: (none)
Translator 2: New Translator 1
Options: stop=false
Incoming: MIDI qq pp rr
Outgoing: MIDI g1 pp rr
For this example you have to setup the Midi Ports (Preset->Properties). Assign Controller 1 to Preset Channel 1 and Controller 2 for Preset Channel 2.
Hope that helps.
Cheers,
Rüdi