mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
9 lines
283 B
HTML
9 lines
283 B
HTML
<script src="https://unpkg.com/@strudel/web@1.0.3"></script>
|
|
<button id="play">PLAY</button>
|
|
<script>
|
|
initStrudel({
|
|
prebake: () => samples('github:tidalcycles/dirt-samples'),
|
|
});
|
|
document.getElementById('play').addEventListener('click', () => s('bd sd').play());
|
|
</script>
|