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
Sounds cool! 👍🏼
Love these. Hope they make it an app as well.
Hehe, I do wonder how an AUv3 would work with the scratching?
It could be cool to just turn up hum & nouse and use a square LFO to toggle the 'power mode'
Nah, this is just a slightly different gimmick to their tape app. Looks fun, but nothing that existing apps can’t do better.
I can say with all honesty that is actually works great!
I thought the 'power button' would be like a 'tape stop' and cut the power to the motor and let the record spin down, and on power on speed up again
Another 'dirtify' effect is always welcome when it pops...
I only played with the WebApp for a hot second - mainly got excited to post it here.
Layout is a hair different, but in the same way that WebCassette and DAWCassette are similar but different. Functionality is all there, though. Frankly, I'm loving the "dirt" apps like LoFly Dirt, FlyTape, DAWCassette, etc. This would be a welcome addition to the fold.
Yes, this indeed works great as an app...
What are some of the other ones?
You know what I'm talking about @oat_phipps....
LOL ... my machine or browser doesn't have the power for this experiment, I'm supposed to come back with modern (in boldface) gear...

sorry guys, you might win some - but you just lost one
(not to mention my deep distrust in any web based 'service')
>
Lo-Fly Dirt
FlyTape
Shaper
Hexaglyphics
Volcano and Saturn Fab Filters.
All horses for courses, of course.
Caustic has a Vinyl insert effects pedal with knobs for dust, age, and some other params
Well, as with Webcassette being ported over to DAWCassette, I’m hoping we see DAWLP very soon! Love these lo-fi apps and Klevgrand’s apps are always a favorite of mine.
Do I?! I was a little surprised at some of the controls being different.
I have a gut feeling we'll probably see a DAWLP soon. Fingers crossed!
Do all of those let you... wicky-wicky? (I am assuming this one does? Or does it?)
More wacky wacky......
>
All I mean is, one can replicate these kinds of sounds. Except, with much more variety. As you know, there are also apps which include tape stops and scratching style effects.
I would like for this and Web Cassette to have some realistic slow-down/speed-up controls with a huge range
Was interested in the same so I got my nerd hat out.
Steps to play at home (desktop only, I imagine):
500
in the first line to set the "square LFO" speed.clearInterval(toggleInterval);
into the console and hit enter.Yeah, that's for the motor, should have said the 'power plug' to toggle the pitch of the hum.
Feels like this 'hack' will give @sundhage & CO a good laugh
Caustic is a slept on app it has a killer vocoder to
DAW LP sounds great LO-FI on IPAD
Oh heck, this is a browser demo, hah! Ok sold! This will be an awesome AU for Bm3.
Feature requests. Sigh.
Here you go. Adjust the timing at the very bottom via
start()
After a little more investigating... You can run any of the commands below in the console, putting some value in the parenthesis. Most go from 0 to 1 so
window.Module._setAmpQuality(0.5)
will set the amp quality to 50%. Note that you can fuck shit up, especially your ears, by passing in extreme values to some. For instance, via the UI "Hum Gain" maxes out at 1 but you can pass it a value of 20 via the JS console and ruin your life. Be warned!I haven't tried them all but
_setSpeed
seems the most fun as the range is epic. "1" is the default (or 33rpm in the UI)window.Module._setSpeed(1, 0.2);
== 33window.Module._setSpeed(1.363636, 0.2);
== 45window.Module._setSpeed(2.363636364, 0.2);
== 78window.Module._setSpeed(0.5, 0.2);
== half speedGets understandably quiet with super slow speeds. Can boost
_setInputGain()
to compensate. I turned my headphones down and am digging the default song with these settings:The console commands I came across:
Wait, Klevgard automatic beat juggler? Hit play first.
Shit. I broke it. Juggling + random playback speed.
Run
clearInterval(toggleInterval);
at any time to stop the madness.Giggling with geekery over here. 🤓
I wish I could run JS in AUM. 🤖
I actually left this one running in the background while working for about an hour using the default tune. 'start(1500, 0.8, 0.6);'