Quick Sign In:  

Forum: VirtualDJ 8.0 Technical Support

Topic: Sample pad in MixTrack Quad doesn't glow when a Remix Point is added (Virtual DJ 8)

This topic is old and might contain outdated or incorrect information.

ntsarbPRO InfinityMember since 2014
Looks like a bug. Here's how to reproduce it:

1. In VirtualDJ 8, set a (first) Remix Point (POI editor)
2. On Numark Mixtrack Quad, activate SAMPLE(S) section (SHIFT+OUT/SAMPLE pad). The first sample pad (S1) should be lit to indicate that this pad has been programmed/associated with a Sample/Remix Point.
4. To confirm that the (first) sample pad is, indeed, programmed with your sample: Press the sample pad (S1); the first Remix Point will be played back.

Would be nice if the Samples pads are lit when associated/mapped/programmed with a Remix Point (as the Cue pads are lit when associated with cue points).
 

Posted Sun 07 Sep 14 @ 12:40 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
This is something that we may have to change (the way the get_sample_color x actions works in Remix mode).

In the meantime you can map the
LED_SAMPLERMODE_PAD1 as .. sampler_bank '{remix mode}' ? sampler_pad 1 ? constant 'white' : off : get_sample_color 1
LED_SAMPLERMODE_PAD2 as .. sampler_bank '{remix mode}' ? sampler_pad 2 ? constant 'white' : off : get_sample_color 2
LED_SAMPLERMODE_PAD3 as .. sampler_bank '{remix mode}' ? sampler_pad 3 ? constant 'white' : off : get_sample_color 3
LED_SAMPLERMODE_PAD4 as .. sampler_bank '{remix mode}' ? sampler_pad 4 ? constant 'white' : off : get_sample_color 4
 

Posted Sun 07 Sep 14 @ 4:15 pm
ntsarbPRO InfinityMember since 2014
djdad wrote :
This is something that we may have to change (the way the get_sample_color x actions works in Remix mode).

In the meantime you can map the
LED_SAMPLERMODE_PAD1 as .. sampler_bank '{remix mode}' ? sampler_pad 1 ? constant 'white' : off : get_sample_color 1
LED_SAMPLERMODE_PAD2 as .. sampler_bank '{remix mode}' ? sampler_pad 2 ? constant 'white' : off : get_sample_color 2
LED_SAMPLERMODE_PAD3 as .. sampler_bank '{remix mode}' ? sampler_pad 3 ? constant 'white' : off : get_sample_color 3
LED_SAMPLERMODE_PAD4 as .. sampler_bank '{remix mode}' ? sampler_pad 4 ? constant 'white' : off : get_sample_color 4


Thank you for the quick response. Very much appreciated!

Really simple with the scripting capability. I'll spend some time to skim through the verbs and options. Looks really flexible.


 

Posted Mon 08 Sep 14 @ 5:23 pm


(Old topics and forums are automatically closed)