jalv
jalv copied to clipboard
Loaded state may be overwritten at activation
I noticed that the Vital soft synth overwrites loaded state parameters. Moving the if (state) {jalv_apply_state(jalv,state);} to the end of jalv_open() just before return 0; seems to fix this, but at what cost? Am I referring to freed memory?