New ports #98
Replies: 14 comments 1 reply
-
String-Machine is ported as a new aap-lv2 plugin: https://github.com/atsushieno/aap-lv2-string-machine It is primarily to see if DPF plugin port works or not. (It's working quite well.) |
Beta Was this translation helpful? Give feedback.
-
Now there is a Wiki page that lists all known plugins and hosts. https://github.com/atsushieno/android-audio-plugin-framework/wiki/List-of-AAP-plugins-and-hosts |
Beta Was this translation helpful? Give feedback.
-
I didn't have a lot of successful plugin ports last year, whereas I actually tried some... Today I got OS-251 working. It is a react-juce plugin, which means now we have a real-world example of react-juce plugin in the AAP world. It is available as aap-juce-os251. |
Beta Was this translation helpful? Give feedback.
-
I kinda got BYOD working (if I can say it's working while MainActivity fails to launch, loading presets takes minutes, and applying effect also takes minute-ish). Code is up at https://github.com/atsushieno/aap-juce-byod |
Beta Was this translation helpful? Give feedback.
-
It is not really a "new" port, but last week I finally got my AAP integrated fork of helio-workstation working to some extent: https://github.com/atsushieno/aap-juce-helio Formerly those AAP instruments were never connectable to audio outputs. It was problematic at both AAP and helio sides, our |
Beta Was this translation helpful? Give feedback.
-
I created a new aap-juce port: https://github.com/atsushieno/aap-juce-peak-eater It is rather for recording my porting workflow (linked from README). |
Beta Was this translation helpful? Give feedback.
-
I'm not sure if it is ever usable, but done with another porting experiment in 1h ~ish. https://github.com/atsushieno/aap-juce-seele |
Beta Was this translation helpful? Give feedback.
-
Another month, another plugin port: aap-juce-xenos |
Beta Was this translation helpful? Give feedback.
-
Recently I created a JUCE CMake port of ADLplug (which may sound weird as there is already CMakeLists.txt, but it is a customized build script that is independent of JUCE CMake setup) and labelled as ADLplug-AE, as it brings in incompatibility on LV2 version (ports are set up in JUCE LV2 manner). aap-juce-adlplug has been unable to build with the latest AGP toolchain somehow, so it is replaced with this new port (it does not really change except for the plugin name, in terms of AAP): https://github.com/atsushieno/aap-juce-adlplug-ae/ |
Beta Was this translation helpful? Give feedback.
-
And, magenta/ddsp-vst is now ported to AAP: https://github.com/atsushieno/aap-juce-ddsp |
Beta Was this translation helpful? Give feedback.
-
After various patching around, AIDA-X builds and kind of runs as AAP: https://github.com/atsushieno/aap-lv2-aida-x It still seems heavyweight though. DPF DGL does not build on Android, so no GUI either. |
Beta Was this translation helpful? Give feedback.
-
With the recent changes that makes generate-aap-metadata step optional, aap-juce-surge is finally working. |
Beta Was this translation helpful? Give feedback.
-
Haven't ported plugins for a while, but it is still doable - Audible Planets ported to AAP: https://github.com/atsushieno/aap-juce-audible-planets emulator screencast at https://g0v.social/@atsushieno/112269129225298628 |
Beta Was this translation helpful? Give feedback.
-
It is a new port that is not either aap-lv2 or aap-juce: aap-airwindows |
Beta Was this translation helpful? Give feedback.
-
New ports would be posted here.
There was a former thread in aap-juce https://github.com/atsushieno/aap-juce/discussions/31, but it makes much more sense if we have it in this repository instead. (update: aap-juce discussions is now disabled so it's 404. I was the only poster there.)
Beta Was this translation helpful? Give feedback.
All reactions