jpcima / ysfx

Hosting library for JSFX
Apache License 2.0
172 stars 28 forks source link

Forbid `gfx ` to call midi and other dsp-only functions #23

Closed jpcima closed 2 years ago

jpcima commented 2 years ago

A solution is to use different function tables for compiling different sections, where forbidden functions are replaced with dummies. This will make the @gfx thread check unnecessary.