VCV Rack 2.2.0 has been released, including VST3, Audio Unit, and CLAP plugins for Rack Pro.
Builds of Rack for Mac ARM are available for developers to build and test their plugins on Mac ARM. This is in “beta” stage, so some features or plugin adapters might not work correctly.
- Rack Free 2.2.0: Windows / Mac x64 / Mac ARM64 (beta) / Linux
- Rack Pro 2.2.0: Windows / Mac x64 / Mac ARM64 (beta) / Linux (Links only valid if purchased)
- Changelog
- Support for feature requests and bug reports
VCV Rack 2.2.1 preview
- Rack Free 2.2.1: Windows / Mac x64 / Mac ARM64 (beta) / Linux
- Rack Pro 2.2.1: Windows / Mac x64 / Mac ARM64 (beta) / Linux (Links only valid if purchased)
- Changelog
- Support for feature requests and bug reports
VCV Rack 2.2.2 preview
- Rack Free 2.2.2: Windows / Mac x64 / Mac ARM64 (beta) / Linux
- Rack Pro 2.2.2: Windows / Mac x64 / Mac ARM64 (beta) / Linux (Links only valid if purchased)
- Changelog
- Support for feature requests and bug reports
VCV Rack 2.2.3 preview
- Rack Free 2.2.3: Windows / Mac x64 / Mac ARM64 (beta) / Linux
- Rack Pro 2.2.3: Windows / Mac x64 / Mac ARM64 (beta) / Linux (Links only valid if purchased)
- Changelog
- Support for feature requests and bug reports
Deprecating “deprecated” module property, replacing with “hidden”
Sometimes it is useful to hide modules in a plugin to discourage their use, while allowing them to be used when loading old patches, to avoid breaking patch compatibility.
Plugin developers can do this by setting "hidden": true
in a module’s manifest. VCV Manual - Plugin Manifest
Effective now, VCV Library hides all modules with the “hidden” property (or the deprecated “deprecated” or “disabled” aliases) from its index and search results, while showing a “Hidden” tag on module pages. Example: VCV Library - VCV VCA-2
In the next version of VCV Rack, modules with this property will be hidden from the module browser but can still be loaded by patches and selections.
VCV Rack 2.3.0 preview
- Rack Free 2.3.0: Windows / Mac x64 / Mac ARM64 (beta) / Linux
- Rack Pro 2.3.0: Windows / Mac x64 / Mac ARM64 (beta) / Linux (Links only valid if purchased)
- Changelog
- Support for feature requests and bug reports