Re: How do I get MIDIServer to load my MIDI Driver?
Re: How do I get MIDIServer to load my MIDI Driver?
- Subject: Re: How do I get MIDIServer to load my MIDI Driver?
- From: Bill Stewart <email@hidden>
- Date: Tue, 19 Mar 2002 18:21:07 -0800
on 19/3/02 1:59 PM, Cameron Jones wrote:
>
I'm developing a MIDI Driver for a vendor-specific USB MIDI device.
>
>
I have cloned the SampleUSBMIDIDriver project, tweaked the info.plist
>
appropriately, and everything builds fine. I place the resulting bundle in
>
/Library/Audio/...
It must be:
/Library/Audio/MIDI\ Drivers
Or the home relative directory of the same path.
You'll need 10.1.2 I think for it to find drivers in that directory. Before
then:
/System/Library/Extensions/
Would work (and will still work) but the Library/Audio place is really where
you should put it.
Bill
>
>
But I can't get MIDIServer to instantiate my driver or call its MatchDevice
>
method when I plug in my USB device.
>
>
There is no obvious problem in the info.plist. I have generated a new UUID,
>
the CFPlugInFactories property is correct (e.g. It matches the export of the
>
bundle's object module), etc.
>
>
How do I get MIDIServer to instantiate my driver?
>
>
Thanks in advance...
>
>
Cameron Jones
>
Salem Technology Associates
mailto:email@hidden
tel: +1 408 974 4056
__________________________________________________________________________
"Thousands of years ago, cats were worshipped as gods. We have never
forgotten this."
__________________________________________________________________________
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.