Cleanup lv2export, split definitions into common file

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-10-17 18:36:15 +01:00
parent 482ae564a0
commit 36d49e7471
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
9 changed files with 64 additions and 58 deletions

View file

@ -20,8 +20,8 @@
#define PLUGIN_BRAND "Rackwindows"
#define PLUGIN_LABEL "Vibrato"
#define PLUGIN_MODEL modelVibrato
#define PLUGIN_CV_INPUTS {1,1,1,1,1,0}
#define PLUGIN_CV_OUTPUTS {1,0,1}
#define PLUGIN_CV_INPUTS {Bi,Bi,Bi,Bi,Bi,Audio}
#define PLUGIN_CV_OUTPUTS {Bi,Audio,Bi}
#define PLUGIN_LV2_CATEGORY "lv2:DynamicsPlugin"
#include "lv2plugin.cpp"