Hello everyone,
Is there a way to map an LED so that the LED lights up when the master_balance has the value of 50%?
If so, which text do I need to write to the command line?
In advance, many thanks to all.
greeting
Martin
Is there a way to map an LED so that the LED lights up when the master_balance has the value of 50%?
If so, which text do I need to write to the command line?
In advance, many thanks to all.
greeting
Martin
Posté Sun 16 Oct 16 @ 6:41 pm
Yes there is I suggest you read the wiki
http://www.virtualdj.com/wiki/VDJ8script.html
the list of verbs
http://www.virtualdj.com/wiki/VDJscript_verbs_v8..html
and users examples [some are simple, some are complicated but there's a lot to learn from here]
http://www.virtualdj.com/wiki/VDJScript%20Examples%20Database.html
the script your want for this instance is,
master_balance 50% ? on : off
http://www.virtualdj.com/wiki/VDJ8script.html
the list of verbs
http://www.virtualdj.com/wiki/VDJscript_verbs_v8..html
and users examples [some are simple, some are complicated but there's a lot to learn from here]
http://www.virtualdj.com/wiki/VDJScript%20Examples%20Database.html
the script your want for this instance is,
master_balance 50% ? on : off
Posté Sun 16 Oct 16 @ 7:46 pm