This is a skeleton for creating MAX gen~ based audio plugins.
It's intended to be used in scripts, in an automated way.
But it's also possible to be used manually.
Just follow these steps:
- Copy gen_exported.cpp and gen_exported.h into the plugin folder
- Run ./setup.sh and enter the desired plugin name
- Compile the plugin using 'make'
With this you get an LV2 plugin for your native system/platform.
This plugin skeleton does not provide support for custom UIs.
For LV2 plugins this is not an issue as you can create new UIs without modifying the original DSP object.