-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
When running the following:
process = os.oscsin(200)
: *(vslider("gain", 0, -48, 0, 0.1) : ba.db2linear)
: ve.diodeLadder(0.9, 1);
I need to reduce the gain by almost -41dB in order for the resulting waveform not to clip / turn into a square wave.
This is surprising, since a unity-amplitude sine wave shouldn't clip when ran through a filter like that.
Am I using it incorrectly (the documentation doesn't state anything) or is this a bug in the implementation?
Similar filters (e.g. moogLadder
) don't show this behavior.
Metadata
Metadata
Assignees
Labels
No labels