With this Desktop app built with Tauri you can install all DM audio effect plugins. This includes VST3, CLAP, Audio Unit, LV2 and MOD audio plugins.
Download the app for your operating system here.
Run npm install followed by npx tauri dev to start the application.
You might need to install cmake. Run this on macOS: brew install cmake.
Available plugins are managed in the dm-plugins.json file
- Bump the versions in the tauri.conf.json, Cargo.toml and package.json file.
- Update the release-notes.txt
- Commit and push changes
- Publish the release on Github when ready