From 1a5447fb81e8162c2e1b4aefdbb1e98e07ec52a0 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sun, 28 Dec 2025 22:34:54 +0100 Subject: [PATCH] update dough-synth --- website/src/components/Dough/dough-repl.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/Dough/dough-repl.mjs b/website/src/components/Dough/dough-repl.mjs index c8b47a3e8..6ea3a9066 100644 --- a/website/src/components/Dough/dough-repl.mjs +++ b/website/src/components/Dough/dough-repl.mjs @@ -4,7 +4,7 @@ import { Pattern, noteToMidi, evaluate, stack } from '@strudel/core'; // import doughUrl from 'dough-synth?url'; import { transpiler } from '@strudel/transpiler'; //const doughBaseUrl = doughUrl.split('/').slice(0, -1).join('/') + '/'; -const doughBaseUrl = 'https://unpkg.com/dough-synth@0.1.9/'; +const doughBaseUrl = 'https://unpkg.com/dough-synth@0.2.0/'; Object.assign(globalThis, { doughsamples });