Skip to content

Commit 02b64f4

Browse files
authored
Update High and Low Pass Filters (#54)
* Update High and Low Pass Filters * Update presets/High_Gain.json
1 parent cc7e616 commit 02b64f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

presets/High_Gain.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
{
77
"Filter": {
88
"filter_type": "Highpass",
9-
"cutoff_hz": 575.0,
9+
"cutoff_hz": 65.0,
1010
"resonance": 0.2
1111
}
1212
},
1313
{
1414
"Filter": {
1515
"filter_type": "Lowpass",
16-
"cutoff_hz": 5737.0,
16+
"cutoff_hz": 7013.0,
1717
"resonance": 0.15
1818
}
1919
},

0 commit comments

Comments
 (0)