Merge pull request #1041 from tidalcycles/freq-wheel

pitchwheel visual
This commit is contained in:
Felix Roos 2024-04-05 12:48:02 +02:00 committed by GitHub
commit 506989b0d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 141 additions and 0 deletions

View file

@ -156,6 +156,7 @@ export function repl({
return pattern;
} catch (err) {
logger(`[eval] error: ${err.message}`, 'error');
console.error(err);
updateState({ evalError: err, pending: false });
onEvalError?.(err);
}