Still Confused about kMIDIPropertyReceiveChannels
Still Confused about kMIDIPropertyReceiveChannels
- Subject: Still Confused about kMIDIPropertyReceiveChannels
- From: Jeremy Sagan <email@hidden>
- Date: Wed, 3 Mar 2004 17:49:41 -0500
Using Panther and MIDIman MIDISport 1x1 or 2x2 interface connected to
an Korg X5D or X5DR the following call returns an error:
stat = MIDIObjectGetIntegerProperty(endp, kMIDIPropertyReceiveChannels,
&chanMask);
The endpoint endp is obtained via this call:
if (MIDIObjectFindByUniqueID(thePtr[uniq], &object, &mot) ==
noErr)
{
endp = object;
}
Which is successful.
Why does kMIDIPropertyReceiveChannels return an error? Is this a driver
issue? The receive channels is totally configurable under the port for
the X5DR in AMS so I don't understand why I cannot read it.
Thanks,
Jeremy
_______________________________________________
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.