when dealing with remixed songs, there is always a beat that can be looped on forever.
i load the same song to deck 1 and 3. i set the loop on deck 3 then sync it up with deck 1. at any given moment, i can easily mute ch 1 and let ch 3 continue the loop for an easy mix.
the same thing is applied to the other side. deck 2 and deck 4. loop on deck 4 synced up with deck 2. and if deck 1 and deck 2 are synced up, then i can just mix the loop which make it even sound better because it's a live remix.
my question is how do i force deck 3 to always sync up with deck 1 and at the same time force deck 4 to sync up with deck 2.. yet not have the left [1&3] affect nor be affected by the right [2&4]?
i know virtual can do this because i've seen serato do it. and i know virtual is better. and please don't tell me about reloop. i need the loop to keep on going. plus in a given night i'll mix about 100+ songs, so setting a sample loop is way too time consuming. just sync left with left and right with right.
thank.
i load the same song to deck 1 and 3. i set the loop on deck 3 then sync it up with deck 1. at any given moment, i can easily mute ch 1 and let ch 3 continue the loop for an easy mix.
the same thing is applied to the other side. deck 2 and deck 4. loop on deck 4 synced up with deck 2. and if deck 1 and deck 2 are synced up, then i can just mix the loop which make it even sound better because it's a live remix.
my question is how do i force deck 3 to always sync up with deck 1 and at the same time force deck 4 to sync up with deck 2.. yet not have the left [1&3] affect nor be affected by the right [2&4]?
i know virtual can do this because i've seen serato do it. and i know virtual is better. and please don't tell me about reloop. i need the loop to keep on going. plus in a given night i'll mix about 100+ songs, so setting a sample loop is way too time consuming. just sync left with left and right with right.
thank.
Mensajes Sat 14 Mar 15 @ 7:47 pm
deck 1 masterdeck & deck 3 sync
deck 2 masterdeck & deck 4 sync
Ideally though the CBGs of 1 & 2 should be sync'd, but whatever.
deck 2 masterdeck & deck 4 sync
Ideally though the CBGs of 1 & 2 should be sync'd, but whatever.
Mensajes Sat 14 Mar 15 @ 8:54 pm
could you please elaborate. i don't follow.
Mensajes Sat 14 Mar 15 @ 9:05 pm
How on earth are you a experience user? You made skins, how can you not understand?
You need to press a button to sync don't you?
So you need to put these scripts on 2 buttons
deck 1 masterdeck & deck 3 sync
deck 2 masterdeck & deck 4 sync
Or if you're using HW map this to to a button
device_side 1 ? deck 1 masterdeck & deck 3 sync : device_side 2 ? deck 2 masterdeck & deck 4 sync : nothing : nothing
You need to press a button to sync don't you?
So you need to put these scripts on 2 buttons
deck 1 masterdeck & deck 3 sync
deck 2 masterdeck & deck 4 sync
Or if you're using HW map this to to a button
device_side 1 ? deck 1 masterdeck & deck 3 sync : device_side 2 ? deck 2 masterdeck & deck 4 sync : nothing : nothing
Mensajes Sat 14 Mar 15 @ 9:23 pm
let me first understand this script you wrote..
if (device_side 1)
{ deck 1 masterdeck;
deck 3 sync;
}
else if (device_side 2)
{
deck 2 masterdeck;
deck 4 sync;
}
what i'm looking for is this.
deck 3 sync with deck 1 AND deck 4 sync with deck 2; .. always, pitch change, scratch, seek, w/e.
if (device_side 1)
{ deck 1 masterdeck;
deck 3 sync;
}
else if (device_side 2)
{
deck 2 masterdeck;
deck 4 sync;
}
what i'm looking for is this.
deck 3 sync with deck 1 AND deck 4 sync with deck 2; .. always, pitch change, scratch, seek, w/e.
Mensajes Sat 14 Mar 15 @ 11:39 pm
Well you'll need to do something different then
Make the jogwheel control both 1 & 3, make the pitch slider control 1 & 3 etc or try beatlock.
Make the jogwheel control both 1 & 3, make the pitch slider control 1 & 3 etc or try beatlock.
Mensajes Sat 14 Mar 15 @ 11:56 pm
There's always only one master deck. That's the concept of being master - it's in charge of the others.
Plus surely you want all four decks to be in sync to the same BPM, so why would you need two masters?
Plus surely you want all four decks to be in sync to the same BPM, so why would you need two masters?
Mensajes Sun 15 Mar 15 @ 6:05 am