diff --git a/src/memllib b/src/memllib index cc6874a..e0d2a5c 160000 --- a/src/memllib +++ b/src/memllib @@ -1 +1 @@ -Subproject commit cc6874a43c046d71a69ec0697aad7c6708043877 +Subproject commit e0d2a5ce112f76e337f697ad1a52df981cab88f9 diff --git a/subtractivesynthIML.ino b/subtractivesynthIML.ino index 8e475f4..4e59c0e 100644 --- a/subtractivesynthIML.ino +++ b/subtractivesynthIML.ino @@ -291,7 +291,7 @@ public: float lfo1val = (lfo1.triangle(lfo1freq) * lfo1depth); svf.setParams(filter1freq * (1.f + lfo1val),filter1res); y = svf.play(y, filterMix,1.0-filterMix,0,0); - y *= 0.2f; + y *= 0.9f; stereosample_t ret { y, y }; return ret; }