$Page MIDI Routing Input $TargetName MIDI Routing Input *Getting MIDI from other channels* This audio effect receives MIDI notes from anywhere in Live. It uses the MIDI note information from the SOURCE track to control an LFO: the pitch sets the LFO speed and the velocity sets its depth. Max for Live allows you to receive MIDI from other channels in audio devices. Changing the input routing for a device sets the MIDI routing for all the MIDI input objects in the patch. The Routing abstractions 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-Input.png -> Note that MIDI effects and Instruments don't allow for MIDI input routing, they are hardwired to receive MIDI from their own track only. -> 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.