Mention riscv in some docs

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-09-14 11:10:20 +01:00
parent cd68d0681d
commit 2472b06f59
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 1 deletions

View file

@ -34,7 +34,7 @@ Currently the following should be noted:
Cardinal releases have official builds for Linux, macOS and Windows. Cardinal releases have official builds for Linux, macOS and Windows.
You can find these under https://github.com/DISTRHO/Cardinal/releases. 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. Both macOS and Windows builds have an installer.
Install instructions are available [here](https://github.com/DISTRHO/Cardinal/wiki/Install). Install instructions are available [here](https://github.com/DISTRHO/Cardinal/wiki/Install).

View file

@ -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 | | 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 |
| Supports BSD systems | No | Yes | Available as FreeBSD port | | 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 | | | Synth plugin variant | 16 ins, 16 outs | 2 ins, 2 outs | |
| FX 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 | | Raw-CV plugin variant | Unsupported | 8 audio IO + 10 CV IO | Available in JACK, LV2 and VST3 formats, not possible in AU and VST2 |