Adding persist - T2

Adding model persist so that the apply can be used for testing. Previous did not  persist as intented.
This commit is contained in:
Extremesecrecy
2025-07-25 19:58:43 -07:00
parent bce2e68ee3
commit c33c69899c
5 changed files with 22 additions and 5 deletions
+6
View File
@@ -2530,6 +2530,12 @@ export class PiPedalModel //implements PiPedalModel
this.showAlert(error);
});
}
applyJackServerSettings(jackServerSettings: JackServerSettings): void {
this.webSocket?.request<void>("applyJackServerSettings", jackServerSettings)
.catch((error) => {
this.showAlert(error);
});
}
updateVst3State(pedalboard: Pedalboard) {
// let it = pedalboard.itemsGenerator();