check why render_algo doesn't render all ops during note_offs
The web example basically crashes (but AMY still responds to debug messages) if you send a l0 to a certain FM patch, #0 is one. but it only does this if it's running on the web, on a remote server (local hosting the JS/WASM works fine!) I expect some memory corruption but valgrind came back clean.
The issue was my check for how many ops were alive to compute the amplitude but during note offs, the ops were set to 0.. but shouldn't they still be active during note off / releases? NaN issue is fixed but we should look into note off behavior
(also, super weird that local WASM doesn't crash on nans but remote does -- a security thing?)