Skip to content

Judicious validation

Compare
Choose a tag to compare
@mikesol mikesol released this 20 May 03:01
· 261 commits to main since this release

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.