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
Currently, aap-juce plugin ports launch JuceActivity, which is the main entrypoint of the app. But they are in general useless because they are designed to run as a plugin UI (we are seeing Standalone build of the app). It is not what we intend to show.
What we should do instead is to show the "plugin settings and playground UI" aka. PluginListActivity in androidaudioplugin-ui-compose. Then it can present "Show UI" command to switch to it (or show overlay Window if possible).
Bonus if it can control the plugin instance in use (but needs connection management).
The text was updated successfully, but these errors were encountered:
It is actually quite a bit tricky as JUCE behavior is quite bad and hijacks MainLauncher specification in AndroidManifest.xml and behaves as if JuceActivity were the main launcher.
atsushieno
changed the title
Replace MainLauncher to aap-core PluginListActivity
JUCE issue: cannot replace MainLauncher to aap-core PluginListActivity
Feb 16, 2024
Currently, aap-juce plugin ports launch JuceActivity, which is the main entrypoint of the app. But they are in general useless because they are designed to run as a plugin UI (we are seeing Standalone build of the app). It is not what we intend to show.
What we should do instead is to show the "plugin settings and playground UI" aka.
PluginListActivity
inandroidaudioplugin-ui-compose
. Then it can present "Show UI" command to switch to it (or show overlay Window if possible).Bonus if it can control the plugin instance in use (but needs connection management).
The text was updated successfully, but these errors were encountered: