From 5c687b7848bcfab38210df00cb3da26dc0ebf90a Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 14 Mar 2020 15:03:47 -0400 Subject: [PATCH] Add Switch tag to Sequential Switch. --- plugin.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.json b/plugin.json index 6cd1528..5e30d97 100644 --- a/plugin.json +++ b/plugin.json @@ -178,6 +178,7 @@ "description": "Routes an input to one of to 4 outputs", "manualUrl": "https://vcvrack.com/Fundamental.html#SequentialSwitch", "tags": [ + "Switch", "Utility", "Polyphonic" ] @@ -188,6 +189,7 @@ "description": "Routes one of to 4 inputs to an output", "manualUrl": "https://vcvrack.com/Fundamental.html#SequentialSwitch", "tags": [ + "Switch", "Utility", "Polyphonic" ]