SpotlightKid / python-rtmidi

Python bindings for the cross-platform MIDI I/O library RtMidi
https://spotlightkid.github.io/python-rtmidi/
Other
356 stars 65 forks source link

Getting input messages #29

Closed ghost closed 6 years ago

ghost commented 6 years ago

Is there an example snippet code on how to get midi messages? For example from a running qtractor MIDI-track? How is it possible to get all midi-messages being played by a running qtractor?

SpotlightKid commented 6 years ago

Look in the examples/basic folder in the repo at the midiin_*.py scripts:

https://github.com/SpotlightKid/python-rtmidi/tree/master/examples/basic

ghost commented 6 years ago

Thanks for the link!