Mention riscv in some docs
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
cd68d0681d
commit
2472b06f59
2 changed files with 2 additions and 1 deletions
|
@ -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).
|
||||
|
||||
|
|
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue