Python Forum

Full Version: Real time MIDI with python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, so I had this idea for a program that requires a real time midi library for python. To explain further, I need to be able to see and alter a midi input device that spits out the alterd information as a virtual midi output port. This output port than should be visible in a DAW. One library I found is called Pyrtmidi (python rt midi). Is that the best choice or do you recommend something else? Keep in mind I am somewhat of a beginner.
There are many midi packages available (see: https://pypi.org/search/?q=midi )
perhaps one of these already does what you want.