mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-28 23:55:16 -04:00
overhaul the remaining readmes
This commit is contained in:
@@ -43,10 +43,7 @@
|
||||
getTime: () => ctx.currentTime,
|
||||
transpiler,
|
||||
});
|
||||
document.getElementById('start').addEventListener('click', () => {
|
||||
ctx.resume();
|
||||
evaluate(input.value);
|
||||
});
|
||||
document.getElementById('start').addEventListener('click', () => evaluate(input.value));
|
||||
|
||||
function getTune() {
|
||||
return `await samples('github:tidalcycles/Dirt-Samples/master')
|
||||
|
||||
Reference in New Issue
Block a user