magenta/ddsp-vst is a C++ project with 827 stars. Realtime DDSP Neural Synthesizer and Effect
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
VST3/AU plugins and desktop applications built using the JUCE framework and DDSP.
Helpful Links
Home page
Blog post
Download the latest plugins
macOS
Windows
Train a new model
Join our DDSP community!
Installation
macOS
Download the plugin binaries from here.
Unzip and copy the two plugins (DDSP Effect and DDSP Synth) to their respective system folders:
Audio Unit: /Library/Audio/Plug-Ins/Components
VST3: /Library/Audio/Plug-Ins/VST3
Rescan for new plugins in your respective DAW (verified on Ableton/Logic Pro/FL Studio/Reaper).
Windows
Download the plugin binaries from here.
Unzip and copy the two VST3 plugins (DDSP Effect and DDSP Synth) to C:\Program Files\Common Files\VST3
Rescan for new plugins in your respective DAW (verified on Ableton//Reaper).
Usage
Take a look at this guide on how to use the plugins!
Build
Supported Platforms
macOS
Windows
Setup
Prerequisites
CMake 3.15 or above
macOS
Xcode
Ninja (optional)
Windows
Visual Studio 2022
Git Bash
Initialize
Clone this repo and run the following script to initialize the submodules and download DDSP models.
./repo-init.sh
macOS
Generate Xcode project files (recommended for development and debugging):
cmake -B build -S . -G Xcode
Open DDSP.xcodeproj, select a target and build.
For release, we recommend building with Ninja or CMake since building XNNPACK is unsupported on Xcode. Additionally, Ninja builds are faster compared to CMake.
cmake -B build-ninja -S . -G Ninja
Build all targets: cmake --build build-ninja
Plugins will be copied to ~/Library/Audio/Plug-Ins directory automatically post-build.
Windows
Generate Visual Studio 2022 solution:
cmake -B build -G "Visual Studio 17 2022"
CMake adds m.lib as a dependency which causes a build error, this can be removed by running the following script after generating build files.
./scripts/remove-m-lib-win.sh
You may encounter errors when building TFLite, they can be fixed by applying this patch.
Build the VST3 targets and copy plugin binaries to C:\Program Files\Common Files\VST3
If the plugin UI looks blurred on Ableton, right click on the plug-in title bar and deselect "Auto-Scale Plugin Window". More information can be found here
CMake
Edit cmake/FileList.cmake to add new source files to the project.
Compiler/linker options and project version can be found in cmake/Config.cmake.
Contributing
We're eager to collaborate with you! Take a look at the contribution guidelines on how to contribute.
No homepage URL was recorded for magenta/ddsp-vst in TopGit's last sync. The README tab above frequently contains screenshots and demo links, or check the repository description on GitHub.
Does magenta/ddsp-vst have any tags?
TopGit's last sync did not record any GitHub topics for magenta/ddsp-vst. GitHub topics appear in the right sidebar of a repository page; that's the authoritative place to check.
How active is development on magenta/ddsp-vst?
The most recent commit recorded on magenta/ddsp-vst was 3.0 years ago, based on the GitHub push timestamp. The repository has 92 forks — one of the better signals of community interest.
How many stars does magenta/ddsp-vst have?
magenta/ddsp-vst has 827 GitHub stars — refresh the page for the live number, or check github.com/magenta/ddsp-vst. TopGit mirrors GitHub's count but does not claim minute-by-minute accuracy.
What language is magenta/ddsp-vst written in?
magenta/ddsp-vst is written primarily in C++. GitHub's language field is based on the largest share of bytes in the default branch.
What license does magenta/ddsp-vst use?
magenta/ddsp-vst is released under the Apache-2.0 license. Always verify the LICENSE file directly on GitHub for the authoritative terms — license strings can be edited out of sync with a project's actual stance.
Where do I read more about magenta/ddsp-vst?
This TopGit page is a snapshot — the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/magenta/ddsp-vst is the definitive source.
Read full README in the tab above.
Still deciding about ddsp-vst?
One click hands the question to an AI along with this page — see what it says about ddsp-vst.