Sign In:     


Forum: General Discussion

Topic: please help with midi script & free styler ..

This topic is old and might contain outdated or incorrect information.

Hi,

I Have reampped a key on my midi controller to work with freestyler .. But I want the Led on the bottem to work when its on and when its off .. I have tried but I don't no what im doing...

Its the cue 4 LED..

Here is the code

For the led to come on on this code
set '$fsvalue' 6 & set '$fscommand' 305

Turn off on this code
set '$fsvalue' 0 & set '$fscommand' 305

So when i press the cue for the code turns the code on with led .. then turn off with led

hope you can understand this

Thanks
 

Posted Sun 02 Dec 12 @ 9:07 am
Anyone no anythink ??
 

Send a message to SBDJ he is the guru on this.
 

Off the top of my head I'm thinking something like this:

toggle $ledbutton & var $ledbutton ? set '$fsvalue' 6 & set '$fscommand' 305 : set '$fsvalue' 0 & set '$fscommand' 305

The led definition would then just be:

var $ledbutton

I can have a look tomorrow though.
 

Thanks SB..

So this will turn the LED on.. cus I have to midi eg

The LED is on it own midi to the button..

I have hot cue 4 & LED hot cue 4

So i need a code for the hot cue 4

then an other code for LED hot cue 4

I have a citronic MPX-10 controller .. hope this help SB ?
 

You would set HOTCUE_4 to:

toggle $ledbutton & var $ledbutton ? set '$fsvalue' 6 & set '$fscommand' 305 : set '$fsvalue' 0 & set '$fscommand' 305

and LED_HOTCUE_4G (or R) to:

var $ledbutton
 

Thanks mate. Will test code weekend :). Top man
 



(Old topics and forums are automatically closed)