From f80e1a0e78dc043a0ff0b777ef98a36b91063622 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 12 Nov 2022 10:47:43 -0500 Subject: [PATCH] Add "Switch" tag to sequential switches. --- plugin.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.json b/plugin.json index 6bf86d5..ec39554 100644 --- a/plugin.json +++ b/plugin.json @@ -188,6 +188,7 @@ "description": "Routes 1 input to one of 4 outputs", "manualUrl": "https://vcvrack.com/Fundamental#SequentialSwitch", "tags": [ + "Switch", "Utility", "Polyphonic" ] @@ -198,6 +199,7 @@ "description": "Routes one of 4 inputs to 1 output", "manualUrl": "https://vcvrack.com/Fundamental#SequentialSwitch", "tags": [ + "Switch", "Utility", "Polyphonic" ]