This is a similar question to the one asked by PJE 15 days ago…
I want to generate NoteOn and NoteOff values from a very slow speed CC LFO Generator by passing CC values through a Transform pipe, but the output shows only NoteOn values. Is there something else I need to do to get the NoteOff values as well? (I don’t have any filtering turned on, by the way).
The “Into Note On & Note Off” works when the “What” is also Note On & Note Off - this is to allow users to use a single Transform pipe whenever both Note On & Note Off are to be transformed in the same way.
For getting Note Offs for other cases, use “Into Note On” and place a Fixed Length pipe to the right. Or use a Dispatcher pipe with a single channel enabled to get Note Off messages automatically generated whenever a new Note On is produced.
Keep in mind that a Note On with 0 velocity is still supposed to be considered as a Note Off, so it might require special handling, depending on what you want to do.