GUI: new osc renderer, part 22
or just use highp to-do: rewrite using fixed point math?
This commit is contained in:
parent
cfee9b3810
commit
d046713be4
5 changed files with 11 additions and 6 deletions
|
|
@ -583,6 +583,10 @@ void FurnaceGUI::drawMobileControls() {
|
|||
if (ImGui::Button("XYOsc")) {
|
||||
xyOscOpen=!xyOscOpen;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Meter")) {
|
||||
volMeterOpen=!volMeterOpen;
|
||||
}
|
||||
|
||||
ImGui::Separator();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue