Delete the SVF gain compensation (match Rapture)
This commit is contained in:
parent
99702019b6
commit
84436601bc
1 changed files with 1 additions and 2 deletions
|
|
@ -78,8 +78,7 @@ sfzLpf2pSv = sk.sallenKey2ndOrderLPF(smoothCoefs,cutoff,Q);
|
|||
sfzHpf2pSv = sk.sallenKey2ndOrderHPF(smoothCoefs,cutoff,Q);
|
||||
|
||||
// the SFZ 2-pole state-variable bandpass filter
|
||||
// Note: attenuate in order to have the resonant peak at 0 dB (same as sfzBpf2p)
|
||||
sfzBpf2pSv = sk.sallenKey2ndOrderBPF(smoothCoefs,cutoff,Q) : *((1./Q):smoothCoefs);
|
||||
sfzBpf2pSv = sk.sallenKey2ndOrderBPF(smoothCoefs,cutoff,Q);
|
||||
|
||||
// the SFZ 2-pole state-variable notch filter
|
||||
sfzBrf2pSv = _ <: (sfzLpf2pSv, sfzHpf2pSv) :> +;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue