Search found 6 matches

by markscheel
16 Oct 2013 08:58
Forum: General Discussion
Topic: snapshot
Replies: 3
Views: 1076

Re: snapshot

hi mat


indeed that helped a lot.
tried it this way and it worked out great.

thank you for taking the time to answer.


cheers

mark
by markscheel
06 Oct 2013 19:10
Forum: General Discussion
Topic: snapshot
Replies: 3
Views: 1076

snapshot

hello i m trying to make a snapshot function for my layout of faders and knobs. i m able to get the values of faders and switches and store them into a global variable. to restore my faders i iterize through that variable and send the values back to the faders. now i want to apply this scheme to a ...
by markscheel
10 Jul 2013 19:36
Forum: General Discussion
Topic: how to send a controller message
Replies: 3
Views: 964

Re: how to send a controller message

i found out that i need to send if(x==0) ctlout(0,42,63,1) to make it work unfortunately the controller i want to controll is not exactly centered. if i send a value of 64 it is going a little bit over the center position. i guess this is not due to the lemur but the rackextension in reason 7 is to ...
by markscheel
10 Jul 2013 19:01
Forum: General Discussion
Topic: how to send a controller message
Replies: 3
Views: 964

how to send a controller message

hello

i would like to know the scripting for sendind a midi controller message.
i cant find an example in the docs.

maybe someone can help me out


cheers

mark
by markscheel
10 Jul 2013 09:57
Forum: General Discussion
Topic: code question
Replies: 3
Views: 972

Re: code question

hi

thank you so much for this information
this seems to be easier than i thought.

i ll have a look into your example ASAP.


cheers

mark
by markscheel
08 Jul 2013 21:13
Forum: General Discussion
Topic: code question
Replies: 3
Views: 972

code question

hello everybody i m new to the lemur software but not not totally new to scripting. i want to generate the following behavior for a multi ball. when i release the multi ball i want it to return to specific value. i know how to assign a controller to a ball but i could not find a code snippet where i ...