vitreo12 / JuliaCollider

Julia's JIT compilation for low-level audio synthesis and prototyping in SuperCollider.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better explanation and handling of debug/perform modes

vitreo12 opened this issue · comments

Debug mode allows the catch of runtime errors, without crashing the server. This is implemented by wrapping the sensible parts of code in audio thread in JL_TRY/CATCH statements.

Perform mode ignores the statements, but if there are runtime errors, the server would crash.