Notein MIDI information is affecting all devices in my live set?
How can I filter the MIDI so that multiple Max MIDI effect only listens to the MIDI information coming from the current track is placed on?
I want the MIDI to only pickup what's being played on the current track.
Hi Ashleigh, it's impossible to diagnose what's going on in your case without seeing code you're using for MIDI input. Generally though, all you want to achieve this is a [midiin] object in your device for midi input.
I managed to get it working using dynamically inserting the canonical_device ID as the send / receive name. Thanks for your response though.