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

Initialization and saving problems for FX chains #425

Open
SanderVocke opened this issue Jun 20, 2024 · 0 comments
Open

Initialization and saving problems for FX chains #425

SanderVocke opened this issue Jun 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@SanderVocke
Copy link
Owner

SanderVocke commented Jun 20, 2024

In a project with multiple FX-enabled tracks, sometimes only one FX track will load and activate, and all other tracks will remain "red" (uninitialized).

Then, when opening the Carla GUI for the only track that does work, suddenly all the others start working.

A side effect of this is that as long as track FXs are not initialized, they cannot serialize their state, leading to timeout errors and incomplete data when trying to save the session.

Attached is a project to test with.

carragana.shl.txt

After some investigation it turns out that most of the Carla instances are stalling on:

m_state_iface->restore(
                lilv_instance_get_handle(m_instance), LV2StateString::retrieve,
                (LV2_State_Handle)&s, LV2_STATE_IS_POD | LV2_STATE_IS_PORTABLE,
                features);

Maybe investigate with a debug version of Carla.

@SanderVocke SanderVocke added the bug Something isn't working label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant