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

Method resetParameters

Source/Components/Settings.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "Settings.h"
12
13void PowerUserSettings::resetParameters() {
14 if (mSynth != nullptr) {
15 mSynth->getParams().resetParams();
16 }
17}
18
19SettingsComponent::SettingsComponent() {
20 mBtnAnimation.setButtonText("Run animation");

Callers 1

SettingsComponentMethod · 0.80

Calls 1

resetParamsMethod · 0.80

Tested by

no test coverage detected