mirror of
https://github.com/TomHarte/CLK.git
synced 2026-03-11 04:42:20 +00:00
Attempt further to improve filter precision.
This commit is contained in:
@@ -112,7 +112,7 @@ void SID::update_filter() {
|
||||
type,
|
||||
1'000'000.0f,
|
||||
30.0f + float(filter_cutoff_.get()) * 5.8f,
|
||||
0.707f + float(filter_resonance_.get()) * 0.25f,
|
||||
0.707f + float(filter_resonance_.get()) * 0.125f,
|
||||
6.0f,
|
||||
true
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user