fix: remove resonance ui

This commit is contained in:
2023-09-10 01:48:52 +04:00
parent 7ee245d4d1
commit 63a6479be5
2 changed files with 12 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ class Renderer {
void draw_adsr_panel(ADSR* adsr, ADSRGuiState& gui_adsr,
const Rectangle& panel_bounds, float panel_y_offset);
void draw_second_panel(Rectangle& bounds);
float draw_filter_panel(Synth& synth, FilterGuiState& gui_filter,
float DrawFilterPanel(Synth& synth, FilterGuiState& gui_filter,
const Rectangle& panel_bounds);
public: