Page 1 of 1

Reset sliders and One-button-at-a-time

Posted: 04 Nov 2013 10:50
by whoischarlie
Hi,
I am currently setting up my first Lemur set. Its coming along very well, but I have two questions:

1. I have a multi slider with 3 sliders. They will be mapped to Sends in Ableton Live. It works great, but I'd love to have a "reset button" linked to the multi slider, that resets all 3 sliders to a certain value (in this case "0"). Is this possible? If so, how do I do?

SOLVED2. Second. I have 3 buttons which will be mapped to a looping device I've made in Ableton Live. It's "1bar", "2bar" & "4bar" looping. When I press the buttons they can all be activated at once... I don't want this. I want ONLY ONE button to be able to be active at once. For example, if I press "1bar" and then change it, and press "4bar", I want the "1bar" to turn off and only the "4bar" to be active. Is this doable? If so, how do I do?

Solved, I use switches instead of buttons. It works but I can't get the nice symbols as in buttons though..


I've attached a pic of the half-done setup so you'll get the idea!

Thanks,
Charlie

Re: Reset sliders and One-button-at-a-time

Posted: 05 Nov 2013 22:28
by MrCorba
It's possible with buttons, just write a simple script that's react on the press of the button.
Something like this:

Re: Reset sliders and One-button-at-a-time

Posted: 06 Nov 2013 20:27
by whoischarlie
Thank you!
You dont have any idea about the reset faders problem?

Re: Reset sliders and One-button-at-a-time

Posted: 07 Nov 2013 01:48
by Macciza
Hi
Have you tried the Forum search option (top right corner of page)?

Try Resettable Fader or Reset Fader as searches and you will find a few different discussions on this topic . .
But basically it is the same as the other solution - a short script that says ' object.variable = value '

Cheers

Re: Reset sliders and One-button-at-a-time

Posted: 07 Nov 2013 18:31
by MrCorba
Same solution MultiSlider.x are all the sliders and MultiSlider.x[0] is only the first, MultiSlider.x[1] just the second etc.