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
Isn’t there a free project on GitHub in regards to adding knobs and stuff?
I’ve seen the demos and Korg mentions on their website that some of them are available on GitHub.
Yeah, I know that’s why I created the dRambo NTS-1 preset.
The patch has all of the cc messages except Sysex stuff.
I’ve left it open ended in regards to adding “functions” such as external LFO’s and similar
so that other users can simply use it as a template for whatever they need to do.
@Gravitas the “new” axolotl board is so far a one man show like the original but a different guy, and yes it’s supposedly faster. There’s a thread on the axolotl forum with the deets.
@Gravitas i'm all about the teensy myself. couldn't recommend them enough.
also this if you havent seen it....funny cause i was JUST playing in it....:
http://www.pjrc.com/teensy/gui/index.html
(https://www.pjrc.com/teensy/td_libs_Audio.html)
The Zrna Akso is 40x faster than the original.
I don't know about the speed of the new Axoltol Core.
I'll have a look for sure.
What resolution is its DAC? And is it stereo?
Thanks.
Nice.
I'll definitely go for the Teensy for sure.
At the moment I need to get myself up to speed on Arduino's first,
at the very least having an understanding of the Arduino language.
Very cool.
There's the ESP32 Audio Kit, containing the ES8388 codec (in and out with up to 96k and 24bits), at a rather low price.
Not that the ESP32 was a dedicated audio DSP but there's quite a collection of audio projects online (including github), including full blown synths.
My personal choice atm for a DIY synth would rather be a Raspberry Pico or Zero plus a DAC board like the ES8388 or the iQ-Audio Codec Zero.
My choice for a DSP module to build oscillators, filters, EQs, compressors and the like (basically stuff that doesn't require much buffer memory) would be a board with the ADAU1701 like the TineSine TSA1701:
https://www.tinysineaudio.com/index.php?route=product/product&product_id=183&search=tsa1701
Again, you'd need an old Windows laptop to run the modular editor from Analog Devices but programming doesn't get much easier than that. It's really fun, and the TSA board has 4 trim pots on board already that can be used to adjust any parameter in your custom patch.
Wow, thanks for this.
Personally speaking I have a long way to go before I get into the DSP side of things.
I'm starting of raw basic with CV voltages but as always I will dive in the deep end.
I'm about to get some Arduino clones to play around with and to learn how to code
or at least a facsimile of coding
I anticipate a lot of copy and pasting.
@Gravitas
Maybe you could ChatGPT it and let us all know how it goes
I don't do ChatGPT.
When I learn something I learn it properly.
@audiblevideo
For example have a read here.
https://schollz.com/raspberrypi/monotron/
In this instance they are using a Raspberry Pi and an MCP 4725 DAC.
The DAC is also compatible with the Arduino Uno.
To get a CV voltage compatible with Eurorack out from an Arduino Uno
you would need to physically make low pass filters per output
which can be tedious if you're not into soldering.
Using a DAC makes such things easier.
How does this relate to iOS?
Going back to the original question that I had asked which was
can we program Arduino from an idevice? and the answer is we can't at the moment.
If you want to leap up to the ground floor, the next big thing which is about to happen soon in a bigger way than it currently is will be RISC-V, if you’re not risk averse
At the moment there’s the wide smattering of options mentioned above, and they all have good points but the RISC-V is probably going to prove to be very powerful and very cheap as adoption becomes more widely available – ie, a very broad fan-out of board options with tempting stuff on-board
What I’m saying is don’t buy a big bunch of multiple boards, just get them one at a time, by the time you need another a better one will be released, guaranteed
This is the story of my embedded experience – I’ve tended to buy a few boards at each stage, and I still have a couple of unopened Arduino Duelminilove boards which are super-obsolete now, and so on – every time I buy too many (ie more than one) and then a better option appears before I’ve used any of the ones I’ve already bought
Speaking of Raspberry Pico with DAC, check out the Pico ADK (audio development kit)
https://github.com/DatanoiseTV/PicoADK-Hardware
Floyd Steinberg posted some demos to YouTube a few months ago.
The Pico ADK is 30ish dollars and is programmable using VULT from a web browser so @Gravitas you can now program a “raspberry pi” from your iPad
As soon as I finish the Arduino project I'll start on this.
In between now and then I'll also design up an enclosure or eurorack module for it.
Thank you.
It's been a year for this thread and I'm dipping my toes into Arduino
Anything new on using an iPad-centric Arduino programming? Or workaround method? [Arduino Nano ESP32 if specifics matter]
(Only desktop is Wife's work computer. Limited access, but can be used when free... Hoping for maybe a desktop for the initial setup but iOS for bricking it testing and general bullshittery)
And one more- if I want to take a single USBc input, split midi channels and output to two separate USBC outs (1 in, 2 out) - could I use a USBC hub (found one with 4 ports and a 5th for power)? Or do I need to get an expansion board with another USB port?
(I'm assuming they both act similar by each just adding additional ports... But this is my first foray and if Under Siege 2: Dark Territories taught me one thing, "Assumptions are the mother of all f*ck-ups")
[eh can't figure out how to delete a post so ignore this one]