forked from hdavid/VCVRack-Holon.ist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
58 lines (58 loc) · 1.73 KB
/
Copy pathplugin.json
File metadata and controls
58 lines (58 loc) · 1.73 KB
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
58
{
"slug": "HolonicSystems-Free",
"name": "Holonic Systems - Free",
"version": "1.0.3",
"license": "CC0-1.0",
"author": "Holonic Systems",
"brand": "Holonic Systems",
"authorEmail": "henri@holonic.systems",
"authorUrl": "https://holonic.systems/",
"pluginUrl": "http://holon.ist/vcv/",
"manualUrl": "http://holon.ist/vcv/",
"sourceUrl": "https://github.com/hdavid/VCVRack-Holon.ist",
"donateUrl": "",
"modules": [
{
"slug": "HolonicSystems-Gaps",
"name": "Gaps",
"description": "Clock divider with multiple modes",
"tags": ["CLOCK MODULATOR"]
},
{
"slug":"HolonicSystems-Pantry",
"name": "Pantry",
"description": "Dual CV/Gate Recorder/Looper",
"tags": ["SEQUENCER","RECORDING"]
},
{
"slug": "HolonicSystems-DumbwaiterSequencer",
"name": "Dumbwaiter",
"description": "8 step sequencer and switch. One could see it as a A-155 / A-154 / A-152 merged into one module",
"tags": ["SEQUENCER","ATTENUATOR","SWITCH"]
},
{
"slug": "HolonicSystems-SwissCheeseKnife",
"name": "SwissCheeseKnife",
"description": "Quad utility module with a twist",
"tags": ["UTILITY","ATTENUATOR","MIXER","QUAD","VCA","SAMPLE AND HOLD","SLEW LIMITER"]
},
{
"slug": "HolonicSystems-HolonicSource",
"name": "Holonic Source",
"description": "Integrates with the Holon.ist iOS app and outputs CV control signals to VCV Rack",
"tags": ["CONTROLLER","EXTERNAL"]
},
{
"slug": "HolonicSystems-Junctions",
"name": "Junctions",
"description": "A simple dual switch. Two inputs, one output",
"tags": ["SWITCH", "DUAL"]
},
{
"slug": "HolonicSystems-LazySusanQuantiser",
"name": "Lazy Susan",
"description": "Quad Quantiser with user editable scales",
"tags": ["QUANTIZER","QUAD"]
}
]
}