im working on a project
and i want to create a virtual midi input with python to flstudio (fruityloops)
i have googled a bit but all the modules i could find was about creating midi files which is not my issue.
so what module should i use for midi i/o with python?
Ahmet, I recommend MIDI Yoke for this. Building a virtual MIDI device driver is no easy task, and it isn’t something you’ll be doing with Python.
http://www.midiox.com/myoke.htm
Edit 2011: Some things have changed in the last year. I recommend using Tobias Erichsen’s driver, which allows you to create virtual ports and send data to them. If you can use a DLL, you can use his driver.
The info is here: http://www.tobias-erichsen.de/rtpMIDI.html
Contact him for the API.