tags:

views:

29

answers:

1

hi everybody, 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?

A: 

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

Brad