fix: remove TLA

This commit is contained in:
Felix Roos 2022-09-17 15:42:34 +02:00
parent d90cb23f22
commit 762a17d949

View File

@ -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((json) => samples(json, 'https://strudel.tidalcycles.org/EmuSP12/'));