Keyboard Control notein patcher acting funny - Need help ASAP!
Hi, i'm making a keyboard control patch where im using an external keyboard to control the notes on MAX but when I use the notein noteout patch as soon as i hit the note it and release the key it play the released note as well, in other words it's play two notes, when i hit the key AND when i release it, is there some way to control this
We will need to see the patch.
You probably have it set up so that both the note-on (something like middle C at Velocity 120) and note-off (something like middle C at Velocity 0) are triggering whatever it is you are controlling.
Use [stripnote] to get only the note-on messages.
Ah! Thank you, Stripnote make it even better