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.
Mozaic: Is there a way to retrieve Ableton Link's phase for an X count loop?
As described in earlier threads in both this forum and the Group The Loop (GTL) one, I'm struggling hard in predicting the point in time that Ableton Link promotes for synchronising apps to an X count loop (e.g. 2, or 4, or 8 bars).
Please see this comment: https://forum.grouptheloop.com/index.php?p=/discussion/comment/1430/#Comment_1430
The best thing would be to have something like this inside Mozaic to retrieve this information:
@OnAbletonLinkPhase
if ClockLength = 8
// Do something right now
endif
@End
Thinking about it, this would not be the best thing for me, as I need to execute some stuff right before this point in time. So I would need something like:
@OnAbletonLinkPhase
if ClockLength = 8
if beatsRemaining = 0.25
// I got the duration of one quarter of a beat now to do my things
endif
endif
@End
I think something like that is not possible using Mozaic. So I hope for workarounds.
One idea is that any other app which is capable of retrieving the needed information from Ableton Link would trigger some MIDI event at the right moment, which then could be reacted upon inside Mozaic. This feels pretty awkward, and I don't want to add more tools to my setup than needed, but still, it might be the only way...?
Any other brainstormings are highly welcome.