Browse Source

Revert "Revert "Revert "Revert "Update manifest for Virtue-Control""""

This reverts commit b1a5442143.
v1
Andrew Belt 3 years ago
parent
commit
85fa62a775
2 changed files with 214 additions and 0 deletions
  1. +54
    -0
      manifests-cache.json
  2. +160
    -0
      manifests/Virtue-Control.json

+ 54
- 0
manifests-cache.json View File

@@ -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
}
}
}
}

+ 160
- 0
manifests/Virtue-Control.json View File

@@ -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"
]
}
]
}

Loading…
Cancel
Save