@Martin.Jirsak Apparently there IS a way to assert last event type, like this:
For some reason the manual is really scarce on it, but “MIDI Status” is sort of the equivalent of “type”. Where:
- Note - 144
- PolyPressure - 160
- Controller - 176
- Program Change - 192
- After Touch - 208
- Pitch Bend - 224
(Jumping in 16 every time, i.e. the first 4 least-significant-bits are ignored)
Please update the manual on this… I literally had to guess it.
Also note - you can input the word “Controller” or “Note” and it will find the right number. But you still can’t write “C3” (Even if you asserted that the type is indeed a note).
This is not the expected behavior and should be fixed.