dump bounces
dump bounces
- Subject: dump bounces
- From: daniel oberhoff <email@hidden>
- Date: Fri, 28 Mar 2003 00:21:01 +0100
hi!
i am having trouble trying to make a sysex sampledump to the doepfer
a112. i wrote a little gui using the PYMidi framework which takes care
of some formalities only. i get a MIDIEndpointRef through it, and i use
that to do the dump. i make the rewuest here:
//setup request
MIDISysexSendRequest* req =
(MIDISysexSendRequest*)malloc(sizeof(MIDISysexSendRequest));
req->data = data;
req->destination = [m_endpoint midiEndpointRef];
req->bytesToSend = numBytes;
req->complete = false;
req->completionProc = dump_completion_proc;
NSLog(@"bytes to send: %d", req->bytesToSend);
MIDISendSysex(req);
and i dont get an error result, an error ,message or anything else
there. after a while the completionproc gets called and there the
bytesToSend is 0. i watch my interface closely all the time
but the send-led doesnt light up (the led is ok...).
:(
daniel
_______________________________________________
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.