You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, sampleRate tells us that minimum and maximum shall be multiplied with the processing sample rate, i.e. minimum and maximum in range [0,1] makes sense. However, default will not be multiplied, so the default value must be in range [minimum*sampleRate, maximum*sampleRate].
Thanks for @PhysSong who posted a comment about it, and to @drobilla for confirming that this default value is not valid.
The text was updated successfully, but these errors were encountered:
Example from the generated GLAME Butterworth Lowpass ttl:
Here,
sampleRate
tells us thatminimum
andmaximum
shall be multiplied with the processing sample rate, i.e.minimum
andmaximum
in range[0,1]
makes sense. However,default
will not be multiplied, so the default value must be in range[minimum*sampleRate, maximum*sampleRate]
.Thanks for @PhysSong who posted a comment about it, and to @drobilla for confirming that this default value is not valid.
The text was updated successfully, but these errors were encountered: