.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/release.yml
docs/firmware-notes.md
docs/permissions.md
docs/protocol.md
pyvmancer/__init__.py
pyvmancer/cli.py
pyvmancer/const.py
pyvmancer/device.py
pyvmancer/discovery.py
pyvmancer/errors.py
pyvmancer/firmware.py
pyvmancer/library.py
pyvmancer/midi.py
pyvmancer/programs.py
pyvmancer/scaling.py
pyvmancer/shell.py
pyvmancer/video.py
pyvmancer.egg-info/PKG-INFO
pyvmancer.egg-info/SOURCES.txt
pyvmancer.egg-info/dependency_links.txt
pyvmancer.egg-info/entry_points.txt
pyvmancer.egg-info/requires.txt
pyvmancer.egg-info/top_level.txt
pyvmancer/transports/__init__.py
pyvmancer/transports/base.py
pyvmancer/transports/mido_port.py
pyvmancer/transports/rawmidi.py
pyvmancer/transports/serial_tty.py
pyvmancer/transports/usb_cdc.py
tests/__init__.py
tests/conftest.py
tests/test_const.py
tests/test_device.py
tests/test_discovery.py
tests/test_firmware.py
tests/test_library.py
tests/test_midi.py
tests/test_programs.py
tests/test_scaling.py
tests/test_shell.py
tests/test_transports.py
tests/test_video.py