MCPcopy Create free account
hub / github.com/VCVRack/Befaco / setPanelPerformanceMode

Method setPanelPerformanceMode

src/Random8.cpp:352–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350 }
351
352 void setPanelPerformanceMode() {
353 panelUx.setPerformanceMode();
354 inMenu = false;
355 currentPage = PAGE_PRESET;
356 panelAppState = Random8Panel::PERFORMANCE;
357 }
358
359 void setPanelPage(int page) {
360 const int clampedPage = clamp(page, 0, NUM_PAGES - 1);

Callers 1

appendContextMenuMethod · 0.80

Calls 1

setPerformanceModeMethod · 0.80

Tested by

no test coverage detected