Updated selectedPlugin when loading a new Plugin.

This commit is contained in:
Robin E. R. Davies
2025-07-22 02:53:29 -04:00
parent 884eb31619
commit 7ffbee16cf
+1
View File
@@ -1780,6 +1780,7 @@ export class PiPedalModel //implements PiPedalModel
// null -> we've never seen a value.
item.pathProperties[fileProperty.patchProperty] = "null";
}
newPedalboard.selectedPlugin = item.instanceId;
this.setModelPedalboard(newPedalboard);
this.updateServerPedalboard()
return item.instanceId;