filter MIDI notes based on note ON value?

meeble's icon

Hello,

What would be the easiest way to filter out (delete) certain MIDI notes based on their NOTE ON (pitch or velocity) value?

Thanks!

do.while's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Hi !
the simplest way i can think of now ,would be with use of zl.unique object .

meeble's icon

thank you – I will try this out today...

meeble's icon

I think I got this working, but using message lists with 50+ items in them is a bit tedious.

what about this scenario - this is something similar I would like to be able to do:

If a note ON value > 63, set the velocity to 127.
if the note ON value

easy to do?

double_UG's icon
Max Patch
Copy patch and select New From Clipboard in Max.
mzed's icon
Max Patch
Copy patch and select New From Clipboard in Max.
meeble's icon

thank you for that, MZED!