Re: Create MIDI device programmaticly without a MIDIDriver bundle
Re: Create MIDI device programmaticly without a MIDIDriver bundle
- Subject: Re: Create MIDI device programmaticly without a MIDIDriver bundle
- From: Per Bull Holmen <email@hidden>
- Date: Sat, 04 Jun 2011 16:19:46 +0200
2011/6/4 Nuno Santos <email@hidden>:
> Basicly I just want to create a small app that creates a MIDI input/output which will be available in any audio program that uses MIDI.
>
> Let the remaining complexity to me! I'm not asking you guys to give me solutions. Just guidelines. Isn't that the purpose of this list after all?
I have read your posts and not replied because I am a total newbie and
surely the pros on the list could answer you better, plus I wasn't
sure if I properly understood your question. Anyway, if you are able
to decipher Objective-C, you can have a look at my little toy/hobby
program, that among other things send MIDI messages for other
applications to listen. Check it out here:
http://pastebin.com/fwvPcFxK
This class can send a MIDI message either to a real external device,
or creates a virtual MIDI source which will be available for all other
applications that are capable of receiving MIDI messages. The method
-initVirtual makes a virtual source that other programs can listen to.
Header file here:
http://pastebin.com/ppGGagVM
About receiving MIDI messages I don't know, but I'm sure you can
figure that out.
Per
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden