Audiomulch can do this automatically so I guess there HAS to be a way to do this in HH as well. Would save me a lot of time.
(I want the pitch to change when changing tempo, I can't use timestretch/grain for what I have to do. In one case, for example, I need the sampler to play half-tempo of project-tempo resulting in playing back the loop an octave down.)
See below: Senso wrote this in 2006. I think this is exactly what I need but I have no idea how to patch this, because of the (...)'s.
Anyone an idea?
Thanks guys,
tL.
SENSO:
I think that the question could be asked like:
I have a sample with a length (let's say length_ini);
What pitch should I play this sample to fit to another length, for example the cycle length (let's say length_final).
The pitch can be calculated with:
Pitch = 12*LN(Length_ini/length_final)/LN(2)
LN=Logarithm
You can use the Math/Trunc module to get a rounded pitch if you need it.
In the User Library you can find a patch called "Sampler Adapt Pitch" witch does this kind of stuff.
