LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
bin/mido-connect
bin/mido-play
bin/mido-ports
bin/mido-serve
docs/Makefile
docs/about_midi.rst
docs/acknowledgements.rst
docs/authors.rst
docs/bin.rst
docs/changes.rst
docs/conf.py
docs/contributing.rst
docs/freezing.rst
docs/frozen_messages.rst
docs/implementing_backends.rst
docs/implementing_ports.rst
docs/index.rst
docs/installing.rst
docs/intro.rst
docs/lib.rst
docs/license.rst
docs/make.bat
docs/message_types.rst
docs/messages.rst
docs/meta_message_types.rst
docs/midi_files.rst
docs/parsing.rst
docs/ports.rst
docs/resources.rst
docs/roadmap.rst
docs/socket_ports.rst
docs/string_encoding.rst
docs/syx.rst
docs/_static/PLACEHOLDER
docs/backends/amidi.rst
docs/backends/index.rst
docs/backends/portmidi.rst
docs/backends/pygame.rst
docs/backends/rtmidi.rst
docs/backends/rtmidi_python.rst
docs/images/midi_time.svg
examples/using_rtmidi_directly.py
examples/backends/printer.py
examples/backends/rtm.py
examples/backends/use_printer.py
examples/midifiles/create_midi_file.py
examples/midifiles/midifile_to_json.py
examples/midifiles/play_midi_file.py
examples/midifiles/print_midi_file.py
examples/midifiles/test.sh
examples/ports/input_filter.py
examples/ports/list_ports.py
examples/ports/multi_receive.py
examples/ports/nonblocking_receive.py
examples/ports/queue_port.py
examples/ports/receive.py
examples/ports/send.py
examples/sockets/forward_ports.py
examples/sockets/serve_ports.py
examples/sockets/simple_client.py
examples/sockets/simple_server.py
extras/README.rst
extras/hid_joystick.py
mido/__about__.py
mido/__init__.py
mido/frozen.py
mido/parser.py
mido/ports.py
mido/py2.py
mido/sockets.py
mido/syx.py
mido/tokenizer.py
mido/version.py
mido.egg-info/PKG-INFO
mido.egg-info/SOURCES.txt
mido.egg-info/dependency_links.txt
mido.egg-info/not-zip-safe
mido.egg-info/requires.txt
mido.egg-info/top_level.txt
mido/backends/__init__.py
mido/backends/_parser_queue.py
mido/backends/amidi.py
mido/backends/backend.py
mido/backends/portmidi.py
mido/backends/portmidi_init.py
mido/backends/pygame.py
mido/backends/rtmidi.py
mido/backends/rtmidi_python.py
mido/backends/rtmidi_utils.py
mido/messages/__init__.py
mido/messages/checks.py
mido/messages/decode.py
mido/messages/encode.py
mido/messages/messages.py
mido/messages/specs.py
mido/messages/strings.py
mido/midifiles/__init__.py
mido/midifiles/meta.py
mido/midifiles/midifiles.py
mido/midifiles/tracks.py
mido/midifiles/units.py
tests/test_frozen.py
tests/test_parser.py
tests/test_ports.py
tests/test_sockets.py
tests/test_syx.py
tests/test_tokenizer.py
tests/backends/test_backend.py
tests/backends/test_rtmidi.py
tests/messages/test_checks.py
tests/messages/test_decode.py
tests/messages/test_encode.py
tests/messages/test_messages.py
tests/messages/test_strings.py
tests/midifiles/test_meta.py
tests/midifiles/test_midifiles.py
tests/midifiles/test_tracks.py
tests/midifiles/test_units.py