快速登录:  

Forum: VirtualDJ Technical Support

话题: Mapping EFX to Reverse Toggle on NS7III
Hello, looking for a little help. I'm not very good at writing the commands when mapping. I was able to map an Echo EFX to the Reverse Toggle button. It activates when I push it down. My problem is it stays activated when I push it up and have to do the process again to deactivate it. I would like to activate it when it's in the downward or on position and deactivate it when it's in the up or off position. Thank you in advance.
 

发表时间 Tue 20 Sep 22 @ 4:31 pm
What did you write there?

try
BLEEP -----> effect_active 'Echo EFX' while_pressed
&
REVERSE -----> effect_active 'Echo EFX' while_pressed
 

发表时间 Tue 20 Sep 22 @ 8:26 pm
Thank you for your response:
effect_active 'echo'
When I depress the toggle switch it activates the effect but when I return the toggle, I have to depress it again to turn the effect off.
 

发表时间 Thu 22 Sep 22 @ 12:31 am
dj latin lou wrote :
Thank you for your response:
effect_active 'echo'
When I depress the toggle switch it activates the effect but when I return the toggle, I have to depress it again to turn the effect off.


The while_pressed part should fix that

As an example this is my re-mapping of my NS7 mk1
The toggle/paddle part starts at 6:05 - all the scripting is linked in the video description
 

发表时间 Thu 22 Sep 22 @ 9:29 am
I will try this as soon as I get home. Thank you very much for your assistance!
 

发表时间 Thu 22 Sep 22 @ 3:49 pm
then:
-----> effect_active 'echo' while_pressed

 

发表时间 Thu 22 Sep 22 @ 11:20 pm
Thank you both very much! Trying it now!
 

发表时间 Fri 23 Sep 22 @ 12:39 am
Worked perfectly!!
 

发表时间 Fri 23 Sep 22 @ 12:43 am