From 08f790e84dd0d8768035d32788c93d50004c52aa Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 8 Apr 2021 11:23:55 -0400 Subject: [PATCH] Update manifest for Virtue-Control --- manifests-cache.json | 54 ++++++++++++ manifests/Virtue-Control.json | 160 ++++++++++++++++++++++++++++++++++ 2 files changed, 214 insertions(+) create mode 100644 manifests/Virtue-Control.json diff --git a/manifests-cache.json b/manifests-cache.json index 24ee1e89..22a66cff 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -9307,5 +9307,59 @@ "creationTimestamp": 1617222813.7159493 } } + }, + "Virtue-Control": { + "buildTimestamp": 1617895364.0175426, + "creationTimestamp": 1617895365.1101594, + "modules": { + "Twister": { + "creationTimestamp": 1617895365.1639597 + }, + "Twister_Expander": { + "creationTimestamp": 1617895365.2204056 + }, + "Smasher": { + "creationTimestamp": 1617895365.279698 + }, + "Smasher_Expander": { + "creationTimestamp": 1617895365.338869 + }, + "Slider": { + "creationTimestamp": 1617895365.3987632 + }, + "Slider_Expander": { + "creationTimestamp": 1617895365.4582436 + }, + "Spinner": { + "creationTimestamp": 1617895365.5189788 + }, + "Spinner_Expander": { + "creationTimestamp": 1617895365.5775676 + }, + "MIDI_Monitor": { + "creationTimestamp": 1617895365.6384366 + }, + "MIDI_Repeater": { + "creationTimestamp": 1617895365.692419 + }, + "MIDI_Merger": { + "creationTimestamp": 1617895365.7510214 + }, + "MIDI_Mapper": { + "creationTimestamp": 1617895365.8083396 + }, + "MIDI_Input": { + "creationTimestamp": 1617895365.8615606 + }, + "MIDI_Output": { + "creationTimestamp": 1617895365.915064 + }, + "MIDI_CV": { + "creationTimestamp": 1617895365.9691734 + }, + "MIDI_Channel": { + "creationTimestamp": 1617895366.0225801 + } + } } } \ No newline at end of file diff --git a/manifests/Virtue-Control.json b/manifests/Virtue-Control.json new file mode 100644 index 00000000..f884d0c0 --- /dev/null +++ b/manifests/Virtue-Control.json @@ -0,0 +1,160 @@ +{ + "slug": "Virtue-Control", + "name": "Virtue Hardware Companion Modules", + "version": "1.0.6", + "license": "proprietary", + "brand": "Kilpatrick Audio", + "author": "Andrew Kilpatrick", + "authorEmail": "info@kilpatrickaudio.com", + "authorUrl": "https://www.kilpatrickaudio.com", + "pluginUrl": "https://www.kilpatrickaudio.com/?p=viron", + "manualUrl": "https://kilpatrickaudio.com/?p=virtue-vcv", + "sourceUrl": "", + "donateUrl": "https://kilpatrickaudio.com/?p=virtue-vcv", + "changelogUrl": "https://kilpatrickaudio.com/?p=virtue-vcv", + "modules": [ + { + "slug": "Twister", + "name": "Twister", + "description": "Quad hardware knob controller", + "tags": [ + "hardware", + "MIDI", + "Quad", + "Utility" + ] + }, + { + "slug": "Twister_Expander", + "name": "Twister Expander", + "description": "CV and MIDI expander for Twister with vMIDI Support", + "tags": [ + "Expander", + "MIDI" + ] + }, + { + "slug": "Smasher", + "name": "Smasher", + "description": "Hardware button interface", + "tags": [ + "Hardware" + ] + }, + { + "slug": "Smasher_Expander", + "name": "Smasher Expander", + "description": "CV and MIDI expander for Smasher with vMIDI Support", + "tags": [ + "Expander", + "MIDI" + ] + }, + { + "slug": "Slider", + "name": "Slider", + "description": "Hardware slider/button interface", + "tags": [ + "Hardware" + ] + }, + { + "slug": "Slider_Expander", + "name": "Slider Expander", + "description": "CV and MIDI expander for Slider with vMIDI Support", + "tags": [ + "Expander", + "MIDI" + ] + }, + { + "slug": "Spinner", + "name": "Spinner", + "description": "Hardware wheel interface", + "tags": [ + "Hardware" + ] + }, + { + "slug": "Spinner_Expander", + "name": "Spinner Expander", + "description": "CV and MIDI expander for Spinner with vMIDI Support", + "tags": [ + "Expander", + "MIDI" + ] + }, + { + "slug": "MIDI_Monitor", + "name": "MIDI Monitor", + "description": "MIDI Monitor with vMIDI Support", + "tags": [ + "MIDI", + "Utility" + ] + }, + { + "slug": "MIDI_Repeater", + "name": "MIDI Repeater", + "description": "MIDI Repeat Processor vMIDI Support", + "tags": [ + "MIDI", + "Utility" + ] + }, + { + "slug": "MIDI_Merger", + "name": "MIDI Merger", + "description": "MIDI Merger and Filter with vMIDI Support", + "tags": [ + "MIDI", + "Utility" + ] + }, + { + "slug": "MIDI_Mapper", + "name": "MIDI Mapper", + "description": "MIDI CC Mapper with vMIDI Support", + "tags": [ + "MIDI", + "Utility" + ] + }, + { + "slug": "MIDI_Input", + "name": "MIDI Input", + "description": "MIDI Hardware Input to vMIDI Adapter", + "tags": [ + "MIDI", + "Utility" + ] + }, + { + "slug": "MIDI_Output", + "name": "MIDI Output", + "description": "MIDI Hardare Output from vMIDI Adapter", + "tags": [ + "MIDI", + "Utility" + ] + }, + { + "slug": "MIDI_CV", + "name": "MIDI CV", + "description": "MIDI to CV Module with vMIDI Support", + "tags": [ + "MIDI", + "Utility" + ] + }, + { + "slug": "MIDI_Channel", + "name": "MIDI Channel", + "description": "MIDI Channel Processor with vMIDI Support", + "tags": [ + "MIDI", + "Utility" + ] + } + ] +} \ No newline at end of file