Hi. I'm needing help getting the status of PFL for individual decks. Say if PFL is active on deck 1 and I switch to deck 3 in which PFL is inactive, How can I get note that change via an LED?
Mensajes Thu 08 Dec 16 @ 6:41 pm
Which controller is the one you are using ?
How exactly do you switch decks (which button, how is this assigned as ) ?
How exactly do you switch decks (which button, how is this assigned as ) ?
Mensajes Thu 08 Dec 16 @ 7:07 pm
Hercules DJ Control AIR via PFL button on each deck. Here's the code for that Button:
var 'shift' ? prelisten : holding 1000ms ? pfl : device_side 'left' ? deck 1 leftdeck ? deck 3 leftdeck : deck 3 leftdeck ? deck 5 leftdeck : on & deck 1 leftdeck : deck 2 rightdeck ? deck 4 rightdeck : deck 4 rightdeck ? deck 6 rightdeck : on & deck 2 rightdeck
Mensajes Thu 08 Dec 16 @ 7:38 pm
So the LED of the PFL is probably showing you which deck is Left/Right and you want to show the PFL status instead ?
In that case, you need to find the LED_PFL key and assign that as .. pfl
In that case, you need to find the LED_PFL key and assign that as .. pfl
Mensajes Fri 09 Dec 16 @ 12:43 am
Nevermind, I accomplished it with
I was overthinking the situation
pfl ? blah blah blah
I was overthinking the situation
Mensajes Fri 09 Dec 16 @ 12:53 am