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

LV2: stateChanged not triggered on UI side when using requestFileState file dialog #454

Open
eventual-recluse opened this issue Jun 16, 2024 · 0 comments

Comments

@eventual-recluse
Copy link

I'm testing a plugin in which the user can load settings from a file, using a file dialog invoked by requestFileState. The file name is displayed when chosen (similar to the FileHandling example plugin).

Everything works fine in the VST3 build, and the file name is displayed immediately.

However, in LV2, the file name is not displayed until the UI is closed and ropened.

On investigation, I found that stateChanged method is not triggered in the UI when the file is chosen in the file dialog in LV2 ( but closing and opening the UI causes it to be triggered).

The example fileHandling LV2 plugin shows the same behavior too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant