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
@rs2000 nice. As I had thought. Thank you. No scrolling and less mistakes typing 👍
It would be great if someone could add this info to the wiki
https://wiki.audiob.us
It will help folks find the info in the future and also makes it possible to keep the info current as things develop.
Here's an update with more readable output, summarizing what the script has found in the Ableton export.
@espiegel123 I'll leave that to @MrBlaschke because he's the author.
Very usefull script, thanks a lot for showcasing Pythonista.
I use Python at work, but didn‘t yet look for python on the iPad. But having files access, midi capabilities and gui elements it seems ideal to solve conversion problems. Just pressed the ‚buy‘ button
Regarding the wiki, i can offer help with the page and its tags as i have lately invested some time in structuring and unifying the tags.
Patterning 2 has Ableton Live Export with midi, so you can use those als files too 😊
That'd be great, thanks!
If I find the time, I'll have a look at making @MrBlaschke's script even more user-friendly, Pythonista can do so much more than that
Since Pythonista supports the share extension, one could extend the script so that „Convert ALS to MIDI“ is available directly in the share menu in the Files app One then should write the midi output file to the same path.
Someone please do this
@_ki
I would be very happy if you could do the WIKI thing. That would be very helpful. Thank you in advance.
And, yes, it could be extended like you said with the „sharesheet“ or combine it with the „Shortcuts/Workflow“ app.
I have done that with other scripts i use daily.
Glad people find use in this little experiment.
Just lost several hours investigating in Pythonista
The objectiveC interface to native IOS stuff is super interesting. By modifying examples found on the web (and lots of trial and error) I managed to output a list of all installed AUs.
To loosen up the everlasting failure i looked around at other stuff like using the IOS speech synthesizer with all its installed voices from a dialog getting funny dialects when supplied with foreign words (BTW: IOS 13 supports writing the ouput to a file) and drawing hardware supported 3D scenes with light and shadow using SceneKit.
Time flew by, i was too distracted to work on the wiki page or even read the forum
Pythonista is great, doing a Python course at the moment and using the phone for most of the project things to the horror of the instructor.
It all works and my eyes are much happier!
I've just done that.
Including the capability of reading the exported zip archive directly.
The workflow looks like this (simple example):
Save the script to your folder of choice inside Pythonista.
Now install the script as an extension in order to find it in the
"Open in..." > "Run Pythonista Script" dialog:
Tap "Run Pythonista Script", tap the bottom large "+" icon, choose "Run Script" and choose the one you've just created.
I haven't tried yet but I don't see a reason why this shouldn't work with other apps too because the script generally looks for the first ".als" file in the exported zip archive, no matter what the song is called or how the folder structure is inside.
Here's the code:
BTW, I've used Pythonista's "Primaries_Expand" icon and a reddish background because to me it looks much like a MIDI file export
with notes on a piano roll.
Great enhancements in „un-nerdying“ and making it more userfriendly. Well done @rs2000
I see that not the latest version of the Codebase was used. I had it to extract and set the tracknames in the latest version. Maybe I can implement it again later today using the posted codebase.
Oops... thank you!
@rs2000 When i run your script extension with an als file exported by Gadget, i get a BadZipFile exception "File is not a zip File". I checked the exported test.als on my desktop computer and could unzip it with 7zip and retrieve the XML that didn't have any file extension.
@_ki @rs2000 and all others:
Here is an update with a lot of new features - if one can call them like that:
removed code - new version along this thread
Ok, this was interesting enough for me to buy Pyhtonista.
I tried to follow a few steps posted but I’m not familiar with any of this process so may have missed a step.
Created a folder and new Script in P3 app and copy/pasted the code above into it. Didn’t see a save option and also didn’t see the red icon when trying to share from Groovebox.
I’m here.... what did I miss? Cheers 👍
@SpookyZoo
You don’t share from within Pythonista.
You go to your source file (in our case the ABL or ZIP file) and share that into Pythonista - exactly to your script „Stu GBX2.py“.
Then follow the steps from @rs2000 from a little bit above: https://forum.audiob.us/discussion/comment/723189/#Comment_723189
The red icon and the name „Groovebox to MIDI File“ in his examples are self defined. You can do that when you share a file to Pythonista and press the „EDIT“ button
There you can select an icon and the script you want to assign to the share-button.
Cool. Thanks for the additional tips.
Ok. I could make a video tomorrow - if needed.
Although I did just get it working, If you get the chance to make a quick screencast that could be really helpful as a reference for the thread. Thanks and gratitude. 👍
This info is brilliant btw....
@MrBlaschke Nice and clean update
But - it still crashes on my ALS file exported from gadget. Looking at the console output, it detected a 'direct Ableton ALS file' and the xml parser crashes on the the first token.
Gadgets .als are still in compressed format, according to 7zip its a 'gzip' file thats why the zipfile module doesn't work. Luckily Pythonista offers gzip functionality, so you probably also need to add that case to the start of the script.
.
BTW: I added a wiki page for the Pythonista: ALS to MIDI converter script and another one for general info about Ableton Link and Live Set file export .
@_ki
I do not own Gadget - could you provide a Gadget gzip file to me so i can test?
Great work! Thanks to all the boffins for getting this going. 👍
Great! You are a hero.
I think you may have increased Pythonista's app store sale this month with the code you created.
@MrBlaschke No problem, i attached a zip containing the generated ALS and the direct midi export of the three tracks.
Maybe you could also try to grab the vibrato (should be CC-1 modwheel) and pitchbend data `from the ALS.