Closed atsushieno closed 1 year ago
The list below is to describe how people can try out JuceAAPAudioPluginHost needs on Pixel2 (likely on any Pixel devices), step by step:
Also:
An alternative hosting application is under development as aap-juce-simple-host.
This issue can be closed as aap-juce-simple-host works as an alternative to aap-juce-plugin-host.
JuceAAPAudioPluginHost is often? always? horrible with low quality behaviors. It crashes very often only by changing audio settings. The app should consult plugins so that which sampleRate is appropriate (currently it blindly applies the device default sample rate). Each AAP should provide which audio device profile it can support through some property.
But in the end, JuceAAPAudioPluginHost (which is almost unmodified JUCE AudioPluginHost) is too low quality as a showcase. It is most likely problem in JUCE itself, but we need something more appropriate anyways.