This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
AutoNoteOff creates a virtual midi device with one midi input and one midi output | |
that passes through all events and outputs an additional note off immediately after every note on. | |
Usage: | |
python3 autonoteoff.py | |
(uses alsa midi, requires python3-pyalsa) | |
or |
OlderNewer