Skip to content

DanielAeolusLaude/DPF-NTK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DPF - DISTRHO Plugin Framework

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 and VST 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.

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

This repository includes the NTK Version of DPF, allowing to use NTK to build plugin UIs instead of OpenGL.
Due to NTK limitations it's only possible to build Linux plugins at the moment.

About

DISTRHO Plugin Framework - NTK Version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages