Judicious validation
Makes validation of audio graphs optional in makeScene
. As audio graphs are already validated as they are built, the extra validation step in makeScene
mostly catches corner cases. By making validation optional in makeScene
, projects with complex graphs compile ~100x faster and can opt into validation when needed.