update dough-synth

This commit is contained in:
Felix Roos
2025-12-28 22:34:54 +01:00
parent 300a1bbfd5
commit 1a5447fb81
+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 });