gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit aed17ecc3a378423e50f005e78b5a412e0d75b14
parent 308d112f916128cecc053d6ede8dd1bbf2a795d3
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Mon, 22 Apr 2024 17:38:56 +0200

add links to CLAP and LV2

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -4,7 +4,7 @@ This project emulates various musical devices that used the Motorola 56300 family DSPs. -The supported plugin formats are [FST](https://github.com/pierreguillot/FTS), VST3, AU, CLAP and LV2. +The supported plugin formats are [FST](https://github.com/pierreguillot/FTS), VST3, AU, [CLAP](https://cleveraudio.org/) and [LV2](https://lv2plug.in/). Supported architectures: 64 bit x86 aka x64 and ARM aarch64 (Raspberry Pi, Apple Silicon). Note that 32 bit architectures are not supported!