mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-25 15:06:05 -04:00
Format
This commit is contained in:
@@ -207,7 +207,14 @@ export function useReplContext() {
|
||||
|
||||
const handleExport = async (begin, end, sampleRate, downloadName = undefined) => {
|
||||
await editorRef.current.evaluate();
|
||||
await renderPatternAudio(editorRef.current.repl.state.pattern, editorRef.current.repl.scheduler.cps, begin, end, sampleRate, downloadName)
|
||||
await renderPatternAudio(
|
||||
editorRef.current.repl.state.pattern,
|
||||
editorRef.current.repl.scheduler.cps,
|
||||
begin,
|
||||
end,
|
||||
sampleRate,
|
||||
downloadName,
|
||||
);
|
||||
editorRef.current.repl.scheduler.stop();
|
||||
};
|
||||
const handleShuffle = async () => {
|
||||
|
||||
Reference in New Issue
Block a user