mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-25 12:38:35 +00:00
fix: remove TLA
This commit is contained in:
parent
d90cb23f22
commit
762a17d949
@ -12,7 +12,7 @@ export const defaultSynth = new Tone.PolySynth().chain(new Tone.Gain(0.5), Tone.
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
await fetch('https://strudel.tidalcycles.org/EmuSP12.json')
|
fetch('https://strudel.tidalcycles.org/EmuSP12.json')
|
||||||
.then((res) => res.json())
|
.then((res) => res.json())
|
||||||
.then((json) => samples(json, 'https://strudel.tidalcycles.org/EmuSP12/'));
|
.then((json) => samples(json, 'https://strudel.tidalcycles.org/EmuSP12/'));
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user