Noob needs help

Discuss problems and solutions.
Post Reply
electrofux
Regular
Posts:297
Joined:24 Jan 2012 18:22
Noob needs help

Post by electrofux » 06 Nov 2012 14:40

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?

Imza
Newbie
Posts:39
Joined:13 Apr 2012 00:37
Location:St. Louis, MO
Contact:

Re: Noob needs help

Post by Imza » 10 Nov 2012 21:16

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.
lightlabstl.com

Post Reply