diff --git a/README.md b/README.md index 90a12de..21430ad 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Currently the following should be noted: Cardinal releases have official builds for Linux, macOS and Windows. You can find these under https://github.com/DISTRHO/Cardinal/releases. -There are Linux builds for various architectures (armhf, arm64, i686 and x86_64), macOS "universal" (arm64 + intel) and Windows 32 and 64bit builds. +There are Linux builds for various architectures (armhf, arm64, i686, riscv64 and x86_64), macOS "universal" (arm64 + intel) and Windows 32 and 64bit builds. Both macOS and Windows builds have an installer. Install instructions are available [here](https://github.com/DISTRHO/Cardinal/wiki/Install). diff --git a/docs/DIFFERENCES.md b/docs/DIFFERENCES.md index cbf1bb3..8ba03e0 100644 --- a/docs/DIFFERENCES.md +++ b/docs/DIFFERENCES.md @@ -30,6 +30,7 @@ Bellow follows a list of features comparing the official plugin to Cardinal. | 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 BSD systems | No | Yes | Available as FreeBSD port | +| Supports RISC-V systems | No | Yes | | | Synth plugin variant | 16 ins, 16 outs | 2 ins, 2 outs | | | FX plugin variant | 16 ins, 16 outs | 2 ins, 2 outs | | | Raw-CV plugin variant | Unsupported | 8 audio IO + 10 CV IO | Available in JACK, LV2 and VST3 formats, not possible in AU and VST2 |