Skip to content

This repository contains a template plugin for building plugins using the DPF framework.

License

Notifications You must be signed in to change notification settings

StevenRVE/sve-template-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sve-templatePlugin

This repository contains a template plugin for building plugins using the DPF framework.

Clone git repository

git clone git@github.com:StevenRVE/sve-template-plugin.git

Add DPF as git submodule

cd sve-templatePlugin

git submodule add -b develop --name dpf git@github.com:DISTRHO/DPF.git dpf
git submodule update --init --recursive

cd dpf
git pull

If something is wrong with adding dpf, remove the submodule following the steps described here: https://gist.github.com/myusuf3/7f645819ded92bda6677#:~:text=To%20remove%20a,upvote%20this%20answer

##Generate new template plugin

cd source

python generateNewPlugin.py

Enter name and URI in terminal

About

This repository contains a template plugin for building plugins using the DPF framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published