From 82740df4eb5c5e59494e07d1cf339fbb74c148fa Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 23 Jan 2022 22:33:35 +0000 Subject: [PATCH] Hide Rack's Core midi2cv, cv2midi, blank and notes modules Signed-off-by: falkTX --- plugins/Cardinal/plugin.json | 4 +++- plugins/Core.json | 12 ++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) 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 } ] }