Page 1 of 1

Noob needs help

Posted: 06 Nov 2012 14:40
by electrofux
I have done a template for the Reason Thor Sequencer. Everything is running fine so far and now i want to do soem sepcials that require scripts which i have never used before.

What i wanna do is:

a button that when pressed influences the behaviour of the Multislider object to increment/decrement all sliders when one of them is moved.

Another series of buttons should reset, set to 64, set to 127 all sliders of the multi slider object.

Now how do i go about this?

Re: Noob needs help

Posted: 10 Nov 2012 21:16
by Imza
Slider1.x=.5
Slider2.x=.5
Slider3.x=.5

That will be your button to set them to 64. I use a single pad. Similarly, to set them all to max, you use Slider.x=1. This sets x, the value of the fader, to 1, which is maximum on, and also sends a midi signal in the process. As far as increment and decrements, I don't have any experience with those, but there are some pretty good examples in the user database.