stripped samplerate from constructors

This commit is contained in:
Christopher Herb
2023-07-08 07:25:13 +02:00
parent eaf72afdab
commit 8cd0a2a7df
6 changed files with 11 additions and 26 deletions

View File

@@ -30,8 +30,8 @@ public:
float release1_level;
float release2_rate;
tx_envelope(double _samplerate)
: samplerate { _samplerate }
tx_envelope()
: samplerate { 44100. }
, attack1_rate { 0 }
, attack1_level { 0 }
, attack2_rate { 0 }