Creating a network MIDI driver
Creating a network MIDI driver
- Subject: Creating a network MIDI driver
- From: Nuno Santos <email@hidden>
- Date: Mon, 23 May 2011 21:08:16 +0100
Hi,
I've downloaded SampleUSBMIDIDriver in order to have an example of how to create a simple MIDI driver that receives data thru the network.
The driver development notes says the following:
"Use SampleUSBDriver as a starting place for a USB MIDI interface driver. Derive your USB driver from USBMIDIDriverBase. Derive non-USB drivers from MIDIDriver."
I did that and instead of deriving SampleUSBMIDIDriver from USBVendorMIDIDriver I have just derived it from MIDIDriver class.
The question is...
There are a lot of particular overrides done in SampleUSBMIDIDriver particulary for HandleInput, PrepareOutput and CreateDevice that are not present in the MIDIDriver base class.
How should I give a custom name to my device for example?
If someone could give me some tips on this...
With my best regards,
Nuno
_______________________________________________
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