ah, here:
Code: Select all
long n = saws;
float z = 0.36f;
while (n--)
{
phasez[n] = sinf(z);
z += z*n;
}
oh no, i know what it is; the phases are normally free-running but they're init to zero for the main voice. the "random" phase init only applies to the "supersaw" oscillator unison, but not to the voice main phases.
yeah, so it inits to zero for global unison. nobody ever used that feature much since it's usually not extremely useful and such a cpu hog
igno; samples you make belong to you actually. if you post them here and somebody else puts them in a sample cd, you can sue them but access _cant_. who owns the "hypersaw" samples you found online?


