Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 462 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 462 Bytes

mcupython

Documentation will be updated with instructions on how to run, and how to install.

To run, launch the hackiemackie.py, which is the main program

example python3.10 hackiemackie.py

Settings are available in midiconfig.py, edit the file as needed to match your configuration.

Requirements: python3.10 (might work with some earlier versions of 3) mido module python-rtmidi

How to install needed modules: pip3 install python-rtmidi pip3 install mido