From 73a6b41359e2ad65f354af2f0bb96bfb83a611ce Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 13 Sep 2023 07:35:10 -0400 Subject: [PATCH] Tweak descriptions of module manifests. --- plugin.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/plugin.json b/plugin.json index 262e788..415d667 100644 --- a/plugin.json +++ b/plugin.json @@ -376,7 +376,7 @@ { "slug": "Rescale", "name": "Rescale", - "description": "Rescales voltages with gain and offset", + "description": "Rescales voltages with gain, offset, and range limiting", "keywords": "RSCL", "manualUrl": "https://vcvrack.com/Free#Rescale", "tags": [ @@ -388,7 +388,7 @@ { "slug": "RandomValues", "name": "Random Values", - "description": "Generates random fixed voltages", + "description": "Generates 7 random fixed voltages", "keywords": "RND", "manualUrl": "https://vcvrack.com/Free#RandomValues", "tags": [ @@ -409,10 +409,12 @@ { "slug": "SHASR", "name": "Sample & Hold Analog Shift Register", - "description": "", + "description": "8 channel sample & hold combined with a shift register", "keywords": "S&H ASR", "manualUrl": "https://vcvrack.com/Free#SHASR", - "tags": [] + "tags": [ + "Sample and hold" + ] } ] } \ No newline at end of file