MCPcopy Create free account
hub / github.com/StrangeLoopsAudio/gRainbow / updateCenterComponent

Method updateCenterComponent

Source/PluginEditor.cpp:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void GRainbowAudioProcessorEditor::updateCenterComponent(ParamUI::CenterComponent component) {
192 mParameters.ui.centerComponent = component;
193 mArcSpec.setVisible(component == ParamUI::CenterComponent::ARC_SPEC);
194 mTrimSelection.setVisible(component == ParamUI::CenterComponent::TRIM_SELECTION);
195}
196
197void GRainbowAudioProcessorEditor::timerCallback() {
198 // Update progress bar when loading audio clip

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected