[feature]: ADSR #15

Merged
e1lama merged 13 commits from feature/adsr into master 2023-09-06 08:29:46 +00:00
19 changed files with 355 additions and 136 deletions
Showing only changes of commit fd67e7b843 - Show all commits

View File

@@ -141,8 +141,6 @@ void Renderer::draw_oscillators_panels(
}
void Renderer::draw_main_panel(const Rectangle& panel_bounds) {
bool is_shape_dropdown_open = false;
int shape_index = 0;
GuiPanel(panel_bounds, "");
}