MIDI polyphony/monophony

max's icon

Hello,

I would like to have the choice between polyphony and monophony my makenote object, i.e. I don't want the notes to overlap. I tried to use the ddg.mono object but it doesn't seem to be the right way forward.
Someone ?
Thanks you in advance.
M.

double_UG's icon

just send a bang to the [flush] when a new note on arrives. Here my M4L version.

Monophone Note Off 01.amxd
amxd 9.67 KB

Roman Thilenius's icon

first try to recreate [makenote] with simpler objects, then you will find the way how to implement poly vs mono easily.

max's icon

thanks for your answers !

unfortunately, I would prefer to work with makenote because they are in all my patches. But how I could recreate something more handable ?

@Double UG, your solution works like a charm in Ableton Live, but I cannot adapt it to my Max Patch which works just with lists (note, velo, midi ch)

Thanks !

broc's icon

You can use makenote and insert [poly] on output.

max's icon

yes good idea ! it works perfectly.
thanks,
M