From 14cd19aebc325489e6a6db335791f552e2469f90 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 4 Dec 2021 20:28:11 +0000 Subject: [PATCH] A few corrections Signed-off-by: falkTX --- README.md | 10 +++++----- doc/DIFFERENCES.md | 2 +- plugins/Makefile | 2 ++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f3c1a22..6d9ddd1 100644 --- a/README.md +++ b/README.md @@ -27,19 +27,19 @@ All variants have 2 audio outputs and MIDI support. ### 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. ### 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 -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 diff --git a/doc/DIFFERENCES.md b/doc/DIFFERENCES.md index d6098e5..67f2ecf 100644 --- a/doc/DIFFERENCES.md +++ b/doc/DIFFERENCES.md @@ -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 | | Synth 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 | | 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 | diff --git a/plugins/Makefile b/plugins/Makefile index 26180eb..6281409 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -407,6 +407,8 @@ PLUGIN_FILES += ESeries/src/E340.cpp PLUGIN_FILES += $(filter-out FehlerFabrik/src/plugin.cpp,$(wildcard FehlerFabrik/src/*.cpp)) +FEHLERFABRIK_CUSTOM = Operator Sequencer SlewLimiter + # -------------------------------------------------------------- # Fundamental