Hi, I'm looking to get the selected channel/deck of the FX assign knob.
In mapping I see it coming up as FX_ASSIGN_1 on/off and FX_ASSIGN_2 on/off but I can't seem to use these values. What do I use to get the value?
In mapping I see it coming up as FX_ASSIGN_1 on/off and FX_ASSIGN_2 on/off but I can't seem to use these values. What do I use to get the value?
发表时间 Fri 28 Oct 22 @ 10:01 am
You need to query "$ddjfx_ch" parameter value.
1 is deck 1, 2is deck 2, 3 is deck 3, 4 is deck 4, 5 is microphone, 6 is sampler, and 0 is master
1 is deck 1, 2is deck 2, 3 is deck 3, 4 is deck 4, 5 is microphone, 6 is sampler, and 0 is master
发表时间 Tue 01 Nov 22 @ 1:47 pm
Thank you!
发表时间 Tue 08 Nov 22 @ 10:07 am
Sorry it's not working `var $ddjfx_ch' is always a value of 'on'
Cannot get the channel number
Cannot get the channel number
发表时间 Sat 19 Nov 22 @ 4:27 pm
get_var '$ddjfx_ch'
发表时间 Mon 21 Nov 22 @ 9:19 am