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

AudioProcessorEditor integration #45

Open
atsushieno opened this issue Feb 6, 2024 · 2 comments
Open

AudioProcessorEditor integration #45

atsushieno opened this issue Feb 6, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@atsushieno
Copy link
Owner

We used to plan the GUI support as Web UI (#22). As of AAP 0.8.0, we have in-process plugin UI support, so we do not necessarily have to take that approach anymore. If we could reuse AudioProcessorEditor within the native UI context, that would be probably easier.

Having said that, JUCE on Android does not provide a way to show plugin UI. It only supports Standalone apps, and that means it expects its own JuceActivity. We need much "less integrated" JUCE UI, ideally running just as an android.view.View.

@atsushieno atsushieno added the enhancement New feature or request label Feb 6, 2024
@atsushieno
Copy link
Owner Author

Ongoing work:
image

@atsushieno
Copy link
Owner Author

It seems it's not working when the UI is instantiated from out process e.g. aaphostsample to aap-juce-dexed (juce-plugin-ui branch).

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

No branches or pull requests

1 participant