.flake8
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
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/show_midifile.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_fix/__about__.py
mido_fix/__init__.py
mido_fix/frozen.py
mido_fix/parser.py
mido_fix/ports.py
mido_fix/py2.py
mido_fix/sockets.py
mido_fix/syx.py
mido_fix/tokenizer.py
mido_fix/version.py
mido_fix.egg-info/PKG-INFO
mido_fix.egg-info/SOURCES.txt
mido_fix.egg-info/dependency_links.txt
mido_fix.egg-info/not-zip-safe
mido_fix.egg-info/requires.txt
mido_fix.egg-info/top_level.txt
mido_fix/backends/__init__.py
mido_fix/backends/_parser_queue.py
mido_fix/backends/amidi.py
mido_fix/backends/backend.py
mido_fix/backends/portmidi.py
mido_fix/backends/portmidi_init.py
mido_fix/backends/pygame.py
mido_fix/backends/rtmidi.py
mido_fix/backends/rtmidi_python.py
mido_fix/backends/rtmidi_utils.py
mido_fix/messages/__init__.py
mido_fix/messages/checks.py
mido_fix/messages/decode.py
mido_fix/messages/encode.py
mido_fix/messages/messages.py
mido_fix/messages/specs.py
mido_fix/messages/strings.py
mido_fix/midifiles/__init__.py
mido_fix/midifiles/meta.py
mido_fix/midifiles/midifiles.py
mido_fix/midifiles/tracks.py
mido_fix/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