Skip to content

Commit

Permalink
Effects: center Super knob when loading empty (QuickEffect) chain preset
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Nov 15, 2023
1 parent dee0391 commit 7b23d47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/effects/presets/effectchainpresetmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ EffectChainPresetPointer loadPresetFromFile(const QString& filePath) {
EffectChainPresetPointer createEmptyChainPreset() {
EffectManifestPointer pEmptyManifest(new EffectManifest());
pEmptyManifest->setName(kNoEffectString);
// Center the Super knob, eliminates the colored (bipolar) knob ring
pEmptyManifest->setMetaknobDefault(0.5);
// Required for the QuickEffect selector in DlgPrefEQ
pEmptyManifest->setShortName(kNoEffectString);
auto pEmptyChainPreset =
Expand Down

0 comments on commit 7b23d47

Please sign in to comment.