WIP export UI

This commit is contained in:
Nikita 2025-10-19 23:02:20 +03:00
parent 9a47e0f11e
commit b3715dc5df
6 changed files with 134 additions and 17 deletions

View file

@ -270,7 +270,7 @@ export class StrudelMirror {
}
async exportAudio(begin, end) {
await this.repl.evaluate(this.code, false)
this.repl.exportAudio(begin, end);
await this.repl.exportAudio(begin, end);
this.repl.scheduler.stop();
}