.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.rst
build-wheels.sh
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
alsa_midi/__init__.py
alsa_midi/_ffi.py
alsa_midi/_ffi_defs.py
alsa_midi/address.py
alsa_midi/client.py
alsa_midi/event.py
alsa_midi/exceptions.py
alsa_midi/port.py
alsa_midi/queue.py
alsa_midi/util.py
alsa_midi.egg-info/PKG-INFO
alsa_midi.egg-info/SOURCES.txt
alsa_midi.egg-info/dependency_links.txt
alsa_midi.egg-info/not-zip-safe
alsa_midi.egg-info/requires.txt
alsa_midi.egg-info/top_level.txt
docs/Makefile
docs/alsa.tag
docs/api.rst
docs/api_async_client.rst
docs/api_client.rst
docs/api_events.rst
docs/api_exceptions.rst
docs/api_misc.rst
docs/api_port.rst
docs/api_queue.rst
docs/conf.py
docs/index.rst
docs/overview.rst
docs/requirements.txt
docs/usage.rst
examples/connect.py
examples/dump_bytes.py
examples/dump_events.py
examples/list_clients.py
examples/list_ports.py
examples/list_ports_full.py
examples/play_the_lick.py
examples/play_the_lick_bytes.py
tests/Vagrantfile
tests/__init__.py
tests/conftest.py
tests/test_address.py
tests/test_client.py
tests/test_compile_no_compile.py
tests/test_event.py
tests/test_event_async_input.py
tests/test_event_async_output.py
tests/test_event_input.py
tests/test_event_output.py
tests/test_port.py
tests/test_port_query.py
tests/test_queue.py
tests/test_realtime.py
tests/test_util.py
tests/data/c_major.mid
tests/data/generate.py