This commit is contained in:
Felix Roos 2022-02-25 16:28:22 +01:00
parent 5fb31c2a9f
commit 9ccc78a929
11 changed files with 508 additions and 458 deletions

View file

@ -41,8 +41,6 @@ function useRepl({tune, defaultSynth, autolink = true, onEvent}) {
const pushLog = (message) => setLog((log2) => log2 + `${log2 ? "\n\n" : ""}${message}`);
const logCycle = (_events, cycle2) => {
if (_events.length) {
pushLog(`# cycle ${cycle2}
` + _events.map((e) => e.show()).join("\n"));
}
};
const cycle = useCycle({