allpassphase icon indicating copy to clipboard operation
allpassphase copied to clipboard

Incorrect Resonance calculation

Open LostRobotMusic opened this issue 1 year ago • 2 comments

The line of code that says double alpha = sin(w0) * (2 * q); is actually supposed to say double alpha = sin(w0) / (2 * q);. The typo makes the resonance knob have the wrong value.

LostRobotMusic avatar Aug 28 '23 00:08 LostRobotMusic

I was also curious about this as it seems it should be a divide and not a multiplication. Can anyone confirm which is correct?

pacomacman avatar Sep 06 '23 10:09 pacomacman

thanks! will implement when i push an update for apple silicon

enummusic avatar Apr 01 '24 20:04 enummusic