basic freeze

This commit is contained in:
michalcourson
2025-11-05 18:55:38 -05:00
parent fe6ee5e51e
commit f4a0b995ba
6 changed files with 130 additions and 35 deletions

View File

@ -34,6 +34,8 @@ public:
int GetMidiNote() const { return current_midi; }
bool onoff_;
float panning;
private:
Port portamento_;
Adsr amplitude_envelope_;
@ -44,5 +46,5 @@ private:
float current_period_;
float current_amplitude;
float period_counter;
float panning;
};