mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-19 02:34:22 -04:00
Better sample loading
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user