Kyma Forum
  Tips & Techniques
  Replicate MIDI Controllers Across Channels

Post New Topic  Post A Reply
profile | register | preferences | faq | search

next newest topic | next oldest topic
Author Topic:   Replicate MIDI Controllers Across Channels
kymoid
Member
posted 17 January 2006 01:04         Edit/Delete Message   Reply w/Quote
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
|---> CH2
|---> CH3
|---> CH4
|---> CH5
|---> CH6

Thanks, Sorry about the diagram, couldn't help it.

Tom

IP: Logged

SSC
Administrator
posted 17 January 2006 10:30         Edit/Delete Message   Reply w/Quote
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

Administrative Options: Close Topic | Archive/Move | Delete Topic
Post New Topic  Post A Reply

Contact Us | Symbolic Sound Home

This forum is provided solely for the support and edification of the customers of Symbolic Sound Corporation.


Ultimate Bulletin Board 5.45c