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.
Aphelian as MIDI Controller - CC only, no notes - is it possible?
Is this possible? I’m controlling external AUv3 synth parameters but I don’t want the notes to be sent from Aphelian to the synth, just the CC. Can Aphelian do this?
If not, is there a MIDI utility or Mozaic script to block notes?
Thanks
Richard

Comments
Mozaic:
@OnMidiInput
if MIDICommand = 0xB0
SendMIDIThru
endif
@End
(I don’t know how to format a code block)
You can see the explanation in page 23 of the manual: http://ruismaker.com/wp-content/uploads/Mozaic.pdf
Great thanks!
To format a code block, put ``` on a line by itself before and after the code.
Since Mozaic only forwards events that are handled, there is an even shorter versions (getting rid of the 'IF cmd equals CC' lines) :
Nice one thanks.