You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: