diff --git a/README.md b/README.md index 9a3acce..7be0840 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/DIFFERENCES.md b/docs/DIFFERENCES.md index 6659132..cbf1bb3 100644 --- a/docs/DIFFERENCES.md +++ b/docs/DIFFERENCES.md @@ -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 | diff --git a/dpf b/dpf index fe9b6c2..a44fea0 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit fe9b6c233db1e15638d573696cc155ca6aa7ce2f +Subproject commit a44fea0ff5a16f4e6d633545bb03f0cbda5b81c5