no default samples for now + add doughsamples to scope

This commit is contained in:
Felix Roos
2025-12-28 13:10:37 +01:00
parent e4e2d60b28
commit e286ab2830
+5 -1
View File
@@ -6,6 +6,8 @@ import { transpiler } from '@strudel/transpiler';
//const doughBaseUrl = doughUrl.split('/').slice(0, -1).join('/') + '/';
const doughBaseUrl = 'https://unpkg.com/dough-synth@0.1.9/';
Object.assign(globalThis, { doughsamples });
export class DoughRepl {
pattern;
latency = 0.1;
@@ -81,7 +83,9 @@ export class DoughRepl {
this.origin = undefined;
}
prebake() {
return Promise.all([doughsamples('github:eddyflux/crate')]);
return Promise.all([
// doughsamples('github:eddyflux/crate')
]);
}
// tbd: move this to dough-synth
get time() {