I sorry to bother but does anyone could give me a clue on how to sync to diffrent wav. loop of the same length wich are obviously recorded at different tempo anyway thaks for the help in advance
-
Loop sync?
-
If the two loops are the same lenght, in bars and beats, try this;
(where L1, L2 = the length in samples of the two arrays)[phasor~ 0.5] (2hz = quarternote@120bpm, 0.5hz = 1 bar)
|\
| \
| \
| \
| \
| \
| \
| \
| \
| \
[*~ L1] [*~ L2]
| \
| \
| [tabread4~ array2]
| |
| (etc...)
|
[tabread4~ array1]
|
(etc...)If the loops are different lengths in bars and beats, stick a [*~] in front. So if one loop is 2 bars, and another 1, set the phasor's period to two bars (0.25hz) and multiply by 0.5 for the shorter loop.
Confusing enough?