diff --git a/docs/CARDINAL-MODULES.md b/docs/CARDINAL-MODULES.md index 769d654..26124c6 100644 --- a/docs/CARDINAL-MODULES.md +++ b/docs/CARDINAL-MODULES.md @@ -8,9 +8,10 @@ This file contains documentation for the DISTRHO Cardinal modules. ![screenshot](Module_AIDA-X.png) -[AIDA-X](https://github.com/AidaDSP/AIDA-X) is an Amp Model Player, for providing high fidelity simulations of guitar amplifiers. +[AIDA-X](https://github.com/AidaDSP/AIDA-X) is an Amp Model Player leveraging AI and machine learning, with a target of providing high fidelity simulations of guitar amplifiers. It is also possible to run entire signal chains consisting of any combination of amp, cab, dist, drive, fuzz, boost and eq. +The module loads AIDA-X files that have been trained to match a desired sound output. Right-click on the module and select "Load model file..." to load an AIDA-X model file from disk. A quick model pack can be downloaded from [AIDA DSP's Google Drive folder](https://drive.google.com/drive/folders/18MwNhuo9fjK8hlne6SAdhpGtL4bWsVz-). diff --git a/plugins/Cardinal/res/aida-x-header.png b/plugins/Cardinal/res/aida-x-header.png deleted file mode 100644 index 782fdea..0000000 Binary files a/plugins/Cardinal/res/aida-x-header.png and /dev/null differ diff --git a/plugins/Makefile b/plugins/Makefile index b2f75eb..c4d1a7b 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -1405,6 +1405,7 @@ JACK_RESOURCES += $(CURDIR)/surgext/build/surge-data/fx_presets JACK_RESOURCES += $(CURDIR)/surgext/build/surge-data/wavetables JACK_RESOURCES += $(CURDIR)/surgext/build/surge-data/windows.wt +RESOURCE_FILES += Cardinal/res/*.png RESOURCE_FILES += Cardinal/res/Miku/Miku.png MINIPLUGIN_LIST = Cardinal