mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-26 15:19:38 -04:00
fix: headless-repl stop button
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<button id="c">C</button>
|
||||
<button id="stop">stop</button>
|
||||
<script type="module">
|
||||
import { initStrudel } from '@strudel/web';
|
||||
import { initStrudel, hush } from '@strudel/web';
|
||||
initStrudel({
|
||||
prebake: () => samples('github:tidalcycles/dirt-samples'),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user