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.
Toggle Button: Assign Value Value?
I’m seeking to have a button function as an On/Off indicator for Armed state. Is there an any creative way to have the button highlighted and remain while value true, such as send toggle explicit values of true false instead of “here’s a trigger, flip to opposite”?
Currently in doing this with two hidden buttons assigning value 1 or 0 to a slider, but sliders miss out on lots of gestures I am seeking to add like swipe down.
Comments
I'm not sure if this would work for your situation, but you could have a dial with the parameters on it and a button set to "trigger widget (the dial)" - nudge.
Are you looking for an indicator that an Audio Source is un/muted?
Or that a donut is armed to record?
Forgive me, just trying to parse the direct problem a little bit more
An on-screen button and off-screen slider or stepped dial should be all you need. I use that.
Ah thanks for replies- to follow up
For more context - I am (new to LP) using it more as a UI to Ableton and not yet for audio looping (I’ll get one day, I’m just not ready to give Ableton up yet haha). I have the arm state of Ableton (using Live API listener + CSS3) sending midi to two off screen LP buttons (One for arm one for disarm). These buttons are assigning value to slider and works. My limitation then is trying to add more functions to the slider like it was a button (swipe down for mute, , swipe right to solo, etc)
I chose a slider just cause I could not figure out button toggle, if I could assign value to button toggle then I think I’d be in business.
If it also adds more context, my desired state is
1. The arm on LP is in sync with the arm of relevant Ableton track
2. The arming and disarming can happen equally from Ableton or LP and keep them in sync
So I’ve got those two working, it’s just because it’s a slider instead of a button manage “time to be red, ok now time to be grey”
Let me clarify my earlier post. If you want to toggle the slider for the main action, set up a slider that will be controlled by a button. Set up the slider first to perform the the send midi action you want.
Create a button whose press action is to toggle the slider between maximum and minimum. You can add whatever other gesture operations you need to the button. You might have the slider hidden on another page to streamline the u.i.
You can also use stepped dials for toggling:
https://wiki.loopypro.com/Stepped_Dials#Using_Dials_As_Toggles
You can control such dials from buttons if you need additional gestures.