MIDI panic from MAX to Ableton Live, reset notes
Hi!!!
Im making a MAX MSP patch that modifies MIDI notes coming from live and then sends them to a Massive instrument. Sometimes the Massive instrument seems to keep playing notes as if the note off events are not arriving. I'm using a midiflush object to try to avoid this but it is still happening. Is it possible to send something like a MIDI panic Message to my instrument in live so I can make sure that I clear all "hanging notes"
Thankas a lot!!!
You could try sending control change messages
CC123, value 0 (All Notes Off) or
CC120, value 0 (All Sound Off).
Hey!!!
Thanks a lot!!! I made a counter that sends each note off message one by one but it didn't work. Your solution worked perfect. Now I'm sending CC123 value 0 and it works great!!!
Thanks
Hi!
Is there more compact way to send note-off message on all channels, instead to make multiple ctlouts?
Thank you, great!
You can use this application to send CC123 and CC120 :
https://itunes.apple.com/us/app/midi-panic/id1276905859?mt=8