Skip to content

Commit

Permalink
Revert "set triangle capacitors"
Browse files Browse the repository at this point in the history
No need for this any more: it's a parameter

This reverts commit 927cb8b070f8e1c5f08e0f724178d08a25653038.
  • Loading branch information
x31eq authored and jatinchowdhury18 committed Nov 26, 2022
1 parent 2376076 commit 1dd162b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/processors/drive/big_muff/BigMuffClippingStage.cpp
Expand Up @@ -6,8 +6,7 @@ namespace
constexpr float C5 = 100.0e-9f;
constexpr float R19 = 10.0e3f;
constexpr float R20 = 100.0e3f;
// from http://www.kitrae.net/music/big_muff_guts.html
constexpr float C12 = 500.0e-12f;
constexpr float C12 = 470.0e-12f;
constexpr float G17 = 1.0f / 470.0e3f;

// diode constants
Expand Down

0 comments on commit 1dd162b

Please sign in to comment.