diff --git a/README.md b/README.md index 1ec70d9..6d1f90d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,15 @@ This repo contains VCV ports of Black Noise Modular Eurorack modules. See: https License: GPL-3.0-or-later +## Manuals + + +| **Module (manufacturer page)** | **Manual Link** | +|--------|-------| +| [COSMOS](https://blacknoisemodular.com/products/cosmos) | [User Manual](https://raw.githack.com/BlackNoiseModular/Eurorack/main/COSMOS/BLACK-NOISE_COSMOS_User-Manual_V1.pdf) | +| [Slew/LFO](https://blacknoisemodular.com/products/slew-lfo) | [User Manual](https://raw.githack.com/BlackNoiseModular/Eurorack/main/Slew-LFO/Manual/BLACK-NOISE_SLEW-LFO-V1_User-Manual_V1.pdf) | +| [GOMA II](https://blacknoisemodular.com/products/goma-ii) | [User Manual](https://raw.githack.com/BlackNoiseModular/Eurorack/main/GOMA%20II/BLACK-NOISE_GOMA-II_User-Manual_V1.pdf) | + ## Differences with hardware We have tried to make the VCV implementations as authentic as possible, however there are some minor changes that have been made (either for usuability or to bring modules in line with VCV rack conventions and standards). diff --git a/plugin.json b/plugin.json index 6eab05b..62bbf69 100644 --- a/plugin.json +++ b/plugin.json @@ -8,7 +8,7 @@ "authorEmail": "", "authorUrl": "https://blacknoisemodular.com/", "pluginUrl": "", - "manualUrl": "", + "manualUrl": "https://github.com/BlackNoiseModular/VCV/blob/master/README.md", "sourceUrl": "https://github.com/BlackNoiseModular/VCV", "donateUrl": "", "changelogUrl": "https://github.com/BlackNoiseModular/VCV/blob/master/CHANGELOG.md", @@ -22,7 +22,8 @@ "tags": [ "Hardware clone", "Logic", - "Multiple" + "Multiple", + "Polyphonic" ] }, { @@ -47,7 +48,8 @@ "tags": [ "Hardware clone", "Low-frequency oscillator", - "Slew limiter" + "Slew limiter", + "Polyphonic" ] } ]