Compare commits

...

1 Commits

Author SHA1 Message Date
Felix Roos 1a5447fb81 update dough-synth 2025-12-28 22:34:54 +01:00
+1 -1
View File
@@ -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 });