| 189 | } |
| 190 | |
| 191 | void 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 | |
| 197 | void GRainbowAudioProcessorEditor::timerCallback() { |
| 198 | // Update progress bar when loading audio clip |
nothing calls this directly
no outgoing calls
no test coverage detected