I'm using an RMX Hercules console.
Using VDJ 2 Desk Skin, when pressing EQ_KILL button the EQ title switch to white.
Using VDJ 4 Desk Skin, EQ title color is not changing.
As RMX doesn't have any LED on EQ_KILL, I'm not able to know the Kill status of my filters.
I created instead a workaround on the RMX mapper:
On the EQ_KILL_HIGH key I configured "eq_kill_high ? eq_kill_high & eq_high 50% : eq_kill_high & eq_high 0%"
Same for EQ_KILL_MID and EQ_KILL_LOW
On the EQ_HIGH key I used "eq_kill_high ? fake_eq_high 0% : eq_high"
Same for EQ_MID and EQ_LOW
So when I Kill the EQ, the knob goes to 0% and stay blocked until I unkill it, then it goes automatically to 50%.
When I unkill the EQ, I would like to recover the last EQ status instead of the fixed 50%.
To do that I need to set a variable on the EQ and then parse it to the KILL action when unkill.
Does anybody has an idea how to?
Using VDJ 2 Desk Skin, when pressing EQ_KILL button the EQ title switch to white.
Using VDJ 4 Desk Skin, EQ title color is not changing.
As RMX doesn't have any LED on EQ_KILL, I'm not able to know the Kill status of my filters.
I created instead a workaround on the RMX mapper:
On the EQ_KILL_HIGH key I configured "eq_kill_high ? eq_kill_high & eq_high 50% : eq_kill_high & eq_high 0%"
Same for EQ_KILL_MID and EQ_KILL_LOW
On the EQ_HIGH key I used "eq_kill_high ? fake_eq_high 0% : eq_high"
Same for EQ_MID and EQ_LOW
So when I Kill the EQ, the knob goes to 0% and stay blocked until I unkill it, then it goes automatically to 50%.
When I unkill the EQ, I would like to recover the last EQ status instead of the fixed 50%.
To do that I need to set a variable on the EQ and then parse it to the KILL action when unkill.
Does anybody has an idea how to?
Inviato Wed 15 Aug 12 @ 1:17 pm