Stereo EQS. Toob CRV bypass settings in snapshots.

This commit is contained in:
Robin E. R. Davies
2026-01-20 17:58:54 -05:00
parent e0a44ea082
commit fcb94c4718
4 changed files with 62 additions and 9 deletions
+1 -1
View File
@@ -1759,7 +1759,7 @@ export class PiPedalModel //implements PiPedalModel
if (pluginInfo !== null) {
for (let uiControl of pluginInfo.controls) {
if (uiControl.is_bypass) {
this._setPedalboardControlValue(instanceId, uiControl.symbol, value ? 0.0 : 1.0, false);
this._setPedalboardControlValue(instanceId, uiControl.symbol, value ? 1.0 : 0.0, false);
}
}
}