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