| @@ -27,19 +27,19 @@ All variants have 2 audio outputs and MIDI support. | |||||
| ### Main | ### Main | ||||
| This variant provides 2 audio inputs and outputs and 8 CV inputs and outputs. | |||||
| This variant provides 2 audio inputs and outputs and 10 CV inputs and outputs. | |||||
| NOTE: Due to VST2 format not supporting CV ports, this variant is not available for VST2. | NOTE: Due to VST2 format not supporting CV ports, this variant is not available for VST2. | ||||
| ### Synth | ### Synth | ||||
| This variant provides 2 audio inputs and outputs, no CV ports. | |||||
| Plugin type is tagged as "instrument". | |||||
| This variant provides 2 audio outputs but no audio inputs or CV ports. | |||||
| Plugin type is set as "instrument". | |||||
| ### FX | ### FX | ||||
| This variant provides 2 audio inputs and outputs, no CV ports. | |||||
| Plugin type is tagged as regular "effect". | |||||
| This variant provides 2 audio inputs and outputs, but no CV ports. | |||||
| Plugin type is set as regular "effect". | |||||
| ## Screenshots | ## Screenshots | ||||
| @@ -27,7 +27,7 @@ Bellow follows a list of features comparing the official plugin to Cardinal. | |||||
| | Supports ARM systems | No | Yes | Yes, This means Apple M1 too | | | Supports ARM systems | No | Yes | Yes, This means Apple M1 too | | ||||
| | Synth plugin variant | 16 ins, 16 outs | 2 ins, 2 outs | | | | Synth plugin variant | 16 ins, 16 outs | 2 ins, 2 outs | | | ||||
| | FX plugin variant | 16 ins, 16 outs | 2 ins, 2 outs | | | | FX plugin variant | 16 ins, 16 outs | 2 ins, 2 outs | | | ||||
| | Raw-CV plugin variant | Unsupported | 2 audio IO + 8 CV IO | Available in JACK, LV2 and VST3 formats, not possible in VST2 | | |||||
| | Raw-CV plugin variant | Unsupported | 2 audio IO + 10 CV IO | Available in JACK, LV2 and VST3 formats, not possible in VST2 | | |||||
| | Arbitrary parameter automation | Yes | No | Unsupported in Cardinal, tricky to do for many plugin formats at once | | | Arbitrary parameter automation | Yes | No | Unsupported in Cardinal, tricky to do for many plugin formats at once | | ||||
| | Integrated plugin host | No, Host payed separately | Yes, using Carla or Ildaeil | | | | Integrated plugin host | No, Host payed separately | Yes, using Carla or Ildaeil | | | ||||
| | v1 module compatibility | No | No, but with less restrictions | Modules can load resources at any point | | | v1 module compatibility | No | No, but with less restrictions | Modules can load resources at any point | | ||||
| @@ -407,6 +407,8 @@ PLUGIN_FILES += ESeries/src/E340.cpp | |||||
| PLUGIN_FILES += $(filter-out FehlerFabrik/src/plugin.cpp,$(wildcard FehlerFabrik/src/*.cpp)) | PLUGIN_FILES += $(filter-out FehlerFabrik/src/plugin.cpp,$(wildcard FehlerFabrik/src/*.cpp)) | ||||
| FEHLERFABRIK_CUSTOM = Operator Sequencer SlewLimiter | |||||
| # -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
| # Fundamental | # Fundamental | ||||