Remove note about vst3 being experimental, it no longer is

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-09-06 09:42:24 +01:00
parent e032f02fd2
commit 1012f03514
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 3 additions and 6 deletions

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. 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. 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 ## Current status
Cardinal should be considered stable, if you spot any bugs please report them. Cardinal should be considered stable, if you spot any bugs please report them.
Currently the following should be noted: 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) - Windows 32bit builds do not work well [#80](https://github.com/DISTRHO/Cardinal/issues/80)
### Stable release ### Stable release

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 AU format | No | Yes | |
| Plugin in LV2 format | No | Yes | | | Plugin in LV2 format | No | Yes | |
| Plugin in VST2 format | Yes | 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 | | 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 | | 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 | | Supports ARM systems | No | Yes | This means Apple M1 too, yes |

2
dpf

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