This is my first post on Forum.
I am using 4 decks.
I recently learned about the Clone_deck feature.
However, I am having trouble getting it to work.
■What I want to do
-I want to copy a song in the upper left corner of the 4-deck display to the lower left corner.
I want to copy a song in the upper right corner of a 4-deck display to the lower right corner.
For example, if the upper right is Deck 2, pressing CUE on the right side of the MIDI controller will copy it to Deck 4.
If the upper left is deck 3, for example, pressing CUE on the left side of the MIDI controller will copy it to deck 1 on the lower left.
I would like to implement
Please let me know if you are familiar with the Clone deck for 4 decks.
I am using 4 decks.
I recently learned about the Clone_deck feature.
However, I am having trouble getting it to work.
■What I want to do
-I want to copy a song in the upper left corner of the 4-deck display to the lower left corner.
I want to copy a song in the upper right corner of a 4-deck display to the lower right corner.
For example, if the upper right is Deck 2, pressing CUE on the right side of the MIDI controller will copy it to Deck 4.
If the upper left is deck 3, for example, pressing CUE on the left side of the MIDI controller will copy it to deck 1 on the lower left.
I would like to implement
Please let me know if you are familiar with the Clone deck for 4 decks.
Inviato 18 hours ago
device_side left ? action_deck 1 ? clone_deck 3 : clone_deck 1 : action_deck 2 ? clone_deck 4 : clone_deck 2
Inviato 8 hours ago
Thanks for your answer.
I tried to change it, but it didn't work as I expected...
I tried to change it, but it didn't work as I expected...
Inviato 8 hours ago
How so?
Inviato 8 hours ago
action_deck 1 ? clone_deck 3 : action_deck 3 ? clone_deck 1 : action_deck 2 ? clone_deck 4 : clone_deck 2
Inviato 8 hours ago