first full version of time for ges

This commit is contained in:
2022-03-08 22:20:54 +01:00
parent f178076b86
commit a15e796489
6 changed files with 225 additions and 187 deletions

View File

@@ -45,7 +45,7 @@ class APU extends AudioWorkletProcessor {
this.memory = memory;
this.snd = instance.exports.snd;
this.snd = instance.exports.snd || platform_instance.exports.gesSnd;
this.port.postMessage(2);
}