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.
Developing ios auv3 apps
heyhey,
what would be the way to develop your own ios plugins? do i have to have a apple developer license?
how would you start? i have some skills in c++ but its long time ago.
what compiler to code?
Comments
Search for XCode and AUv3.
You'll find lots of resources.
You can start with a free limited developer certificate to build iOS apps that will expire after 7 days.
with basic C++ knowledge go into JUCE framework .. lot of ios apps are build using JUCE (for example Korg Gadget), it’s great framework, plus they have tons of tutorials on YT ..
you need Mac and XCode IDE to deploy APP on your phone / ipad for testing .. for deploying app to your ipad you don’t need dev license, that is needed only for deploying final product to appstore
So, starting with ipad only, one could start doing useful learning? Not just reading, but exercises and such
thanks guys, i just keep learning.
so in fact you need a mac (or PC?) to finalise it?
Look at AudioKit as well.
iplug2 is another framework, open source , and targets all platforms including auv3 https://iplug2.github.io/
Yes, you need a Mac or a MacBook to run Xcode.