Dplug
Build and process audio plug-ins with the D language
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Dplug?โผ
Run `npx skills add AuburnSounds/Dplug --all -g -y` in your terminal to install all tools in this suite globally.
How to create an audio plug-in with Dplug?โผ
Write your plug-in in the D language using the Dplug framework, then build it with the dplug-build tool to get VST3, CLAP, AU, or AAX binaries for Windows, macOS, and Linux.
How to process a WAV file with a VST2 effect?โผ
Use the process tool with a command like `process -i input.wav -o output.wav plugin.dll -param 0 0.5` to apply any VST2 effect offline to your audio file.
Which plug-in formats does Dplug support?โผ
Dplug supports VST2, VST3, AUv2, AAX, LV2, CLAP, and FLP formats across Windows, macOS, and Linux from a single codebase.
Do I need C++ or Xcode experience to use Dplug?โผ
No. Dplug avoids C++, Xcode, CMake, and MSVC entirely, letting you build native plug-ins with the simpler D language and the DUB package manager.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core