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.
Comments
It is possible le to store arrays of up to 1024 numeric values in Mozaic. There’s also a special
NoteStatesarray that can store 16x128 values. It’s intended for notes, but can be used for storage of numbers for any purpose.It has AUv3 parameters for user variables and all its controls.
Note: there is no support for string variables.
@OlaRos : aside from using AUv3 parameters, I find streambyter reliable and efficient. I send it midi messages rather than use AUv3 parameter assignments.
For some use-cases, it is preferable to Mozaic particularly when one wants to use parameter passing for subroutines or filtering and transforming MIDI. If I need AUv3 parameters or clock-based processing I use mozaic.
@wim : you wouldn’t to have a simple Drambo project with three buttons that you can press each sending a single value to an AU parameter?
No, I would have had to figure out how to do that and it wasn’t immediately apparent to me, so I set up a patch using a single button triggering a CV sequencer as a test instead.
I tossed it already, but I’ll see if I can find a few minutes to recreate it.
Here you go @espiegel123
Thank you very much