Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Light up LED whith pitch
Hello,
First of all I'm sorry for my bad english...

I managed to map a button to increase or decrease my pitch (12%/50%) and now I vould like a LED to be light up when I've set the pitch to 50%. Can someone give me a script to do that please ?

Thank you for answering

Julien
 

Posted Sun 03 Mar 24 @ 4:46 pm
are you setting the pitch_range to 50% ?

and if the LED is on a controller, then the script for the button's LED mapping, would be:
(with a name, like LED_XXXX )
pitch_range 50% ? on : off


otherwise need more info to help more.





PS
Could create a custom button with script (not what you asked, may be helpful in addition):
pitch_range 50% ? on & pitch_range 12% : off & pitch_range 50%

and Custom button name:
`pitch_range & param_multiply 100 `



 

Posted Mon 04 Mar 24 @ 3:30 am