[Stk] Bowed one-pole, sample rate assumption?

Stephen Sinclair sinclair at music.mcgill.ca
Tue Nov 11 08:57:18 PST 2008


Hi,

In Bowed.cpp, the stringFilter one-pole is initialized with the
following calculation:

  stringFilter_.setPole( 0.6 - (0.1 * 22050.0 / Stk::sampleRate()) );

Is it safe to assume that 22050.0 / Stk::sampleRate() should be
replaced with 0.5?


Steve



More information about the Stk mailing list