Better sample loading

This commit is contained in:
Nikita
2025-10-21 22:42:01 +03:00
parent 92d3fe496d
commit daea207aff
5 changed files with 33 additions and 15 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ export function useReplContext() {
};
const handleExport = async (begin, end, sampleRate, downloadName = undefined) => {
await editorRef.current.evaluate(true);
await editorRef.current.evaluate(false);
editorRef.current.repl.scheduler.stop();
await renderPatternAudio(
editorRef.current.repl.state.pattern,