Browse Source

Tweak descriptions of module manifests.

tags/v2.6.0
Andrew Belt 1 year ago
parent
commit
73a6b41359
1 changed files with 6 additions and 4 deletions
  1. +6
    -4
      plugin.json

+ 6
- 4
plugin.json View File

@@ -376,7 +376,7 @@
{ {
"slug": "Rescale", "slug": "Rescale",
"name": "Rescale", "name": "Rescale",
"description": "Rescales voltages with gain and offset",
"description": "Rescales voltages with gain, offset, and range limiting",
"keywords": "RSCL", "keywords": "RSCL",
"manualUrl": "https://vcvrack.com/Free#Rescale", "manualUrl": "https://vcvrack.com/Free#Rescale",
"tags": [ "tags": [
@@ -388,7 +388,7 @@
{ {
"slug": "RandomValues", "slug": "RandomValues",
"name": "Random Values", "name": "Random Values",
"description": "Generates random fixed voltages",
"description": "Generates 7 random fixed voltages",
"keywords": "RND", "keywords": "RND",
"manualUrl": "https://vcvrack.com/Free#RandomValues", "manualUrl": "https://vcvrack.com/Free#RandomValues",
"tags": [ "tags": [
@@ -409,10 +409,12 @@
{ {
"slug": "SHASR", "slug": "SHASR",
"name": "Sample & Hold Analog Shift Register", "name": "Sample & Hold Analog Shift Register",
"description": "",
"description": "8 channel sample & hold combined with a shift register",
"keywords": "S&H ASR", "keywords": "S&H ASR",
"manualUrl": "https://vcvrack.com/Free#SHASR", "manualUrl": "https://vcvrack.com/Free#SHASR",
"tags": []
"tags": [
"Sample and hold"
]
} }
] ]
} }

Loading…
Cancel
Save