Hi all,
for unknown reasons this command assigned to a controller button does not work:
deck 1 play ? nothing : automix ? automix_skip
Means: If Deck 1 is not playing and if automix is on, then automix should skip to the next song. Sounds easy, but I cannot get it to work.
Using Macos Mojave and VDJ 6156
Edit: I am using automix in dual deck mode, in this example currently deck 2 is playing. I am planning to assign this command to the Play/Pause Button of the currently not playing deck
Any ideas?
for unknown reasons this command assigned to a controller button does not work:
deck 1 play ? nothing : automix ? automix_skip
Means: If Deck 1 is not playing and if automix is on, then automix should skip to the next song. Sounds easy, but I cannot get it to work.
Using Macos Mojave and VDJ 6156
Edit: I am using automix in dual deck mode, in this example currently deck 2 is playing. I am planning to assign this command to the Play/Pause Button of the currently not playing deck
Any ideas?
Inviato Thu 03 Dec 20 @ 4:48 pm
the correct way ? use the dedicated verb : "mix_next"
reinventing the wheel:
not play ? automix ? automix_skip
is exactly the same as
but yes for me BUG strangely queries using deck and play at the same time are not queries, but actions
"deck 1 play ? "
deck 1 not play .....
deck 1 play && automix ?
....
all play deck 1
reinventing the wheel:
not play ? automix ? automix_skip
is exactly the same as
but yes for me BUG strangely queries using deck and play at the same time are not queries, but actions
"deck 1 play ? "
deck 1 not play .....
deck 1 play && automix ?
....
all play deck 1
Inviato Thu 03 Dec 20 @ 8:56 pm