some ui work
This commit is contained in:
michalcourson
2025-11-11 17:28:45 -05:00
parent 3c6616d1ec
commit b3429f03cb
19 changed files with 1945 additions and 450 deletions

View File

@ -33,6 +33,7 @@ public:
float GetPanning(int channel) const;
int GetMidiNote() const { return current_midi; }
void SetPitchAdjust(float);
void SetPanWidth(float val) { pan_width = val; }
bool onoff_;
float panning;
@ -48,5 +49,5 @@ private:
float current_amplitude;
float period_counter;
float pitch_adjust = 0.0f;
float pan_width = 0.0f;
};