• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
dump bounces
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: Open times are too long
  • Next by Date: Re: AU - CW code gen problems
  • Previous by thread: Re: Open times are too long
  • Next by thread: Re: dump bounces
  • Index(es):
    • Date
    • Thread