






Moderators: electrogear, exonerate
tester wrote:SM stock sine accepts phase offset greater than 0-1, which produces greater modulation on phase node. Modified sine (biquad6) has a problem with that. Can this be repaired?
tester wrote:SM stock sine accepts phase offset greater than 0-1,
streamin frequency;
streamin phase;
streamin volume;
streamout out;
float a,b;
a = a + frequency;
a = a - (a > 1) & 2;
b = sin1(a + phase);
out = volume*b;

But maybe there are some common routines.tester wrote:1. This one is accurate sine production, not wavetable based?
2. Can someone remind where to put resync node?
3. Can this be optimized (via ASM code) without loosing freq/phase accuracy?
a = a & (Trigger <= OldTrigger);
OldTrigger = Trigger;
These small adjustments are important when dealing with frequency and time and predictable control of spatial (differential aka binaural which are slow rotations) and vibrational (chord-like) behaviours. For example - there is a huge difference whetner after 15 minues of playback - you still hear the audio track in center or everything is somewhere letf. Or whether you hear a progression of phantom tones or just a blurry blurness.

DigitalWhiteByte wrote:Before putting all the pieces together, wondering if anyone has already done.
Users browsing this forum: No registered users and 2 guests