forked from stoermelder/vcvrack-packtau
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
57 lines (56 loc) · 1.44 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"slug": "Stoermelder-PackTau",
"version": "2.0.0-dev",
"license": "GPL-3.0-only",
"author": "Benjamin Dill",
"name": "PackTau",
"brand": "stoermelder",
"authorEmail": "[email protected]",
"pluginUrl": "https://github.com/stoermelder/vcvrack-packtau",
"authorUrl": "https://github.com/stoermelder",
"sourceUrl": "https://github.com/stoermelder/vcvrack-packtau.git",
"modules": [
{
"slug": "T7Ctrl",
"name": "T7-CTRL",
"description": "Controller for patching cables. Part of the T7-series.",
"tags": ["Utility"]
},
{
"slug": "T7Midi",
"name": "T7-MIDI",
"description": "MIDI-expander for patching cables, sends commands to the controller-module. Part of the T7-series.",
"tags": ["Utility"]
},
{
"slug": "T7Assistant",
"name": "T7-ASSISTANT",
"description": "Helper-module for identifying module IDs and port IDs when patching cables. Part of the T7-series.",
"tags": ["Utility"]
},
{
"slug": "Mx",
"name": "MX",
"description": "Module for controlling the mouse pointer and mouse clicks by CV, useful for MIDI-controllers.",
"tags": ["Utility"]
},
{
"slug": "Pm",
"name": "PM",
"description": "Provides a context menu on cable-ports",
"tags": ["Utility"]
},
{
"slug": "Exit",
"name": "EXIT",
"description": "",
"tags": ["Utility"]
},
{
"slug": "Rf",
"name": "RF",
"description": "Module for Rack-folding",
"tags": ["Utility", "Expander"]
}
]
}