Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Button Programming
Would anyone know how to program the following....

So I have a Denon MCX8000 - What I would like to do is to use on of the pads to do the following macro command. (can this be done)

When a pad is pressed on deck A, the current cue point to be active and on deck B to mute the vocal track and loop a 8 count.

ANY HELP WOULD BE APPRICATED !!
 

geposted Mon 18 Oct 21 @ 7:06 pm
locoDogPRO InfinityModeratorMember since 2013
hot_cue & action_deck 1 ? deck 2 loop 8 & mute_stem 'vocal' : deck 1 loop 8 & mute_stem 'vocal'
 

geposted Mon 18 Oct 21 @ 7:11 pm
LOCODOG - I just wanted to THANK YOU!!!! The Script you provided work correctly.
 

geposted Tue 19 Oct 21 @ 12:08 pm
locoDogPRO InfinityModeratorMember since 2013
about 1 in 5 they usually do XD.
...a joke,
no worries, you're now 1 step closer to owning your hardware.
 

geposted Tue 19 Oct 21 @ 12:12 pm
Hello LOCDOG. Thanks again for the support!! I have another script request. I tried for a few days to do it on my own and I cannot seem to figure it out.
With the same concept as you help me with before. I would like deck A to have beats only and player B have vocal only. I know I can do this manually but I would like to program a PAD.

Is this possible?

Thanks again!!
 

geposted Mon 15 Nov 21 @ 7:49 pm
locoDogPRO InfinityModeratorMember since 2013
action_deck 1 ? deck 1 only_stem 'rhythm' & deck 2 only_stem 'vocal' & : deck 2 only_stem 'rhythm' & deck 1 only_stem 'vocal'

try that, it's action deck dependant but intuition says you probably want more like this than otherwise.
 

geposted Mon 15 Nov 21 @ 8:01 pm
NicotuxHome userMember since 2014
Play & stop button for 2 decks : Rhythm left deck; Vocal+Melo right deck
play? deck 1 stop & deck 2 stop : deck 1 play & only_stem rhythm & deck 2 only_stem melovocal & clone_from_deck 1 
 

geposted Mon 15 Nov 21 @ 8:02 pm
Hello Guys

Thanks for the replies. But it did not work.

What I need is this..see attached
 

geposted Tue 16 Nov 21 @ 1:36 am
locoDogPRO InfinityModeratorMember since 2013
seems right at this end. I've not tried nico's
 

geposted Tue 16 Nov 21 @ 2:11 am
NicotuxHome userMember since 2014
Mine won't work because it apply both to same track
just do not clone but play instead

.. a mix of the two answers, everything you need is there ^^

play ? deck 1 stop & deck 2 stop : deck 1 only_stem rhythm & play & deck 2 only_stem vocal & play
 

geposted Tue 16 Nov 21 @ 2:55 am
Thanks for both replying.. So much appreciated !!!

So let use this as a example.. from Mr LOCODOG which works amazing !!
hot_cue & action_deck 1 ? deck 2 loop 8 & mute_stem 'vocal' : deck 1 loop 8 & mute_stem 'vocal'

I need the same script but with beat only on deck 1 and vocal only on deck 2. Then vise-versa.

Thanks
 

geposted Tue 16 Nov 21 @ 3:34 am
locoDogPRO InfinityModeratorMember since 2013
you've got all the bricks, just put them together.
 

geposted Tue 16 Nov 21 @ 5:09 am
Okay I'll try it and let you know the results
 

geposted Tue 16 Nov 21 @ 1:45 pm
So... 1 year later and I still cannot get it..... So I will try again here...
I would like to mute the melody and the rhythm at the same time. This script works but only mutes the melody. When I add (melody+rhythm) it will not work and I cannot understand why..

Any help would be appreciated.... PLEASE!!

hot_cue & action_deck 1 ? deck 2 loop_load 1 & mute_stem 'melody' : deck 1 loop_load 1 & mute_stem 'melody'

 

geposted Thu 03 Nov 22 @ 2:21 am
locoDogPRO InfinityModeratorMember since 2013
MeloRhythm

is the specifying parameter
 

geposted Thu 03 Nov 22 @ 3:22 am
Well LOCODOG you came thru again!!! THANK YOU!!!
IT WORKS !!!!
 

geposted Fri 04 Nov 22 @ 2:13 am