Loopy Pro: Create music, your way.

What is Loopy Pro?Loopy Pro is a powerful, flexible, and intuitive live looper, sampler, clip launcher and DAW for iPhone and iPad. At its core, it allows you to record and layer sounds in real-time to create complex musical arrangements. But it doesn’t stop there—Loopy Pro offers advanced tools to customize your workflow, build dynamic performance setups, and create a seamless connection between instruments, effects, and external gear.

Use it for live looping, sequencing, arranging, mixing, and much more. Whether you're a live performer, a producer, or just experimenting with sound, Loopy Pro helps you take control of your creative process.

Download on the App Store

Loopy Pro is your all-in-one musical toolkit. Try it for free today.

Supporting Audiobus means that I'm automatically supporting IAA on my app?

Hi,

I'm currently implementing Audiobus on my app but it doesn't seem to be compatible with IAA host apps.

Do I need to perform additional steps in order to support IAA?

Thanks,

Regards,

Nuno

Comments

  • I'd address this question to the Audiobus Developer Center.

  • Apps that support current version of AudiBus SDK act as IAA-Generators automagically.
    For IAA-Instrument support I think there is more work that needs to be done.

  • Hey,

    What I found so far was:

    • You should instantiate the ABSenderPort as soon as possible because IAA need to have it published and I think ABSenderPort is the class responsible for this.
    • You should register for midi events on that port if you want to receive midi events from IAA app host
    • You should ensure that audio engine is active otherwise it will not work, thus you need to ensure that your app is not connected to Audiobus or IAA host when app goes to background
    • If you are running a debug session thru Xcode, IAA host will not be able to connect to your app (this one is really bad since you cannot have logging)

    Thanks,

    Regards,

    Nuno

Sign In or Register to comment.