More details for lv2 export (category, CV type, label/brand)

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-06-29 14:14:14 +01:00
parent aabd9f9342
commit dd5344d2b8
10 changed files with 79 additions and 10 deletions

View file

@ -20,10 +20,12 @@
#include "ValleyAudio/src/Plateau/Dattorro.cpp"
#include "ValleyAudio/src/Plateau/Plateau.cpp"
#define PLUGIN_BRAND "Valley Audio"
#define PLUGIN_LABEL "Plateau"
#define PLUGIN_MODEL modelPlateau
#define PLUGIN_CV_INPUTS {0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}
#define PLUGIN_CV_OUTPUTS {0,0}
#define PLUGIN_LV2_CATEGORY "lv2:ReverbPlugin"
#include "lv2plugin.cpp"
#include "export.cpp"