Hi all,
I have created a template to set up a DISTRHO Plugin Framework effect
plugin project quickly using the (Python) tool cookiecutter.
https://github.com/SpotlightKid/cookiecutter-dpf-effect
When you have installed cookiecutter, you create a new project with:
cookiecutter https://github.com/SpotlightKid/cookiecutter-dpf-effect
A directory named after the value you gave for repo_name (e.g.
"simplegain") will be created and initialized as a git repository and
DPF added as a git submodule.
Enter the directory and run make:
cd <repo_name>
make
The template compiles a simple gain plugin. Change the implementation in
plugins/<plugin_name>/Plugin<plugin_name>.cpp as needed.
Share & Enjoy!
Chris
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-dev
This archive was generated by hypermail 2.1.8 : Sun Apr 03 2016 - 04:15:02 EEST