Skip to content

Instantly share code, notes, and snippets.

"""
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