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.
Local CLI a-Shell vs LibTerm vs iSH
The user and all related content has been deleted.
Comments
I haven’t tried those, but I’m a fan of Blink.
https://apps.apple.com/us/app/blink-shell-mosh-ssh-client/id1156707581
I know this isn't answering your question - but just a note: iVim has a really decent set of shell commands available. I haven't tried many of them but the ones I have worked. Press :! for the list.
Unless you're jailbroken, I find running the local cli on an iDevice rather pointless as you can't access the most interesting files (i.e. sandboxed data of other apps).
If any of these tools supports access to the CoreAudio/CoreMidi API via Python libs etc., I'd be very interested though!
There's no shell in the sense of a command prompt. You can only execute the commands that are listed, by typing them after the "!". However, for something like python3, you get into the REPL. I don't know if the shell commands are available without the IAP or not. It should be easy enough to try. Just type something like
!printenv
followed by <enter>.I forgot to mention, iVIM has some extensions for interfacing with the files app and share sheet. I forget the details though. I find the help system a bit difficult to navigate, but that's mainly because I've never dove in other than out of idle curiosity. I've never had a desire to go deeper.
A-shell can access any local(On my iPad) or iCloud folder and also sandboxed data from some other apps, but those apps must support it (only a few do). I have only 2 such apps - Working Copy (git) and Secure Shellfish (sftp), and I use both + a-shell for automating different tasks
More here: https://github.com/holzschu/a-shell#sandbox-and-bookmarks