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

add "presets_updated" notification function in aap_presets_host_extension_t #179

Closed
atsushieno opened this issue Oct 6, 2023 · 2 comments

Comments

@atsushieno
Copy link
Owner

There should be some way for an AAP (plugin) that has updated presets list (either new or deleted items, or some content in the list) to send notifications to the host. Otherwise host will have to query preset count every time it needs to get, and there will be extraneous interactions between the host and the client.

@atsushieno
Copy link
Owner Author

On a related note, Compose Native UI holds presetCount as a member of PluginViewScope which is currently not observable (raw Int). That likely needs to change.

@atsushieno
Copy link
Owner Author

It is addressed at c433720.

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

No branches or pull requests

1 participant