MIDI panic from MAX to Ableton Live, reset notes

audiobend's icon

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!!!

broc's icon

You could try sending control change messages

CC123, value 0 (All Notes Off) or
CC120, value 0 (All Sound Off).

audiobend's icon

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

Vadim Kupriyanov's icon

Hi!

Max Patch
Copy patch and select New From Clipboard in Max.

Is there more compact way to send note-off message on all channels, instead to make multiple ctlouts?

double_UG's icon
Max Patch
Copy patch and select New From Clipboard in Max.
Vadim Kupriyanov's icon

Thank you, great!

stephane MARTIN's icon

You can use this application to send CC123 and CC120 :
https://itunes.apple.com/us/app/midi-panic/id1276905859?mt=8