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.
Mobile vs Desktop Panel at the Audio Developer Conference this year
iOS Music is getting its due at the big Audio Developer Conference in London this year!
After years of coding, I'm humbled and honored to be moderating this panel with such amazing panelists. It'll be live-streamed for everyone at home.
Interview/Preview:
https://juce.com/discover/stories/introducing-the-mobile-vs-desktop-software-panel
Comments
Woah, interesting! Looking forward to it!
Dope
Looking forward for this!
Some dodgy looking characters there
Hopefully the live streams will be recorded and put up somewhere so that we can still watch if we cannot watch live.
Cool stuff! Interested when it comes out.
Curious if the focus will be about merging the two, or taking advantage of the distinct strengths of each platform
Thanks for the support 🙏
The streams will be on Youtube afterwards!
It looks like Apple's Catalyst is intended to assist IOS Game Developers to
move easily to Mac's OS X environment. I don't see effort to make OS X AU's
port easily to IOS or any other obvious audio benefits. Still, IOS is getting more and more
investment from desktop development shops since the users are migrating away from
expensive laptops since they just need a browser, spreadsheet and email to do most work related computing.
I'm confused. Can you help me understand?
Catalyst is absolutely a pathway for iOS AUv3s to run on macOS. Apple is lobbying music app developers, hard. There are speculations that you'll see 200 to 300 low cost Mac Catalyst versions of iOS AUv3s in the coming year. Maybe even an AUv3 store on mac... and, in Logic.
And this might surprise some non-developers here: There currently doesn't need to be an effort for desktop AUs to be ported easily to iOS, as one exists. The VAST majority of desktop plugins (Korg, Waves, Serum, Output, Arturia, U-He, Image Line, Audio Damage... basically every paid VST) are built with JUCE, which is cross-platform. If the UI is in order, making an iOS plugin with JUCE can be as easy as checking a box. (Even the Moog apps are built this way, they skip the desktop target and only build for iOS with JUCE).
TLDR; The reason you don't see your favorite desktop plugins as iOS plugins is usually a business decision, and a not a technical decision. Chris Randall has blogged that the "costs" of making iOS versions of their plugins is simply the testing on the devices and supporting 8x the users.
Wow. This is great to hear. Thanks for the insight. Hopefully more devs choose to ‘check the box’ ✅
No. It looks like I'M confused. Good news to know it's bi-directional in practice.
What I saw using Google didn't make that clear. Lots of details about using XCode
to move games from IOS to a Mac. I had some fun making AudioKit D1 run on my Mac using
the Xcode emulator (with your assistance, @analog_matt).
Does AudioKit use JUCE too or just play well with it. Is it an either/or both decision for a developer?
Thanks for the details!
It's typically an either/or decision. JUCE can be written on Windows and uses C++. While AudioKit uses native iOS and Mac development tools (Xcode, etc) and can be written in the Apple-recommended iOS development language, Swift.
AudioKit attempts to natively create AUv3s using Apple frameworks. Which is not something a lot of plugin developers do. Currently, we're attempting to create a canonical example of AUv3 hosts and plugins, which can serve as a standard example for both host & plugin developers using native iOS development tools.