Giter Site home page Giter Site logo

0xeab / dplug Goto Github PK

View Code? Open in Web Editor NEW

This project forked from auburnsounds/dplug

0.0 2.0 0.0 34.38 MB

Dplug is a library for creating native audio plugins (VST / AU) as simply as possible.

D 99.40% R 0.14% Batchfile 0.01% HTML 0.20% JavaScript 0.25%

dplug's Introduction

logo

Build and Test

Build Status Dub version Dplug Discord server

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 Raspberry ARM32
VST2 Yes Yes Yes Yes Yes Yes
VST3 Yes Yes Yes Yes Yes Yes
AUv2 Yes Yes
AAX No Yes No Yes
LV2 No Yes No Yes Yes Yes
  • Automated Mac and Windows installers
  • Raspberry Pi support
  • 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

The following commercial products are known to 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

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!

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
  • Intel intrinsics compatible with Apple Silicon
  • Fast 2D software rasterizer in dplug:canvas
  • 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 VST 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.