How does one go about writing a virtual MIDI interface?
Posted
by Alex
on Stack Overflow
See other posts from Stack Overflow
or by Alex
Published on 2010-05-18T19:01:41Z
Indexed on
2010/05/18
19:40 UTC
Read the original article
Hit count: 195
I want to do some funky things with controlling MIDI streams, and I'd like to be able to pipe MIDI input into an application like Ableton or Reason. Presumably this involves some sort of driver level work?
Ultimately I'd like to write my application in Python, so if there is some Python-based solution, I'd consider it. I'm perfectly fine with using C/C++, though, so that's not a problem.
© Stack Overflow or respective owner