weak pull to real pitch markers, don't care otherwise
This commit is contained in:
michalcourson
2025-12-04 18:02:24 -05:00
parent 34f565a96c
commit 31e5b1370a
2 changed files with 45 additions and 1 deletions

View File

@ -235,6 +235,7 @@ private:
bool enable_autotune = false;
float freeze_period;
float freeze_volume = 1;
int last_max_index = 0;
MidiPitchSmoother out_midi_smoother;
};
#endif