This repository contains a template plugin for building plugins using the DPF framework.
Clone git repository
git clone [email protected]:StevenRVE/sve-template-plugin.git
Add DPF as git submodule
cd sve-template-plugin
git submodule add -b develop --name dpf [email protected]:DISTRHO/DPF.git dpf
git submodule update --init --recursive
cd dpf
git pull