$Page MIDI Routing Output $TargetName MIDI Routing Output *Sending MIDI to other channels* This audio effect sends out MIDI notes to anywhere in Live. It generates a note if the incoming audio goes above a set threshold. Max for Live allows you to send MIDI from your device to other MIDI channels. Changing the output routing for a device sets the MIDI routing for all the MIDI output objects in the patch. The Routing abstraction contains more details about how the API works, however to use channel routing in your own devices you can just copy over the abstraction, which can also be used for MIDI output routing and audio in- and output routing. MIDI-Routing-Output.png -> Note that MIDI effects don't allow for MIDI output routing since they are hardwired to send MIDI to their own track only. Instruments do though. -> The routing for a device is saved in a set, there is no need to save this with parameters in a device. -> After changing the MIDI objects in your device, you may need to save the device before routing is applied.