![]() |
![]() ![]() ![]() ![]() ![]()
|
next newest topic | next oldest topic |
Author | Topic: Replicate MIDI Controllers Across Channels |
kymoid Member |
![]() ![]() ![]() Howdy, How do I, for example, take ModWheel messages coming in on MIDI CH 1 from a MIDI Controller and replicate and output the same messages across CH 1 thru CH 6 to the Capys MIDI OUT. Kind of like a MIDI Channel Splitter. ModWheel MIDI IN|--->CH1...MIDI OUT|---> CH1 Thanks, Sorry about the diagram, couldn't help it. Tom IP: Logged |
SSC Administrator |
![]() ![]() ![]() Hello Tom, You could use a MIDIOutputController for each of the output MIDI channels (create a Mixer containing all six of them). Set the output channels to 1, 2,..,6 respectively and set the value to !ModWheel (or whatever controller you want to split). Alternatively, you could put ?chan into a MIDIOutputController's Channel field and then use a Script to create 6 copies of it, each with a different channel number. For example, if you named the MIDIOutputController 'midiOut': 1 to: 6 do: [:i | midiOut start: 0 s chan: i] IP: Logged |
All times are CT (US) | next newest topic | next oldest topic |
![]() ![]() |
This forum is provided solely for the support and edification of the customers of Symbolic Sound Corporation.