Search found 9 matches

by agentsmith23
14 Mar 2013 08:51
Forum: Troubleshooting
Topic: Problem with Custom Button
Replies: 7
Views: 1649

Re: Problem with Custom Button

ok this works fpr me, thank you. ;)

but one problem left...

i got for example two solo-pads, and if the first one is on, the second should be off by script.

like:

if(Solo1.x==1)
Solo2.x=0;


x doesn´t work in this case, do you know how to realize it?

thx
by agentsmith23
12 Mar 2013 16:33
Forum: Troubleshooting
Topic: Problem with Custom Button
Replies: 7
Views: 1649

Re: Problem with Custom Button

thank you so far!! is there the possibility in lemur (when it reads the script) to wait a half second before it will read the next line? for example: i have 2 switches, on the first one i place a script like if(Switch1.x==1) Switch2.x=1; then wait a half sec. Switch2.x=0; .... this will fix my ...
by agentsmith23
11 Mar 2013 19:00
Forum: Troubleshooting
Topic: Problem with Custom Button
Replies: 7
Views: 1649

Problem with Custom Button

hi, i´d like to create a simple daw-control but i have some problems with the custom button and ableton. i want to control the solo-button in ableton with a custombutton(switch) but i just works properly with a custombutton(pad). the solo button in ableton reqiueres the signal like a pad(x=1 and x=0) ...
by agentsmith23
19 Feb 2013 08:58
Forum: Projects
Topic: Instrument-Remote
Replies: 1
Views: 850

Instrument-Remote

hi,

i made this for my ableton projects. i hope you can improve your workflow too.

regards!

http://www.pic-upload.de/view-18203865/ ... 1.png.html
http://www.pic-upload.de/view-18203870/ ... 2.png.html
by agentsmith23
14 Feb 2013 01:39
Forum: Troubleshooting
Topic: Controll Breakpoint(s) with Faders
Replies: 5
Views: 1144

Re: Controll Breakpoint(s) with Faders

ok!

if you want you can help me out further..

i'm trying to add a delay on each point in this project, so the points acting like a sine-wave..

its a very simple preset, one physic-fader which controls the y.axis of the breakpoints...

regards!!
by agentsmith23
12 Feb 2013 23:16
Forum: Troubleshooting
Topic: Controll Breakpoint(s) with Faders
Replies: 5
Views: 1144

Re: Controll Breakpoint(s) with Faders

allright, thank you!!!

appreciate it!

did you have more of these example-parts?


regards!
by agentsmith23
08 Feb 2013 17:54
Forum: Troubleshooting
Topic: Controll Breakpoint(s) with Faders
Replies: 5
Views: 1144

Controll Breakpoint(s) with Faders

hey, i want to create a simple envelovpe, which i can controll with 4 faders. fader1: Attack = point2.x fader2: Decay = point3.x fader3: Sustain = point3.y/point4.y fader4: release = point4.x i tried but i dont know how to script it.. help please^^ http://www.bilder-upload.eu/show.php?file=d1ff89 ...
by agentsmith23
07 Dec 2012 07:36
Forum: Troubleshooting
Topic: scripting problem
Replies: 2
Views: 870

Re: scripting problem

works! THANKS!!!!
by agentsmith23
06 Dec 2012 03:24
Forum: Troubleshooting
Topic: scripting problem
Replies: 2
Views: 870

scripting problem

hi, i hope you guys can help my out. i´m new to lemur and i got some problem here. i´ll create a remote for the eq eight(ableton) and i want to transfer the midi-value from each point from my breakpoint to the attributesmanager in the tabbed container. y. for gain and x. for the freq. i just want c ...