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 StoreLoopy Pro is your all-in-one musical toolkit. Try it for free today.
AUv3 Developer Questions
Hi,
I'm the developer of the SoundFonts iOS app/AUv3 extension (https://apps.apple.com/us/app/soundfonts/id1453325077). I'm looking to improve on it but I'm kind of hitting a wall and I'm hoping to get in touch with a developer or two who have worked on their own AUv3 extensions. In particular:
- Triggering sounds from inside the AUv3 plugin. I tried two ways to send commands to the internal sampler -- directly via sampler API, and indirectly by adding MIDI commands via the AUv3
scheduleMIDIEventBlock. I am able to do this in the app just fine, and I use it to play an A4 note when the user touches on a new patch. - Plugin UI sizing. How does one get the host (eg AUM) to provide a certain amount of screen to the plugin view? I thought that AUV3
supportedViewConfigurationswas the way to go, but I'm not seeing AUM call on it. - Parameter management via AUParameterTree (I just really need to sit down and plan it out really).
- Any other resources? Mailing lists or forums to join?
Thanks everyone!
Regards,
Brad

Comments
There is a developer part of the forum where you can join and converse with your peers.
@Shiro Doh! Thanks!