1
Fork 0

Update README and DIFFERENCES files

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-18 22:56:01 +00:00
parent ef2058acee
commit 1314aeebb5
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 3 additions and 2 deletions

View File

@ -54,7 +54,6 @@ But a couple of modules background's have their colors flipped, because damn we
Most of the features already work, you can assume things work in general except when stated otherwise.
Currently the following features are known NOT to work:
- Clock related triggers in built-in MIDI modules [#25](https://github.com/DISTRHO/Cardinal/issues/25)
- VST3 support incomplete/experimental [#41](https://github.com/DISTRHO/Cardinal/issues/41)
- Factory (plugin-provided) presets [#58](https://github.com/DISTRHO/Cardinal/issues/58)

View File

@ -31,7 +31,9 @@ Bellow follows a list of features comparing the official plugin to Cardinal.
| 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 |
| Host sync/timing | Using MIDI signals | Using dedicated module | |
| Linux/X11 event handling | Runs on 2nd thread | Runs on main/GUI thread | |
| v1 module compatibility | No | No, but with less restrictions | Module widgets can load resources at any point |
| Online phone-home | Yes | No | Online access is strictly forbidden in Cardinal |
| Proper dark theme | No, only room brightness | Yes | CC-ND respected by leaving files intact, dark mode applied at runtime |
| Proper Linux headless mode | No, always requires X11 | Yes | |