Cleanup lv2export, split definitions into common file
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
482ae564a0
commit
36d49e7471
9 changed files with 64 additions and 58 deletions
|
@ -20,8 +20,8 @@
|
|||
#define PLUGIN_BRAND "Rackwindows"
|
||||
#define PLUGIN_LABEL "MV"
|
||||
#define PLUGIN_MODEL modelMv
|
||||
#define PLUGIN_CV_INPUTS {1,1,1,1,0,0}
|
||||
#define PLUGIN_CV_OUTPUTS {0,0}
|
||||
#define PLUGIN_CV_INPUTS {Bi,Bi,Bi,Bi,Audio,Audio}
|
||||
#define PLUGIN_CV_OUTPUTS {Audio,Audio}
|
||||
#define PLUGIN_LV2_CATEGORY "lv2:ReverbPlugin"
|
||||
|
||||
#include "lv2plugin.cpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue