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.
Mosaic… I want midi to pass through and not active
I want mozaic to sit in a midi chain, so that when no moz patch is loaded, it simply passes all notes through unaffected.
It doesn’t appear to do that by default, nor when mosaic is idle, so is there a passthrough patch that I can set as the default state of mozaic? perhaps I’m conceptualizing this wrong. Thanks in advance for suggestions
Comments
You would have to write a pass-thru patch that had an @onmidiinput handler that does sendmidithru
Mozaic blocks all midi unless explicitly told not to in a script. That can't be changed. You'll need to set things up so that a script like this gets loaded. Saving a preset with this script loaded should do it.
Empty Template > MIDI Filter Template is a pass thru that does nothing.
That doesn't pass sysex through. It's more configurable though.