buttons to turn off when another pad selected
-
- Newbie
- Posts: 12
- Joined: 19 Apr 2013 02:33
buttons to turn off when another pad selected
Hi there, i'm a noob to Lemur so please forgive my lack of terminology knowledge. I want to create a container and have 8 pads to select a preset sound in omnisphere. Lets just say i have sound 4 selected so the button is highlighted, then i press sound 5, can i get the sound 4 button to turn off? Like in the Rheynelooper template with the keyboard octave buttons, how when you press octave 4, the other octave button selected turns off
Re: buttons to turn off when another pad selected
One way to go about this is to use "switch" object with "radio" option selected!
-
- Newbie
- Posts: 12
- Joined: 19 Apr 2013 02:33
Re: buttons to turn off when another pad selected
aha, awesome! thanks alot
-
- Newbie
- Posts: 12
- Joined: 19 Apr 2013 02:33
Re: buttons to turn off when another pad selected
ok so thats working on the ipad but having trouble with ableton. A lot of the time the midi signal isn't sent when i select a button, is there any reason this works like this? I have tried control change and note on but it always has trouble. Every other button in my interface sends a definite signal every time.
Re: buttons to turn off when another pad selected
What exactly are you using the switches for? Meaning is the mapped parameter of a "toggle" nature or of a "momentary button" nature?
Perhaps you will be needing, indeed a pads object....if thats the case but you still want to have the pads display the last selected pad here's another way to use them....
Add pad object with the desired columns-rows...
Add script in pads
On expression x, rising from 0 (up arrow)
The above script will make sure that e pad which is pressed will have light=0.5 while all the rest will have light=0 thus the pads will "look" like switches even though they are not!!!
Perhaps you will be needing, indeed a pads object....if thats the case but you still want to have the pads display the last selected pad here's another way to use them....
Add pad object with the desired columns-rows...
Add script in pads
On expression x, rising from 0 (up arrow)
Code: Select all
light=x*0.5;
-
- Newbie
- Posts: 12
- Joined: 19 Apr 2013 02:33
Re: buttons to turn off when another pad selected
Cool, thankyou your a legend!
-
- Newbie
- Posts: 14
- Joined: 09 Feb 2013 15:08
Re: buttons to turn off when another pad selected
i like your script, it works very well, but i would like to add another function :
when the file ends or when i stop it, the button returns to off colour.
is it possible ? how would you script this ?
I've been searching for this for weeks and i didn't find any answer ...
I'm not good at all at scripting
when the file ends or when i stop it, the button returns to off colour.
is it possible ? how would you script this ?
I've been searching for this for weeks and i didn't find any answer ...
I'm not good at all at scripting
-
- Newbie
- Posts: 14
- Joined: 09 Feb 2013 15:08
Re: buttons to turn off when another pad selected
By the way, i'm also trying to set up the rec button of the tracks in ableton live.
can't do it the right way in switch or pad mode :
you set for instance two colours :
let's say : rec on = red and rec off = white
when i set up this , i have to tap two times on the button to return on the good colour... ???
should be very easy , no ?
can't do it the right way in switch or pad mode :
you set for instance two colours :
let's say : rec on = red and rec off = white
when i set up this , i have to tap two times on the button to return on the good colour... ???
should be very easy , no ?
Re: buttons to turn off when another pad selected
NOT sure what you mean....audioramdam wrote:when the file ends or when i stop it, the button returns to off colour.
But if you are using pads-switches and you are mapping them to clip slots buttons (play or record) you are going to face a lot of problems.
You will be better off using the wonderful Launchpad emulation form Wul for controlling clip slots.