diff --git a/plugins/Cardinal/plugin.json b/plugins/Cardinal/plugin.json index e1bdbb8..583826f 100644 --- a/plugins/Cardinal/plugin.json +++ b/plugins/Cardinal/plugin.json @@ -44,7 +44,9 @@ "name": "Host MIDI", "description": "Exposes host-provided MIDI in a module", "tags": [ - "External" + "External", + "MIDI", + "Polyphonic" ] }, { diff --git a/plugins/Core.json b/plugins/Core.json index 0b37f11..c5d0eec 100644 --- a/plugins/Core.json +++ b/plugins/Core.json @@ -51,7 +51,8 @@ "External", "MIDI", "Polyphonic" - ] + ], + "hidden": true }, { "slug": "MIDICCToCVInterface", @@ -92,7 +93,8 @@ "External", "MIDI", "Polyphonic" - ] + ], + "hidden": true }, { "slug": "CV-CC", @@ -121,7 +123,8 @@ "manualUrl": "https://vcvrack.com/manual/Core#Blank", "tags": [ "Blank" - ] + ], + "hidden": true }, { "slug": "Notes", @@ -130,7 +133,8 @@ "manualUrl": "https://vcvrack.com/manual/Core#Notes", "tags": [ "Blank" - ] + ], + "hidden": true } ] }