Hi there,
is it possible to map several functions on a single button on your controller?
I'm on VDJ8 / MCX8000
I would like to have two functions on the "sync-button"
1. the normal sync functionality (sync tempo to playing deck) and
2. activate by double-hit on the sync-button the permanent-sync, where the tempo is permanently in sync with the mastrr-deck even while it is changed. By hitting the button twice again it should go back to 1. normal sync-mode
Would be events more fantastic to use different colors on the sync-button to visualize better.
Actually I have configured a custom button, but the workflow is very lame, when you have to turn on/off the function via cursor. No chance to get along with BPM changes within Hot rotation
is it possible to map several functions on a single button on your controller?
I'm on VDJ8 / MCX8000
I would like to have two functions on the "sync-button"
1. the normal sync functionality (sync tempo to playing deck) and
2. activate by double-hit on the sync-button the permanent-sync, where the tempo is permanently in sync with the mastrr-deck even while it is changed. By hitting the button twice again it should go back to 1. normal sync-mode
Would be events more fantastic to use different colors on the sync-button to visualize better.
Actually I have configured a custom button, but the workflow is very lame, when you have to turn on/off the function via cursor. No chance to get along with BPM changes within Hot rotation
发表时间 Thu 08 Aug 19 @ 8:23 am
doubleclick ? beatlock : sync
the led I don't know if the button is rgb or not so this is just blink
beatlock ? blink 250ms : sync ? on : off
the led I don't know if the button is rgb or not so this is just blink
beatlock ? blink 250ms : sync ? on : off
发表时间 Thu 08 Aug 19 @ 9:19 am
Thank you locodog, I'll test it out.
May I ask you a question,
what does the " : " symbol , for example between beatlock and sync in the phrase
doubleclick ? beatlock : sync
May I ask you a question,
what does the " : " symbol , for example between beatlock and sync in the phrase
doubleclick ? beatlock : sync
发表时间 Thu 08 Aug 19 @ 11:14 am
the : is to split the yes and the no reply to the query doubleclick ? , or to split yes and no of any query. left side of : is yes, right side is no
发表时间 Thu 08 Aug 19 @ 11:34 am
thank you very much locodog, with your help i figured it out how to do it, and it works! :)
the sync button only has a blue led
if someone wants this functionality too, setup as follow:
Denon MCX8000 Mapping
Key: SYNC
Action: doubleclick ? beatlock : sync
Key: LED_SYNC
Action: is_sync ? beatlock ? blink 2000ms : on : off
a hit on the sync button activates the normal sync, the button light is on. now
doublehit the sync button and the deck (where the sync button is assignet to) is synced and beatlocked to the masterdeck. doublehit aggain and beatlock is off, the current bpm lasts.
if you just doublehit the sync button, the given deck just activates beatlock without actually sync the deck to the master.
So for clean work its needed to hit once and and shortly after doublehit to work properly.
the sync button only has a blue led
if someone wants this functionality too, setup as follow:
Denon MCX8000 Mapping
Key: SYNC
Action: doubleclick ? beatlock : sync
Key: LED_SYNC
Action: is_sync ? beatlock ? blink 2000ms : on : off
a hit on the sync button activates the normal sync, the button light is on. now
doublehit the sync button and the deck (where the sync button is assignet to) is synced and beatlocked to the masterdeck. doublehit aggain and beatlock is off, the current bpm lasts.
if you just doublehit the sync button, the given deck just activates beatlock without actually sync the deck to the master.
So for clean work its needed to hit once and and shortly after doublehit to work properly.
发表时间 Thu 08 Aug 19 @ 9:14 pm