• Stars
    star
    484
  • Rank 90,873 (Top 2 %)
  • Language
    D
  • License
    Other
  • Created about 11 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.

logo

Build and Test

Build Status Dub version

Dplug lets you create audio plug-ins with unmatched simplicity and speed, using the D language.

Features

Format macOS arm64 macOS amd64 Windows 32-bit Windows 64-bit Linux x86-64
VST2 βœ… βœ… βœ… βœ… βœ…
VST3 βœ… βœ… βœ… βœ… βœ…
AUv2 βœ… βœ…
AAX βœ… βœ… βœ… βœ…
LV2 βœ… βœ… βœ… βœ… βœ…
  • βœ… Automated Mac and Windows installers
  • βœ… Build plug-ins with less pain using the D language, possibly the most powerful native language available today
  • βœ… Live-coding of the UI with Wren
  • βœ… Package-based dependency management with DUB, the D language's package manager
  • βœ… Small binaries with (optional) rendering
  • βœ… Support major DAWs
  • βœ… Small, growing, tight-knit community

Community and ecosystem

The following commercial products are known to use Dplug:

Become one happy Dplug contributor by submitting issues and pull-requests, and come talk with us on the D Language Discord to learn more and meet other Dplug users!

Release notes

Keep up with major changes here: Release Notes

Tutorials

Governance

Dplug has a deep commitment to stability. All breaking changes are documented in the Changelog and issues major SemVer tags for breaking changes. If you don't want any breaking changes, you can pin Dplug to a major version in your dub.json. Breaking changes only happen for major tags.

Dplug's goal is to support existing products and building commercial companies around them. It is a part-time operation, from people who release commercial plug-ins.

Being stable and relatively bug-free is deemed more important to us than implement every possible feature. It's often than enhancements get postponed in favour of product development, so please be patient!

  • Where do I start?

Be sure to read the Wiki in depth.

Strengths of Dplug

  • As lightweight as possible
  • Public bugtracker
  • Well-defined scope: for professional plug-in developers
  • Maintained continuously, supported by sales for the foreseeable future
  • Price is free, no personal support must be expected though
  • Intel intrinsics compatible with Apple Silicon
  • Fast 2D software rasterizer in dplug:canvas
  • Scriptable UI for faster authoring
  • PBR-style rendering lets you have a good visual quality with less disk space. If you don't use it, you don't pay for it.
  • No dealing with resource compilers: D can import("filename.ext") them
  • Easy to install and update
  • Constant push to fight complexity

VST3 SDK

If you don't have the VST3 SDK, you can't make VST3 plugins with Dplug. Find the VST3 SDK there: http://www.steinberg.net/en/company/developers.html

If you don't have a licensing agreement with Steinberg, you can't distribute VST2 or VST3 plug-ins.

Licenses

Dplug has many different licenses depending on the sub-package you need. Please check individual source files for license information. Please do your homework and respect the individual licences when releasing a plug-in.