2024-02-23 14:21:59 +01:00

10 lines
298 B
HTML

<script src="https://unpkg.com/@strudel/web@1.0.2/dist/index.js"></script>
<button id="play">PLAY</button>
<script>
initStrudel({
prebake: () => samples('github:tidalcycles/dirt-samples'),
});
document.getElementById('play').addEventListener('click', () => s('bd sd').play());
</script>