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
Wow
Thank you sir! 🙏
That’s kind of what propellerheads’ recycle did a couple of decades ago. It created a midi file from audio transients you could then use as a groove quantise template in your sequencer. I used to use it to ‘steal the feel’ all the time with my AKAI CD3000 SCSI’d to my Mac. ;-)
Many desktop daws such as logic can do this very easily.
As for iOS I’m not sure. Can reslice make midi files? Are there any iOS sequencers with groove templates that can make templates from those midi files?
Perhaps BM3 can do it? I would look but it pissed me off one too many times and I deleted it.
FAC Envolver could be used to generate midi messages from transients, then those midi messages could be dealt with in Mozaic. I’m not up to that challenge, but in theory it could work.
I just remembered this software that Ólafur Arnalds commissioned:
https://www.npr.org/2018/07/19/630111211/one-key-many-notes-lafur-arnalds-piano-rig-fuses-technology-and-musicality?t=1559571517241
similar to things people have been making with Mozaic already
if someone fancies creating something similar?! original input on one channel and generative on another 😎
Neat! So it's responding to his keystrokes by triggering a pre-recorded phrase but with generated notes?
It isn't explained in detail, but some hints are given here: https://www.theglobeandmail.com/arts/article-all-strings-attached-a-techy-twist-on-the-classic-concert/
Beautiful! This app is awesome!
@brambos @bleep
I think this is the key paragraph:
“Each note I play triggers one sequencer, the sequencer plays a series of notes that are both predetermined and controlled by some changing values. Each sequencer can have a different time signature, so they can vary rhythmically.”
so I guess if you hit a key 5 times it wouldn't repeat the same phrase, but would have similarities
I wonder if you could set up something similar using only components of Rozeta with probability settings used?
Could any of the current Mozaic scripts be used to trigger Rozeta sequences?
A bit more on this, from the developer and olafur:
Nice find. Enough to get @wim started, I'm sure
Seems like apps like Gestrument Pro and Senode, as examples, could be pressed into service for this sort of thing?
It's just an arpeggiator, no? I've done similar things in SuperCollider.
It would be great for Mozaic to have a script like the new particle engine in Noire. See the video below.
It acts like an advanced version of the cality particle cloud which reacts to the way you play (based on different algorithms and settings) eg with density variation and decay, and accompanies the performance by adding extra notes.
Would be very difficult I'm sure though
@brambos, It seems that the GetXYMorphValue has its parameters upside down. It goes bottom left, bottom right, top left, top right whereas the documentation has it top left, top right, etc.
Already fixed in the upcoming version
Someone posted this script on the beatmaker forum, I hope it is ok to post the link here:
https://intua.net/forums/index.php?p=/discussion/7586/jay-meter-midi-shuffle-delay-offset-sequencer-free-patch-for-ruismaker-mozaic
Sweet! I have An upgrade to MIDI Morph Pad ready to go once it’s right side up again.
Very new to coding but already with some basic scavenged scripts I’ve already made some nice abstract rhythms that has inspired me to try work out more! Wondering if anyone can help me with updating this script to get the timing knob to update x with values 1-10?
@OnLoad
SetMetroPPQN 3
ShowLayout 4
LabelKnob 0, {timing}
x = GetKnobValue 0
@End
@OnMidiInput
c = CurrentMetroPulse % x
log c
if c = 0
SendMIDIThru
endif
@End
Thanks all, this is a great app @brambos and awesome thread!
You just need an @OnKnobChange event.
Or, fewer, but longer lines...
I just published the ‚Midi State Debugger‘ on patchstorage.com, a debugging tool to produce a summarized state overview of all midi events received on all channels.
.
A normal midi monitor outputs the events in the order received and it is complicated to get a summarized overview.
The Midi State Debuggers main use-case is to produce a nice list of active notes and the latest values of all CCs, PBc, PCs and ATs received. It optionally can show the input events like a midi monitor and detects double Note-Ons and Note-Offs.
Thank you so very much @wim. Easy when you know how
Hi,
Apologies if you just saw my post on Lines about it but last night I wrote a little sequencer in Mozaic. It's a clone of the OP-1 infinity sequencer. Hit record, play any number of notes (including chords, it works polyphonically). Hit record again, set your time division, multiple, gate length, and it will loop forever.
Demo here:
Code here: https://patchstorage.com/infinity/
Still some bugs to iron out, and some improvements to make the time divisions clearer.
Cheers,
Tom
That’s reallly cool!
Does anyone have a sense of how frequent it’s practical to send out midi cc messages? I have something I’m finishing up that sends cc’s on timer events, and I’m trying to gauge where to set the timer interval. I would like to be as granular as practical without overloading most hosts / apps.
@Brambos, how frequent are Rozeta LFO messages sent?
Just wondering if you tought about an easy way to share self created modules? This could be something that works well in a ciommunity
Mozaic has a library on patchstorage.com
There is a link to it mentioned a few pages back--and you can find it in the Audiobus wiki also.