Audio stability, snapshots

This commit is contained in:
Robin Davies
2024-10-06 00:00:20 -04:00
parent 9d4cc6e978
commit 472703627e
27 changed files with 956 additions and 844 deletions
+1 -1
View File
@@ -624,7 +624,7 @@ export class PiPedalModel //implements PiPedalModel
let atomJson = body.atomJson as any;
this.handleNotifyPathPatchPropertyChanged(instanceId, propertyUri, atomJson);
if (header.replyTo) {
this.webSocket?.reply(header.replyTo, "onNotifyPatchProperty", true);
this.webSocket?.reply(header.replyTo, "onNotifyPathPatchPropertyChanged", true);
}
} else if (message === "onNotifyPatchProperty") {
let clientHandle = body.clientHandle as number;