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.
Trying to sync AB3 from Mozaic ...
...
Mozaic au3 ->> virtual port , AB clock source: Virtual Midi
No good, AB3 doesn't seem to receive the clock message
Any hint ?
btw this is the code, nothing fancy:
@OnLoad
SetTimerInterval 30
StartTimer
@End
@OnTimer
FlashUserLed
SendMIDIOut 0xF8, 0, 0
@end
edit:
never mind, probably messing up with virtual/real ports
Comments
Yes, code looks good. Should work on the sending end of things.
Although I haven't tried syncing Audiobus with this yet. Let us know if it works!
Got it, the Virtual MIDI Bridge that one can select in AB3 isn't showed as a clock selectable source
I managed by sending to a looper port and it works
Btw, thanks for Mozaic, great job !!!
Here's an experimental clock divider / multiplier: there are limitations on how it can be used, but it may be useful for someone. I've tested it as well as I can given my limited hardware options.
Basically: load it into an AUM midi plugin slot then either point some MIDI Clock at it or use Host Clock. Point the output to hardware or an external app that accepts midi clock. It won't sync AUv3 plugins inside the same host.
https://patchstorage.com/platform/mozaic/
MIDI Clock Tool v0.1 (Beta)
Clock multiplier / divider for AUM (and in some cases other hosts.)
▫️ MIDI clock messages (0xF8,0,0) are sent out according to the division or multiple set by the first knob.
▫️ HOST Clock mode uses the host's clock and is the most accurate. The host must be running in this mode.
▫️ MIDI Clock mode listens for incoming clock messages. AUM must be receiving an external MIDI clock signal and that signal must be routed to the Mozaic instance.
▫️ BPM Dispalay: In midi clock mode this is an APROXIMATE representation of the incoming BPM. It uses the system clock which only reports to 1ms, which isn't fine enough for BPM calculation. The actual clock out messages are processed as received and are far more accurate than the BPM indicator.
▫️ You can start and stop the outbound clock messages with the Start/Stop button.
NOTES:
▫️ AUM is the only host tested that passes external MIDI Clock messages to the plugin. You must use Host Clock for other hosts.
▫️ Outbound MIDI Clock is also dependent on what the host allows. AUM works. AudioBus works in most cases. Other hosts may vary.
▫️ This will NOT sync plugins that don't accept MIDI Clock. For instance, you can't use it to affect other AUv3 plugins in the same host. It's intended mainly for external apps and hardware. There is nothing that can be done to get around this or other limitations of AUv3 hosts.