• 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
Re: Coreaudio-api Digest, Vol 10, Issue 120
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Coreaudio-api Digest, Vol 10, Issue 120


  • Subject: Re: Coreaudio-api Digest, Vol 10, Issue 120
  • From: Pier <email@hidden>
  • Date: Thu, 11 Apr 2013 10:14:58 +0800

Hi Douglas, 

Thanks for the reply. 
I'm doing this :


- (void) addPacketToPacketList:(Byte*) data ofLength:(int) len {

    

    NSLog(@"%lld", mach_absolute_time());
    currentPacket = MIDIPacketListAdd(packetList, PACKETLIST_SIZE, currentPacket, mach_absolute_time, len, data);

    if (!currentPacket) exit(1);

}
Do not post admin requests to the list. They will be ignored. Coreaudio-api mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Proper use of MIDIPacketListAdd
      • From: Douglas Scott <email@hidden>
  • Prev by Date: Re: Proper use of MIDIPacketListAdd
  • Next by Date: PCM data convesion from byte to short
  • Previous by thread: Re: Proper use of MIDIPacketListAdd
  • Next by thread: Re: Proper use of MIDIPacketListAdd
  • Index(es):
    • Date
    • Thread