https://github.com/atsushieno/aap-juce-ddsp
ddsp-vst ported to AAP (Audio Plugins For Android) using aap-juce
https://github.com/atsushieno/aap-juce-ddsp
aap android audio-plugin ddsp juce
Last synced: 2 days ago
JSON representation
ddsp-vst ported to AAP (Audio Plugins For Android) using aap-juce
- Host: GitHub
- URL: https://github.com/atsushieno/aap-juce-ddsp
- Owner: atsushieno
- License: gpl-3.0
- Created: 2023-05-16T14:28:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T14:45:18.000Z (about 1 year ago)
- Last Synced: 2025-04-12T15:45:55.016Z (about 1 year ago)
- Topics: aap, android, audio-plugin, ddsp, juce
- Language: Makefile
- Homepage:
- Size: 84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aap-juce-ddsp: port of ddsp-vst to AAP
## What is this?
It is a port of [magenta/ddsp-vst](https://github.com/magenta/ddsp-vst) to [AAP (Audio Plugins For Android)](https://github.com/atsushieno/aap-core).
So far we cannot build more than one plugin within an aap-juce project, so only DDSPSynth is ported. It should be fairly easy to do the same for DDSPEffect too.
We are actually using [tank-trax/ddsp-vst](https://github.com/tank-trax/ddsp-vst) which perfectly builds on Linux for better CI setup.
## How to build
`make` will take care of the entire build.
If you just run `./gradlew build` then it will not build any required Maven
dependencies, and also you will be skipping the "patching" step, which is
necessary to make the to-be-imported project ready for AAP.
For further information about aap-juce, see https://github.com/atsushieno/aap-juce
## Licenses
aap-juce-ddsp is released under the GPLv3 license.
ddsp-vst is released under the Apache V2 license.