GUI: new osc renderer, part 22

or just use highp

to-do: rewrite using fixed point math?
This commit is contained in:
tildearrow 2024-02-19 17:26:58 -05:00
parent cfee9b3810
commit d046713be4
5 changed files with 11 additions and 6 deletions

View file

@ -583,6 +583,10 @@ void FurnaceGUI::drawMobileControls() {
if (ImGui::Button("XYOsc")) {
xyOscOpen=!xyOscOpen;
}
ImGui::SameLine();
if (ImGui::Button("Meter")) {
volMeterOpen=!volMeterOpen;
}
ImGui::Separator();