fix: remove TLA
This commit is contained in:
parent
d90cb23f22
commit
762a17d949
1 changed files with 1 additions and 1 deletions
|
|
@ -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/'));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue