build
This commit is contained in:
parent
5fb31c2a9f
commit
9ccc78a929
11 changed files with 508 additions and 458 deletions
2
docs/dist/useRepl.js
vendored
2
docs/dist/useRepl.js
vendored
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue