Browse Source

A few corrections

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
14cd19aebc
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 8 additions and 6 deletions
  1. +5
    -5
      README.md
  2. +1
    -1
      doc/DIFFERENCES.md
  3. +2
    -0
      plugins/Makefile

+ 5
- 5
README.md View File

@@ -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



+ 1
- 1
doc/DIFFERENCES.md View File

@@ -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 |


+ 2
- 0
plugins/Makefile View File

@@ -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



Loading…
Cancel
Save