Hi there, Im' qute new to Virtual DJ (always used Scratch live, then Rekordbox).
Recently becoming a virtual DJ user with my DDJ-1000, I'm trying to re-use the button SAMPLER_PFL to toggle between frequency and ezremix eqmodes.
While not a developer, so far I managed get the toggle working using:
setting 'eqmode' 'frequency' ? setting 'eqmode' 'ezremix' : setting 'eqmode' 'frequency'
However, I'd like to get the CUE button (sampler_pfl) lighted up when ezremix is actif. Any idea how to formulate that mapping string?
thanks a lot!
Recently becoming a virtual DJ user with my DDJ-1000, I'm trying to re-use the button SAMPLER_PFL to toggle between frequency and ezremix eqmodes.
While not a developer, so far I managed get the toggle working using:
setting 'eqmode' 'frequency' ? setting 'eqmode' 'ezremix' : setting 'eqmode' 'frequency'
However, I'd like to get the CUE button (sampler_pfl) lighted up when ezremix is actif. Any idea how to formulate that mapping string?
thanks a lot!
Inviato Mon 07 Jun 21 @ 12:53 pm
Remap the led LED_PFL_SAMPLER to:
setting 'eqmode' 'ezremix' ? on : off
Inviato Mon 07 Jun 21 @ 1:04 pm
Thanks this now works great, thank you so much!
Inviato Tue 22 Jun 21 @ 5:44 am