-
This is a roadmap for Android Audio Plugin Framework in 2021. I don't put any concrete milestones for each task, but many of them are connected.
- [ ] (a) redesign ports
- [x] (a1) port properti…
-
JUCE 6.1.3 brought in some breaking changes in AudioPluginInstance. AudioPluginParameter is altered by HostAudioPluginParameter.
-
I'm in the process of writing native-oriented client app now, and it is getting complicated to find out the right way to establish connection to service, namely how to set up shared memory buffers in …
-
It has some difficulty. It's project .jucer files are scattered around, and neither `plugin` nor `standalone` even builds without tricky tweaks. JUCE modules are embedded, without Projucer, and we're …
-
(update: see https://github.com/atsushieno/android-audio-plugin-framework/issues/82#issuecomment-892459550 which updates all the statuses involved)
(1) At this state AAPMidiProcessor can process on…
-
While generating `aap_metadata.xml` for aap-juce-simple-reverb, I noticed that aap-metadata-generator fails to retrieve the default values from its parameters. They are mostly 0.5f but the generated x…
-
Now that Jetpack Compose became stable, there is no reason to stick to traditional Android UI. The UI is so far only for the default plugin UI which is only provided as a sample dogfooding which is a …
-
Desktop builds have been part of the build as it has started as a JUCE experiment to build an experimental plugin framework. But it has never been seriously developed beyond proof of concept. Especial…
-
Since prefab packaging issue has been stuck for a while and it impacts other development direction, I'm rather thinking it's time to improve desktop development experience.
-
Currently we have to resort to Java API side of Service connection (IBinder instance) to be passed to AAP host (there is only sample code and it is passed directly as jobject so far).
It's better t…