• 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
MIDI iPad1 vs iPad2
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MIDI iPad1 vs iPad2


  • Subject: MIDI iPad1 vs iPad2
  • From: matt ingalls <email@hidden>
  • Date: Wed, 05 Oct 2011 15:48:06 -0700

hi,

i just discovered some of my MIDI code doesn't work on iPad2:

OSErr err = noErr;
err = MIDIClientCreate(mName, NULL, NULL, &mMIDIClient);
if (err == noErr)
{
err = MIDIOutputPortCreate(mMIDIClient, CFSTR("My Output"), &mMIDIOutPort);
   if (err == noErr)
       std::cout << MIDIGetNumberOfDestinations();
}

on iPad1, this is successful (no errors. outputs '1')
but NOT on iPad2 (no errors. outputs '0')


anybody know why this would be happening?


i also noticed that when i launch GarageBand on both iPads, 
the iPad1 shows up on my Mac's Audio MIDI Network, 
but the iPad2 does not. 


thanks,
matt
http://sonomatics.com
 _______________________________________________
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: MIDI iPad1 vs iPad2
      • From: Doug Wyatt <email@hidden>
  • Prev by Date: Calling MIDIPacketListAdd from NSTimer
  • Next by Date: Re: MIDI iPad1 vs iPad2
  • Previous by thread: Re: Calling MIDIPacketListAdd from NSTimer
  • Next by thread: Re: MIDI iPad1 vs iPad2
  • Index(es):
    • Date
    • Thread