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
That same MIDI panel will appear when you load a Music Effect, which can accept MIDI input.
if the effect has midi functionality you will have midi options available.... Brambos beat me to it !! hihi
Oups...thanks
its all good news man :-)
And just so we have a screenshot for that as well...
Well said👍🏼 We have delvelopers asking users if such and such a fuction would be useful. Wow! I have a new outlook on humanity
Stickin to your plan nice👍🏼!
SWEET!🍒
iOS music is driven by passion, there is no other explanation for that! And its precious!
If you want to try something much simpler / more usable - try looking at Beatonal.
@midiSequencer you might want to have a look too.
It allows up to 4(I think) different tracks to be sequences. And it’s kind of a midi looper based on keyboard and rhythms like Figure.
I really like it, but no one talks about it much.
It’s not AU
At first i though you posted a cameo of AUFX:Dub AU
- but then i tested that the IAA version also shows the midi selector in AUM.
It the AUv3 midi bit I'm interested in now - writing my own version of MusicPlayer that can record & play (multiple tracks) at the same time. My recording is using Audiokit btw as its a nice wrapper for MusicSequence/MusicTrack and I need swift.
@breilly this is a forum devs can get great feedback on design!
Super duper trooper yes, please!
You can switch across several separate Rozeta sequences at once via patterns and MIDI messages. Just have to use the same message for each instance/pattern.
When I look at the screenshot of Tony's new app I imagine 1) filling all 4 of those pads with variations of the same type of track (say 4 different bass lines) and 2) using a MIDI command to switch between them.
Yes, my thoughts exactly. I hope it comes with some form of piano roll editor to correct mistakes.
My piano playing sucks. 
Oh man @midiSequencer thank you for this! I can’t wait.
From my first quick looks at the GUI and from scanning the thread, this looks like exactly what I have been craving so much that I have been working on learning enough programming to do it myself if needed!
One thing especially hope is that this could be used to capture a midi performance in one host, then be used to play back that same sequence in another host with minimum hassle. Hopefully, just save, fire up the other host, load the plugin, load the saved file, and go.
It would be great if there was iCloud integration as well so that saved recordings could be picked up seamlessly on another device.
Thanks again for doing this. I so look forward to it.
Very cool! The performance / looper side of this sounds intriguing, but all I really want is an ultra-lightweight multichannel MIDI recorder. Basically the MIDI equivalent of the built-in audio recording in AUM.
I want to be able to record my live jam performances as MIDI as well as audio, but I push my iPad to the limit, so when I try to fire up Auria to capture the MIDI I run out of headroom and everything falls apart.
Ideally this is really, really, really, really lightweight!
Yep, this is exactly what i want for AUM too.
and maybe a midi note to trigger those pads?
Don’t recall if it’s been said already, but overdub and also a fast drag’n’drop of the midi scenes between pads would be great...
Also undo/redo
@midiSequencer
I'm looking at possible 16 pads - its just 4 for now, well 1 to prove I can get it working!
But yes, the pad playback & settings will allow automation either using an AUParameter or a midi cc.
thats a different app (as its considered midi editing) - but I have some code for that already - here is it in action 4 years ago!
This was the one @Samu alluded to earlier. Funnily enough thats called Midi Recorder - but only had the editing bit.
I'd need to make that AUv3
The idea is that it captures all midi messages from the input, records it directly to a Midi track in memory . You can then swipe the filename in the list to save that recording buffer to a .mid file (stored on the apps Documents folder), or share it using airplay (so iCloud ,audioShare app, email etc).
The pads are there to store tracks you recorded (or loaded) - with the intention of playing them back with/without loops, shortened/lengthened/transposed etc.
But the main purpose of the app is to be a sketchpad for you to record all midi so you can save/share it. That bit is all working now.
Yes I'm going to keep the design of a single button to record to memory - you can setup options before then (e.g. sync method, start on key, max length, etc).
The record button will be an AU Parameter too - so you can trigger this record to buffer remotely.
yes, we can look at different methods to activate each pad playback - plus the ability to chain them to play one after another.
Overdub is possible if I don't clear out the previous recording.
Drag n drop - I would love to do, but it may be buttons for now.
Not sure undo/redo is workable - maybe just for quantise - I'd have to give you options to pick old versions. I will keep it in mind though.
From what I’m understanding, this is exactly the ticket. Just to be sure, will this workflow work?
If so, then this is exactly what I hoped for, and from one of my favorite developers.
Also hoping the automatic state saving includes all loaded midi, and currently selected pad, playback settings, etc. so that opening a host project restores everything as much as possible to where it was left.
Preset saving of the same would be fantastic!
Thanks again a thousand times.
Almost. Its....
You can also in my app
So its all about capture & store with a set of pads you can playback - with airplay you share the midi clip you recorded to any other app that recognises & accepts .mid files.
In use I see this being used in two ways:
1) A quick recording of all midi so you can save & share
2) Pads setup with midi to let you playback midi clips by just pressing a button (the pad itself)
@midiSequencer
Great and utterly missing app. This will make the AUM workflow complete!
Could I request for a percussion mode feature, making it possible to record multiple ‘overlapping’ taps on a single pad (externally or in the app). Technically this comes down to registering the note on messages without taking into account the note off messages. This is a common situation when fingerdrumming (consecutive fingertaps without lifting the fingers in beween), so is kind of a must for apps that use (external or onscreen) pads to input notes. Modstep and xequence have percussion modes, but a auv3 app would be so much more elegant to use in AUM.