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.
New Mozaic script - "Humanise"
I searched for something like this for a while, then decided it was quicker just to write it myself...
https://patchstorage.com/humanise/ is a simple Mozaic script to add a bit of randomness to quantised MIDI data. In my case, I wanted to be able to play some instruments slightly behind the beat, but you can go a bit further and simulate someone playing really badly if you prefer.
It's pretty simple. Put this script between your MIDI data stream (either a live instrument, or something like Atom 2), turn the 'MinOn' knob to e.g. 3 and every 'note on' going through Humanise will be delayed by 3 milliseconds (plus whatever small delay Mozaic itself introduces). If you leave 'MinOn' at 3 and turn 'RandOn' to e.g. 5, then every 'note on' going through Humanise will be delayed by a random amount between 3 and (3+5=8) milliseconds.
'MinOff' and 'RandOff' work the same way, but for 'note off' data.
Nothing else will change - your MIDI channel, note and velocity will be preserved, and any other MIDI messages should go through unchanged.
If you set 'RandOn' and/or 'RandOff' to anything other than 0, the random delay will be recalculated for every note.
Each of 'MinOn', 'RandOn', 'MinOff' and 'RandOff' can be set to values between 0 and 127, which gives you a ton of flexibility. If you want anything longer that that, then you can 'daisy chain' multiple Humanise instances together. You can also route different MIDI streams through separate Humanise instances to delay different instruments by different amounts.
If you want one instrument to be playing ahead of the beat, then just route every other instrument through Humanise and delay them slightly. The instrument that isn't going through Humanise will then sound like it's ahead of the beat.
Let me know if you use this, or want any related features. I thought about adding the facility to slightly randomise velocity, but don't have a use for it at the moment
Comments
Awesome. There is one called Rambo that might be similar but this still sounds useful. Thanks.