Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atsushieno/aap-juce-dexed
experimental Dexed port to Audio Plugins For Android (AAP)
https://github.com/atsushieno/aap-juce-dexed
aap aap-juce android audio audio-plugin juce
Last synced: about 2 months ago
JSON representation
experimental Dexed port to Audio Plugins For Android (AAP)
- Host: GitHub
- URL: https://github.com/atsushieno/aap-juce-dexed
- Owner: atsushieno
- License: gpl-3.0
- Created: 2021-01-07T17:10:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T05:46:48.000Z (8 months ago)
- Last Synced: 2024-05-02T00:30:07.052Z (8 months ago)
- Topics: aap, aap-juce, android, audio, audio-plugin, juce
- Language: Makefile
- Homepage:
- Size: 243 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a port of [Dexed](https://github.com/asb2m10/dexed) to [aap-juce](https://github.com/atsushieno/aap-juce).
At this state the entire application is not well suited for use in Android in various aspects e.g. GUI is tailored only for desktop, and it assumes file accesses. There are even disabled code paths. Take it more like a conceptual port of an existing JUCE plugin at this state.
The port began as a Projucer-based project, but afterwards the original source has migrated to CMake, and we followed that too. We also used to have a completely different fork at atsushieno/dexed, but now we stick to the original repo.
# HACKING
This is how `aap-juce-support.patch` could be generated:
> git diff > ../../aap-juce-support.patch
> cd libs/tuning-library/ && git diff >> ../../../../aap-juce-support.patch && cd ../../
> cd libs/surgesynthteam_tuningui/ && git diff >> ../../../../aap-juce-support.patch && cd ../..But that needs manual patch tweaks (which I ended up to do so, as the change is a few lines).