Skip to content

HMT 3.0 - Using Mido for Midi IO

Latest
Compare
Choose a tag to compare
@andrew-lowell andrew-lowell released this 31 Jan 03:52
· 1 commit to master since this release
41d7044

This release uses the Mido python library for OS independent IO and efficiency, replacing the MIDI in and out CHOPs, and chops-based systems.

Mido must be installed to use the play_with_mido or the midi_input nodes. See
https://www.youtube.com/watch?v=cIEN50WuPoc

curl https://bootstrap.pypa.io/get-pip.py -o C:/TEMP/get-pip.py
hython C:/TEMP/get-pip.py
hython -m pip install mido
hython -m pip install python-rtmidi

For how to install external libraries.

https://mido.readthedocs.io/en/latest/