wip: oscillator fine-tune

This commit is contained in:
2023-09-10 07:13:51 +04:00
parent c76f3ef3f8
commit 71e1622627
6 changed files with 49 additions and 49 deletions

View File

@@ -6,7 +6,7 @@
struct OscillatorGuiState {
float volume;
float freq; // todo: remove or change to pitch shift
float fine;
OscillatorType waveshape;
bool is_dropdown_open;
Rectangle shape_dropdown_rect;