forked from Skrylar/skjack-vcv
-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.json
40 lines (40 loc) · 1.02 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
{
"slug": "SkJack",
"name": "SkJack",
"brand": "Skrylar",
"version": "2.0.6",
"license": "GPL-3.0",
"author": "Skrylar",
"authorEmail": "[email protected]",
"authorUrl": "https://github.com/Skrylar",
"pluginUrl": "https://github.com/Skrylar/skjack-vcv",
"manualUrl": "https://github.com/Skrylar/skjack-vcv",
"sourceUrl": "https://github.com/Skrylar/skjack-vcv",
"donateUrl": "https://www.ko-fi.com/V7V6RG3E",
"modules": [
{
"slug": "JackAudio",
"name": "JACK Audio",
"description": "Four named input and output JACK ports.",
"tags": [
"external"
]
},
{
"slug": "JackAudioOut8",
"name": "JACK Audio (8 Rack->JACK)",
"description": "Eight named JACK output ports.",
"tags": [
"external"
]
},
{
"slug": "JackAudioIn8",
"name": "JACK Audio (8 JACK->RACK)",
"description": "Eight named JACK input ports.",
"tags": [
"external"
]
}
]
}