I would like to write a MIDI machine that clips out very short notes (noise from my guitar that gets past the Noise Gate functionality, eg: when I lift my finger off a string/fret).
How do I go about this?
I am comfortable with programming and can learn Lua. I noticed that the API is minimal and does not expose a clock (so that I can read and store time in order to reason about note duration).