• Stars
    star
    654
  • Rank 68,870 (Top 2 %)
  • Language
    C++
  • License
    ISC License
  • Created over 10 years ago
  • Updated about 1 month ago

Reviews

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

Repository Details

DISTRHO Plugin Framework

DPF - DISTRHO Plugin Framework

makefile cmake example-plugins

DPF is designed to make development of new plugins an easy and enjoyable task.
It allows developers to create plugins with custom UIs using a simple C++ API.
The framework facilitates exporting various different plugin formats from the same code-base.

DPF can build for LADSPA, DSSI, LV2, VST2, VST3 and CLAP formats.
A JACK/Standalone mode is also available, allowing you to quickly test plugins.

Plugin DSP and UI communication is done via key-value string pairs.
You send messages from the UI to the DSP side, which is automatically saved in the host when required.
(You can also store state internally if needed, but this breaks DSSI compatibility).

Getting time information from the host is possible.
It uses the same format as the JACK Transport API, making porting some code easier.

Provided features and implementation status for specific plugin formats can be seen in FEATURES.md.

Licensing

DPF is released under ISC, which basically means you can do whatever you want as long as you credit the original authors.
Some plugin formats may have additional restrictions, see LICENSING.md for details.

Help and documentation

Bug reports happen on the DPF github project.

Online documentation is available at https://distrho.github.io/DPF/.

Online help and discussion about DPF happens in the kx.studio chat, DPF room.

List of plugins made with DPF:

See this wiki page for a list of plugins made with DPF.

Plugin examples are also available in the example/ folder inside this repo.

More Repositories

1

Cardinal

Virtual modular synthesizer plugin
C++
2,231
star
2

DISTRHO-Ports

Linux audio plugins and LV2 ports
C++
261
star
3

Ildaeil

mini-plugin host as plugin
C++
125
star
4

DPF-Plugins

Collection of DPF-based plugins for packaging
C++
101
star
5

PawPaw

Cross-Platform build scripts for audio plugins
Shell
63
star
6

MVerb

DISTRHO MVerb
C++
54
star
7

Nekobi

DISTRHO Nekobi
C++
49
star
8

ProM

DISTRHO ProM
C++
39
star
9

JUCE

The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
C++
34
star
10

DPF-Widgets

Official and Community made reusable GUI widgets for DPF
C++
26
star
11

Mini-Series

DISTRHO Mini-Series
C++
25
star
12

OneKnob-Series

Collection of stupidly simple but well-polished and visually pleasing audio plugins
C++
25
star
13

Kars

DISTRHO Kars
C++
15
star
14

DIE-Plugins

DISTRHO Imported Effect Plugins
C
13
star
15

glBars

DISTRHO glBars
C++
12
star
16

DISTRHO-Ports-Extra

Extra "ports" of juce-based plugins using the distrho build system
C
12
star
17

imgui-template-plugin

Template repository for doing audio plugins with DPF and ImGui
C++
11
star
18

PitchTrackingSeries

C
10
star
19

ndc-Plugs

DISTRHO ndc Plugs
C++
8
star
20

Fadeli

Faust Demo Library as Audio Plugins
Faust
8
star
21

DPF-Max-Gen

DPF with Max Gen
Max
7
star
22

JuicePlugins

DISTRHO Juice Plugins
C++
7
star
23

dpf-makefile-action

A GitHub action for DPF-based plugins using Makefile
6
star
24

dear-plugins

Collection of audio plugins based on Dear ImGui and DPF
C
6
star
25

plugin-examples

DPF Plugin examples
C++
6
star
26

elements-template-plugin

Template repository for doing audio plugins with DPF and Cycfi Elements
C++
6
star
27

lvgl-template-plugin

Template repository for doing audio plugins with DPF and LVGL
C
5
star
28

gl-examples

DPF OpenGL examples
Makefile
4
star
29

Zinc

Utility audio plugin for getting sound out of plugin hosts into JACK
C++
4
star
30

Website

DISTRHO Website
PHP
3
star
31

imgui-template-app

Template repository for doing applications with DPF and ImGui
CMake
3
star
32

Cardinal-Website

Cardinal Website
CSS
2
star
33

mod-wasm-template-plugin

Template repository for doing audio plugins with DPF and ImGui, targetting MOD Audio platform
C++
2
star
34

dpf-cmake-action

A GitHub action for DPF-based plugins using CMake
1
star
35

STK-Plugins

C++
1
star