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
|
@ -55,8 +55,8 @@
|
|||
#define PLUGIN_BRAND "AudibleInstruments"
|
||||
#define PLUGIN_LABEL "Macro Osc 2"
|
||||
#define PLUGIN_MODEL modelPlaits
|
||||
#define PLUGIN_CV_INPUTS {1,1,1,1,1,1,1,1}
|
||||
#define PLUGIN_CV_OUTPUTS {0,0}
|
||||
#define PLUGIN_CV_INPUTS {Bi,Bi,Bi,Bi,Bi,Bi,Bi,Bi}
|
||||
#define PLUGIN_CV_OUTPUTS {Audio,Audio}
|
||||
#define PLUGIN_LV2_CATEGORY "lv2:GeneratorPlugin"
|
||||
|
||||
#include "lv2plugin.cpp"
|
||||
|
|
|
@ -35,8 +35,8 @@
|
|||
#define PLUGIN_BRAND "AudibleInstruments"
|
||||
#define PLUGIN_LABEL "Macro Osc"
|
||||
#define PLUGIN_MODEL modelBraids
|
||||
#define PLUGIN_CV_INPUTS {1,1,1,1,1}
|
||||
#define PLUGIN_CV_OUTPUTS {0}
|
||||
#define PLUGIN_CV_INPUTS {Bi,Bi,Bi,Bi,Bi}
|
||||
#define PLUGIN_CV_OUTPUTS {Audio}
|
||||
#define PLUGIN_LV2_CATEGORY "lv2:GeneratorPlugin"
|
||||
|
||||
#include "lv2plugin.cpp"
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
#define PLUGIN_BRAND "MSM"
|
||||
#define PLUGIN_LABEL "Phaser"
|
||||
#define PLUGIN_MODEL modelPhaserModule
|
||||
#define PLUGIN_CV_INPUTS {1,1,1,0}
|
||||
#define PLUGIN_CV_OUTPUTS {0}
|
||||
#define PLUGIN_CV_INPUTS {Bi,Bi,Bi,Audio}
|
||||
#define PLUGIN_CV_OUTPUTS {Audio}
|
||||
#define PLUGIN_LV2_CATEGORY "lv2:DistortionPlugin"
|
||||
|
||||
#include "lv2plugin.cpp"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
#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_CV_INPUTS {Audio,Audio,Bi,Bi,Bi,Bi,Bi,Bi,Bi,Bi,Bi,Bi,Bi,Bi,Bi,Bi,Bi}
|
||||
#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