快速登录:  

Forum: Old versions

话题: EQ kills mapped but no visual indication they are ON/OFF

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

pjhardyHome userMember since 2015
Hi I have fallen for WDJ8 and the default skin (there's probably better but I like it).

I have mapped EQ kills to keys but when I use them there is no visual indication of what is on or off. Can this be enabled on the skin? If I right click the EQ knobs then they reduce to 0% both visually and audibly but if i use my mapped keys then only the audio changes.
 

发表时间 Thu 08 Jan 15 @ 11:39 am
PachNPRO InfinityMember since 2009
Try this: that one is for eq_high

eq_high 0% ? eq_high 50% : eq_high 0%

If that doesn't work, try this:

eq_high 0% ? eq_high 50% : eq_high 0% & eq_kill_high
 

发表时间 Thu 08 Jan 15 @ 3:14 pm
pjhardyHome userMember since 2015
um, how do you mean try? (sorry)
 

发表时间 Fri 09 Jan 15 @ 1:51 am
RobRoyPRO InfinitySenior staffMember since 2012
try to map :-)
 

发表时间 Fri 09 Jan 15 @ 2:16 am
pjhardyHome userMember since 2015
ok ive assigned the following to the kill keys:

deck 1 eq_high 0% ? eq_high 50% : eq_high 0% & eq_kill_high
deck 1 eq_med 0% ? eq_med 50% : eq_med 0% & eq_kill_med
deck 1 eq_low 0% ? eq_low 50% : eq_low 0% & eq_kill_low
(same for deck 2)

works great but now i have press twice to get the EQ kill off - press once its killed, press again the eq knob returns to 0& visually but audio stays killed, have to press two more times to get the audio back to normal

any thoughts?
 

发表时间 Sun 11 Jan 15 @ 2:56 am
locoDogPRO InfinityModeratorMember since 2013
deck 1 eq_high 0% ? eq_high 50% & eq_kill_high : eq_high 0% & eq_kill_high

It is pretty poor there's no visual (nor a way to eq kill via the mouse)
 

发表时间 Sun 11 Jan 15 @ 10:58 am
PachNPRO InfinityMember since 2009
AFAIK, you can temporarily kill EQs by rightclicking on the EQ knob with the mouse.
But that means you have to keep pressing the mousebutton.
 

发表时间 Mon 12 Jan 15 @ 4:59 am
locoDogPRO InfinityModeratorMember since 2013
Not quite, right click toggles 0%, 50%, but it isn't while pressed.

I've brought back the v7 click label = eq kill & added a visual
 

发表时间 Mon 12 Jan 15 @ 5:06 am
pjhardyHome userMember since 2015
hows that done then?
 

发表时间 Tue 13 Jan 15 @ 3:30 pm
locoDogPRO InfinityModeratorMember since 2013
Something like this, but you'll need to learn a bit of skinning before it makes sense.

<group name="knobb" x="+0" y="+57">
<panel class="knobb">
<slider action="eq_high" dblclick="eq_high 50%" rightclick="eq_high 0% ? eq_high 50% : eq_high 0%" tooltip="EQ HIGH"/>
<slider action="eq_high" dblclick="eq_high 50%" rightclick="eq_high 0% ? eq_high 50% : eq_high 0%" tooltip="EQ HIGH" frommiddle="true"/>
<textzone leftclick="eq_kill_high">
<text format="HIGH"/>
</textzone>
</panel>
<visual source="eq_kill_high" type="onoff">
<pos x="+0" y="+42"/>
<size width="8" height="8"/>
<on x="1336" y="2700"/>
<off x="1336" y="2710"/>
</visual>
</group>
 

发表时间 Tue 13 Jan 15 @ 4:20 pm
Did clicking the labels kill EQ in VDJ 7? I didn't know that!

I do think it's a cool idea to have some hidden clickable areas in a skin that only you know about though.
 

发表时间 Tue 13 Jan 15 @ 4:49 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
I think the EQ labels in ver 7 skin were just visuals , not buttons, but yes they were offering the info you wanted.
Maybe added.. will make a note to the Team.
 

发表时间 Fri 16 Jan 15 @ 5:13 am


(陈旧帖子或论坛版块会自动关闭)