bugfixes to make tx_voice work with base synth

This commit is contained in:
Christopher Herb
2023-07-07 16:57:30 +02:00
parent 1bc737ad66
commit 810be3b0b7
5 changed files with 26 additions and 8 deletions

View File

@@ -17,6 +17,7 @@ enum env_state {
class tx_envelope {
public:
env_state state;
float attack1_rate;
float attack1_level;
float attack2_rate;
@@ -259,7 +260,6 @@ private:
double samplerate;
int phase;
float level;
env_state state;
float start_level;
float h1;
float h2;