comment out logging + add pipe for legacy...
This commit is contained in:
parent
8bf7a6ba6e
commit
755e2dcbd2
2 changed files with 4 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ function useRepl({ tune, defaultSynth, autolink = true, onEvent }: any) {
|
|||
// logs events of cycle
|
||||
const logCycle = (_events: any, cycle: any) => {
|
||||
if (_events.length) {
|
||||
pushLog(`# cycle ${cycle}\n` + _events.map((e: any) => e.show()).join('\n'));
|
||||
//pushLog(`# cycle ${cycle}\n` + _events.map((e: any) => e.show()).join('\n'));
|
||||
}
|
||||
};
|
||||
// cycle hook to control scheduling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue