Browse Source

Remove note about vst3 being experimental, it no longer is

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.09
falkTX 2 years ago
parent
commit
1012f03514
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 3 additions and 6 deletions
  1. +0
    -4
      README.md
  2. +2
    -1
      docs/DIFFERENCES.md
  3. +1
    -1
      dpf

+ 0
- 4
README.md View File

@@ -19,16 +19,12 @@ All "Core" modules from Rack have been replaced by Cardinal equivalents, simplif
Cardinal does not load external modules and does not connect to the official Rack library/store.
All VCV branding has been removed (to the best of our knowledge) in order to avoid any trademark issues.

**The VST3 version is in progress, already part of the build but still experimental.**
Prefer to use other formats if you can.


## Current status

Cardinal should be considered stable, if you spot any bugs please report them.
Currently the following should be noted:

- VST3 support incomplete/experimental [#41](https://github.com/DISTRHO/Cardinal/issues/41)
- Windows 32bit builds do not work well [#80](https://github.com/DISTRHO/Cardinal/issues/80)

### Stable release


+ 2
- 1
docs/DIFFERENCES.md View File

@@ -24,7 +24,8 @@ Bellow follows a list of features comparing the official plugin to Cardinal.
| Plugin in AU format | No | Yes | |
| Plugin in LV2 format | No | Yes | |
| Plugin in VST2 format | Yes | Yes | |
| Plugin in VST3 format | No | WIP | |
| Plugin in VST3 format | No | Yes | |
| Plugin in CLAP format | No | WIP | |
| Plugin inside itself | No, will crash | Yes | Technical limitations prevent Rack Pro from loading inside itself |
| Multi-threaded engine | Yes | No, uses host audio thread | Intentional in Cardinal, for removing jitter |
| Supports ARM systems | No | Yes | This means Apple M1 too, yes |


+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit fe9b6c233db1e15638d573696cc155ca6aa7ce2f
Subproject commit a44fea0ff5a16f4e6d633545bb03f0cbda5b81c5

Loading…
Cancel
Save