NoteOff retainer
This device holds back all note off commands until it has re...
- Type
- MIDI Effect
- Author
- md5
- Version
- 1.0
- License
- AttributionNonCommercialShareAlike
- Live version
- 10.0.1
- Max version
- 8.0.0
- Downloads
- 272
- Updated
- 2018-12-01
Description
This device holds back all note off commands until it has received the same amount of note on commands. At this point it will release all note offs at once.
Example:
key press A -> note on A
key press B -> note on B
key release A -> nothing
key press C -> note on C
key release C -> nothing
key release B -> note off A, B, C