Is there a way in PB to register your app as a MIDI device, recognizable and usable by other running programs?
(Would this be a MIDI driver essentially?)
It doesn't have to be cross platform (I'm on Windows XP), I just want to be able to generate MIDI messages in my program and have another music program receive them.
Ideas?
Output MIDI to other programs
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: Output MIDI to other programs
For Windows, have a look at the Core Audio APIs.
http://msdn.microsoft.com/en-us/library ... 85%29.aspx
Midi Stream:
http://msdn.microsoft.com/en-us/library ... 85%29.aspx
http://msdn.microsoft.com/en-us/library ... 85%29.aspx
Midi Stream:
http://msdn.microsoft.com/en-us/library ... 85%29.aspx
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: Output MIDI to other programs
Looks very useful, I'll take a look at it later this week.
Re: Output MIDI to other programs
Hello there,
Do you guys ever figured out how to do it? I'm in the process of writing a program that would need such a functionality! I'm thinking about using the excellent MidiYoke NT but I would prefer a more elegant solution (Virtual MIDI port). I'll take a look at the up previous links, thanks in advance!
Best,
-K
Do you guys ever figured out how to do it? I'm in the process of writing a program that would need such a functionality! I'm thinking about using the excellent MidiYoke NT but I would prefer a more elegant solution (Virtual MIDI port). I'll take a look at the up previous links, thanks in advance!
Best,
-K
Re: Output MIDI to other programs
I'm also interested in this - did either of you get anywhere with it?