-
It feels like there is some blank sampling bytes within the audio processing block.
When we had that kind of issue last time, it was due to missing channel (like, only L was processed while somethi…
-
This happens on Lenovo TB125FU:
> 21:49:00.104 22844-22923 libc org....juce.vitaloid A /Users/atsushi/sources/AAP/aap-juce-vital/apps/vital/plugin/builds/Android/app/../../../../src/in…
-
We used to plan the GUI support as Web UI (https://github.com/atsushieno/aap-juce/issues/22). As of AAP 0.8.0, we have in-process plugin UI support, so we do not necessarily have to take that approach…
-
From https://github.com/atsushieno/aap-juce/issues/10#issuecomment-617558379:
> Now Dexed crashes here:
>> 9935-9958/com.digitalsuburban.dexed I/JUCE: JUCE Assertion failure in juce_AudioSample…
-
Currently we state like "we don't offer a stable API yet, and you should use commonly used plugin frameworks like JUCE or LV2 API" which covers huge amount of existing plugins that I have access to so…
-
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…
-
Currently our aap-juce presets scanning involves loading of entire preset data to just get its name. Preset scanning does not happen often, but it takes too long time on some plugins. The newest examp…
-
It is super annoying, but when we launch aap-juce-simple-host and aap-juce-plugin-host, it tries to access ALL midi devices including MidiDeviceServices and actually opens some MIDI devices. It does n…
-
taking over https://github.com/atsushieno/aap-juce/issues/14
JUCE AudioPluginHost is still weird. OB-Xd always crashes. Any other synths generate sound, but their key is weird. Also it frequently c…
-
I'm logging some failed attempts to port more JUCE plugins here (I have the same topic on aap-lv2 issues).