MIDISend & MIDIPacketList
MIDISend & MIDIPacketList
- Subject: MIDISend & MIDIPacketList
- From: "Vigour Vigour" <email@hidden>
- Date: Tue, 21 Jan 2003 18:25:19 +0000
I have made the following code:
----------
// Create client and port
MIDIClientRef client = NULL;
MIDIClientCreate(CFSTR("Converter"), NULL, NULL, &client);
//MIDIPortRef inPort = NULL;
MIDIOutputPortCreate(client, CFSTR("Output port"), &gOutPort);
// find the first destination
gDest = MIDIGetDestination(0);
MIDISend(gOutPort, gDest, pktlist);
----------
My problem is the pktlist. The only thing I want to do is to send a MIDI
Note On message. Can someone plase help me with this code? The thing I want
to learn is to build a MIDIPacketList from scratch.
Best regards Peter
_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus
_______________________________________________
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.