






Moderators: electrogear, exonerate
Sine = sin1 (Ramp);
Saw = 2 * Ramp -1;
Square = 1 - 2 & (Ramp >= PulseWidth);
Triangle = (4 * Ramp - 1) + (4 - 8 * Ramp) & (Ramp >= 0.5);
,streamin in;
streamout out;
float F0P5=0.5;
float F2=2;
movaps xmm0,in;
subps xmm0,F0P5;
mulps xmm0,F2;
movaps out,xmm0;GhostAddicts wrote:oscillator to continue oscillating during the release phase?
What do you mean plz?GhostAddicts wrote: an ADSR that has that backwards logic.


GhostAddicts wrote:does it start at 0 phase or does it calculate the phase input?
GhostAddicts wrote:Also has any one heard of HCM, new synthesis technique...
GhostAddicts wrote:what seperates phase distortion and phase modulation?
GhostAddicts wrote:Another question, when retriggering a note that is already active, how do i have SM create a new voice while allowing the existing voice to finish its release stage?
Users browsing this forum: No registered users and 1 guest