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
Yesterday I was writing and debugging my Mozaic script and experienced a nasty bug: after upload, the script was running, but the code was gone. After upload, you are switched to the Log screen, when I switched back to Code, there was no text. Honestly, I don't remember now if the code area was even editable. I tried closing and opening AUM, the code wasn't there, also the script wasn't working. The I have found out there was update in App store containing bugfix, so I updated, closed AUM and opened again, started to continue with the script from the older saved preset. But then this happened to me yet several more times, approximately every 10th upload of the script. Not related to syntax or other errors, it happened also on working code.
Did anyone experienced something similar? Thanks for help.
HW: 9,7" iPad 2017, latest iOS.
I have experienced this as well.
Not sure it's consistent but I've only experienced it since I updated to latest version - but maybe I just didn't trigger it before.
On the workflow tips and tricks topic, the way I do it is using
Makes for very easy editing/refactoring and still a reasonably fast round-trip to Mozaic.
Yes, sorry about that... I have already sent in a fix for review. It should (hopefully) be available quickly.
It's a stupid bug introduced by me trying to keep memory usage down. The issue I'm trying to circumvent has to do with the standard iOS text editing feature that Mozaic uses (which basically everyone has to use for editing text). It is ridiculously memory hungry:
It turns out that putting a 50Kb text in the editor, adds 120Mb+ of memory to the footprint of the instance. For a 200Kb text, the memory claim goes well over 200Mb This is a serious problem when AUv3 plugins are limited by a hard memory cap.
So to mitigate the issue I added "lazy loading" which keeps the code editor empty when you're not looking at it. For people who never edit scripts but just load presets this will keep everything nice and lightweight. But this is where the bug snuck in.
So I really hope Apple review&approve the update quickly For now only hit the Upload button when you're actually looking at the code
Thanks, good to know it's addressed already.
But it's crazy how the goddamn text field can fill up so much memory... Isn't there some 'lightweight' text component for iOS?
Unfortuntely not. All the custom components are based on this one as a base. And making your own is practically impossible.
Hi, just updated MidiQ script to v.0.6 and uploaded to patchstorage.
MidiQ v.0.6
Any feedback appreciated
Edit: fixed link
I just want to thank all of you for the great effort and support you’re putting into Mozaic. I find myself using it a lot for my little audio journeys and am truly inspired by the great work you are all doing with this plugin environment.
Many thanks over @brambos for releasing this into our world. You’ve unlocked the box to a world of new expression of substance 🙏🏼💕
I think Ki was referring to another script altogether Anyway if there's anything you're missing functionally, let me know
By the way, the update is approved and should be available in the App Store any moment. I highly recommend updating!
Thanks! would be great having the polyphonic voice stealing when reaching the selected number of voices, maybe knobs for selecting how much voices and the numkber for the first MIDI channel....
Also is great having all the options the @_ki script have, selecting a M number of voices for a specified MIDI channel.
And ideally would be absolutely great having different voice allocation algos,: rotate, reassign, random,...
Good news, it looks like I have found an elegant way around the memory hogging ways of the editor!
Now testing....
Thanks @brambos, already on the updated version!
Just now I stumbled upon a small possible improvement: Remembering the font size (at least per instance or project if possible). I always use the smallest size but after every opening of the project I see the biggest one.
+1
+1
Wouldn't it be nice if Mosaic was also ported to Mac's? I'm in the habit of coding/debugging on my Mac for MIDI scripting.
I find IOS to just be the wrong set of tradeoffs. I really should just connect a Bluetooth Keyboard to the iPad and re-test this
bias against IOS for coding.
This GitHub approach might work for me to get me started dropping scripts into Mosaic. But Mosaic in a Mac standalone or AU/VST package would ideal.
The "Coffeescript" clue is great too.
I find the blutooth keyboard works really terrific. It Instantly feels natural to me.
Having said that, I intend to experiment with this new “run iPad apps on a Mac” thing. If it works nicely I may consider making it available on Mac too. Although I worry this may increase my support load exponentially.
I use this in my setup, may need some changes
? How is the code mark supposed to work ?
Place a line with only ``` on it before and after the code. That character can be a little hard to find on some on-screen keyboard layouts. On my US-English keyboard it can be found by long-pressing the single-quote (apostrophe) key.
Thanks
If you do I'll buy another App from you and I'm really low maintenance. There's a lot of innovation I'd like to have on the Mac too as well as having a lot of Mac plug-ins ported to the AUv3 system. I'm sure we'll see some of both at iPadOS adds more
OS X features like external storage. I looked hard for a way to just export my screen from the iPad and found something but
using the Mac for the keyboard for the IOS Apps doesn't work.
So, Bluetooth it is. If I do enough of it I'll start poking my MacBook screen again with my fingers or reach for a trackpad to move the never visible Cursor on the iPad. We need a "look and blink" user interface too. Much better hygiene and ergonomics.
Regarding OSX version, I suggest thinking about a webapp (or possibly Wasm). Leveraging WebMIDI and WebBLE, you won't get an AU/VST but it would be extremely cross-platform.
Hi Dr. Moz, long time listener, first time caller.
I was reading https://forum.audiob.us/discussion/28821/senogrid-demo-of-sonogrid-triggering-senod a while ago and one comment about Sonogrid not having host sync caught my attention and I thought, hey, Mozaic syncs to the host why couldn’t it generate pulses?
After a bit of work and some tweaks and changes I’m ready to share https://patchstorage.com/pulsesequence/. The highlights:
It’s quite cool to be able to get something like this up-and-running in a relatively short amount of time. In the end though it is kind’a shoe-horned into Mozaic’s UI and not all that “fun” to use.
Let me know if you find it useful (musically or just for the code), buggy, have suggestions...
@wim it’s weird. I cannot seem to save your MIDI CC patch. I download it, open in Mozaic, I see it load in the standalone instance, but when I save it, close the standalone, and open the an AU instance of Mozaic it is gone? I can see other patches I have downloaded OK. Strange.
No need to save it in the standalone app. Maybe that’s the current bug where saving when not viewing the code loses the code. Can you try not saving and see if that helps? I’ll try some things here too...
When you open it in Mozaic it should already be stored in presets. No need to save it.
No, I just tried. Works as expected over here.
And the update with the bugfix is already live. There are no known bugs in the current version
Nope. I’m having the same problem! There’s something wrong with that file. I tried re uploading and it’s the same. I’ll try renaming it or something.
Is that the CC randomizer? I just downloaded and looked at it. I'm really puzzled.
Yeh. That’s the one.
Trying a new upload...