How to create an effect slider marker script to show on the LCD screen of a Denon DN-S1200 for effect slider?
In the DN-S1200 In CD mode when player In CD mode, when effect is on and the effect slider button is manipulated as slider increases It feels up the outer section of the little circle icon on the LCD( Scratch Marker Icon) on LCD.
In the DN-S1200 In CD mode when player In CD mode, when effect is on and the effect slider button is manipulated as slider increases It feels up the outer section of the little circle icon on the LCD( Scratch Marker Icon) on LCD.
Posted Sat 31 Oct 09 @ 5:46 pm
You could probably do this by maping POS_SCRATCH to:
However, the definition only allows one segment to be lit at a time.
effect active ? effect slider 1 : jogwheel
However, the definition only allows one segment to be lit at a time.
Posted Tue 03 Nov 09 @ 5:49 pm
jpboggis wrote :
You could probably do this by maping POS_SCRATCH to:
However, the definition only allows one segment to be lit at a time.
effect active ? effect slider 1 : jogwheel
However, the definition only allows one segment to be lit at a time.
Thank you. That works great.
Posted Tue 03 Nov 09 @ 10:51 pm