Skip to content

Commit

Permalink
Fix tags, manual link
Browse files Browse the repository at this point in the history
  • Loading branch information
hemmer committed Oct 24, 2024
1 parent 8050ef5 commit 2c8790b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
8 changes: 5 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -22,7 +22,8 @@
"tags": [
"Hardware clone",
"Logic",
"Multiple"
"Multiple",
"Polyphonic"
]
},
{
Expand All @@ -47,7 +48,8 @@
"tags": [
"Hardware clone",
"Low-frequency oscillator",
"Slew limiter"
"Slew limiter",
"Polyphonic"
]
}
]
Expand Down

0 comments on commit 2c8790b

Please sign in to comment.