dplug 9.0.15

A library for crafting native audio plugins as simply as possible.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

<img alt="logo" src="https://cdn.rawgit.com/AuburnSounds/dplug/master/logo.svg" width="200">

Dplug Build Status <a href="https://code.dlang.org/packages/dplug" title="Go to dplug"><img src="https://img.shields.io/dub/v/dplug.svg" alt="Dub version"></a> Dplug Discord server Build Status

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

READ THE WIKI

Features

Plug-in format supportedMac 64bWindows 32bWindows 64bLinux 64b
VST2YesYesYesYes
VST3YesYesYesYes
AUv2YesNANANA
AAXYesNoYesNo
LV2YesNoYesYes
  • Automated Mac and Windows installers
  • Build plug-ins with less pain using the D language, possibly the most powerful native language available today
  • Leverage package-based dependencies using DUB, the D language's package manager
  • Small binaries with (optional) rendering
  • Static link with the MSCRT runtime libraries to distribute only one single file
  • Support major DAWs
  • Small, tight-knit community

Community and ecosystem

These products use Dplug:

Increase quality and reduce time-to-market with commercial audio DSP in the DSP Asset Store.

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 your peers Dplug users!

Release notes

Keep up with major changes here: Release Notes

Tutorials

FAQ

  • Does Dplug support the creation of synthesizer plug-ins?

Yes. See the simple-mono-synth and Poly Alias examples.

  • Am I forced to use the PBR rendering system?

No. And if you don't use it, you don't pay for it.

  • What is the oldest supported Windows version?

Windows 7.

  • What is the oldest supported OS X version?

OS X 10.9+.

  • What D compiler can possibly be used?

See .travis.yml for supported compilers. The latest DMD or LDC should do.

  • What D compilers are recommended?

For releases it is highly recommended that you use LDC >= 1.8. When in development you can use DMD for faster compilation times.

  • Is Dplug stable?

Dplug has excellent stability.

Dplug documents all breaking changes 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.

But reality is complex, and bug fixes can be breaking too, (eg: "highpass FIR wasn't working"). In which case we have to make a judgment call as to whether it's a breaking fix, and whether the buggy feature was used.

Breaking commits, when they happen, are marked with BREAKING in the commit backlog. They are discussed on Discord to assess the impact. Make yourself known!

  • Will you add feature X?

Dplug is a part-time operation, from people who spend time working on and releasing commercial plug-ins.

Dplug is there to support existing products and building commercial companies around them, not to be beta software and make empty promises. Being stable and bug-free is much more important to us than implement every possible feature.

Politically, it's very often than enhancements get postponed in favour of product development, so please be patient!

We're looking for ways to improve governance as more contributors have appeared with contrasted agendas.

  • 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
  • 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

VST SDK

If you don't have the VST SDK, you can't make plugins with Dplug. Find the VST 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.

Authors:
  • Guillaume Piolat (original author)
  • Richard Andrew Cattermole (X11 windowing)
  • Ethan Reker (compile-time JSON parsing, X11 fixes, Wiki, clipit)
  • Andrej Mitrovic
Sub packages:
dplug:core, dplug:dsp, dplug:client, dplug:graphics, dplug:host, dplug:lv2, dplug:vst, dplug:vst3, dplug:au, dplug:window, dplug:gui, dplug:pbr-widgets, dplug:flat-widgets, dplug:cocoa, dplug:carbon, dplug:x11
Dependencies:
dplug:au, dplug:flat-widgets, dplug:window, dplug:dsp, dplug:pbr-widgets, dplug:vst, dplug:lv2, dplug:core, dplug:carbon, dplug:vst3, dplug:x11, dplug:host, dplug:client, dplug:gui, dplug:graphics, dplug:cocoa
Versions:
14.3.1 2024-Mar-17
14.3.0 2024-Feb-05
14.2.5 2024-Feb-03
14.2.4 2024-Feb-01
14.2.3 2024-Jan-22
Show all 658 versions
Download Stats:
  • 0 downloads today

  • 4 downloads this week

  • 25 downloads this month

  • 21232 downloads total

Score:
2.7
Short URL:
dplug.dub.pm