Having to double tap switch to work

Discuss problems and solutions.
Weston
Newbie
Posts: 6
Joined: 30 Oct 2014 12:24

Having to double tap switch to work

Post by Weston »

Hey

I have set up a Lemur template with Live to arm some tracks and also launch scenes. My problems is that I am having to double tap the button every time in switch mode, anyone else had this problem?

Cheers
Steven
DJRickDawson
Newbie
Posts: 36
Joined: 24 Jan 2013 00:37

Re: Having to double tap switch to work

Post by DJRickDawson »

I think the answer I got from Softcore on this forum, is the same answer to your question too:

https://forum.liine.net/viewtopic.php?f ... 585#p17911
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Re: Having to double tap switch to work

Post by Softcore »

Yup, you need "pads" not "switches" even though "arm" buttons inside Live are of switchable nature.....Blame Ableton designers for that - never understood the reason why they did it this way....
ndivuyo
Regular
Posts: 278
Joined: 23 May 2014 00:24

Re: Having to double tap switch to work

Post by ndivuyo »

You can set up a script on the switches to send a double 127 value each time you press it. Then assign that variable instead of the 'x' value.
I think..
DJRickDawson
Newbie
Posts: 36
Joined: 24 Jan 2013 00:37

Re: Having to double tap switch to work

Post by DJRickDawson »

any chance of posting that solution?

I don't know the first thing about scripting.


suppose I need to rtfm.
Weston
Newbie
Posts: 6
Joined: 30 Oct 2014 12:24

Re: Having to double tap switch to work

Post by Weston »

Yeah if someone could provide a script to have an arm button with indication whether or not it is on or off that would be great.
Same situation for when scenes are launched, having to double tap.
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Re: Having to double tap switch to work

Post by Softcore »

Guys, you really need to understand what Im saying here.......DUE to the silly programming of said buttons by the devs of Live, a PAD works as you want - NOT a switch.

Now, there are 2039484 ways to make a pad (pressed 127, released 0) to behave VISUALLY like a switch.....BUT YOU STILL WONT HAVE ANY SORT OF "CONNECTION" ABOUT WHETHER THE ACTUAL BUTTON INSIDE LIVE IS ON OR OFF AND THE RELATED BUTTON IN LEMUR. In simple words, EVEN if I provide you with a solution, its bound to happen that the arm button in Live will be OFF and in Lemur will display "on" or vice versa.
Attachments
pad-switch.jzml
(2.64 KiB) Downloaded 87 times
Phil999
Regular
Posts: 919
Joined: 11 Jan 2012 01:53

Re: Having to double tap switch to work

Post by Phil999 »

many hardware controllers have two elements for one function: one indicator LED and one pad. The pad sends only a short message to the DAW, and the DAW sends a "on" message back as long as this function is activated (switch behaviour). In such cases I usually replicate this in Lemur. Use an LEDs object as indicator and a Pads object. The LED only receives data from the DAW, the pad only sends data (not receiving anything). Then you have the exact same happening in the DAW and in Lemur.

I don't know how it is in Ableton. Just recently I had to use this method again for a controller for Harrison Mixbus.
Formant+Eurorack, PPG wave 2.2, Korg MS-20, etc., EWI 4000s, QuNeo, etc., Mixbus32c, u-he, MadronaLabs, Samplemodeling, NI, etc., iPad2/4/Pro
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Re: Having to double tap switch to work

Post by Softcore »

Your observations are correct Phill. Im quite sure the "solo-monitor cue" buttons in Ableton Live do NOT send any sort of feedback at all (even though they are of "switch" nature).
I will check today for the "arm" buttons, but Im quite certain they follow the same idiotic design.
ndivuyo
Regular
Posts: 278
Joined: 23 May 2014 00:24

Re: Having to double tap switch to work

Post by ndivuyo »

Hmm, I see, couldn't this be an m4l patch solution though? You could do it in the MIDI Remote scripts, but I don't know how to do that. I'll have to look at the LOM, unless someone knows if you can get that part of the API.
Post Reply