Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loaded state may be overwritten at activation #43

Open
caoliver opened this issue Dec 19, 2020 · 0 comments
Open

Loaded state may be overwritten at activation #43

caoliver opened this issue Dec 19, 2020 · 0 comments
Labels

Comments

@caoliver
Copy link

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?

@drobilla drobilla changed the title Loaded state may be overwritten at activation. Loaded state may be overwritten at activation May 27, 2022
@drobilla drobilla added the bug label Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants