-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
111 lines (111 loc) · 3.29 KB
/
plugin.json
File metadata and controls
111 lines (111 loc) · 3.29 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"slug": "VostokInstruments",
"name": "VostokInstruments",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "Vostok Instruments",
"author": "Vostok Instruments, Ewan Hemingway",
"authorUrl": "https://aforestfullofsines.com/",
"pluginUrl": "https://www.vostokinstruments.com/",
"manualUrl": "https://www.vostokinstruments.com/",
"sourceUrl": "https://github.com/Vostok-Instruments/Vostok_VCVRack",
"changelogUrl": "https://github.com/Vostok-Instruments/Vostok_VCVRack/CHANGELOG.md",
"modules": [
{
"slug": "Path",
"name": "Path",
"description": "Analog Morphing Router",
"manualUrl": "https://www.vostokinstruments.com/path-user-manual",
"modularGridUrl": "https://modulargrid.net/e/divkid-path",
"tags": [
"Hardware clone",
"Voltage-controlled amplifier",
"Utility"
]
},
{
"slug": "Trace",
"name": "Trace",
"description": "Analog Morphing Scanner",
"manualUrl": "https://www.vostokinstruments.com/trace-user-manual",
"modularGridUrl": "https://modulargrid.net/e/divkid-trace",
"tags": [
"Hardware clone",
"Voltage-controlled amplifier",
"Utility"
]
},
{
"slug": "Asset",
"name": "Asset",
"description": "Bipolar Attenuator & DC Source",
"manualUrl": "https://www.vostokinstruments.com/asset-user-manual",
"modularGridUrl": "https://modulargrid.net/e/vostok-instruments-asset",
"tags": [
"Attenuator",
"Hardware clone",
"Utility"
]
},
{
"slug": "Atlas",
"name": "Atlas",
"description": "Quad Core Multimode Filter",
"manualUrl": "https://www.vostokinstruments.com/atlas-user-manual",
"modularGridUrl": "https://modulargrid.net/e/vostok-instruments-atlas",
"tags": [
"Hardware clone",
"Filter"
]
},
{
"slug": "Ceres",
"name": "Ceres",
"description": "High-Class Linear VCA & Mixer",
"manualUrl": "https://www.vostokinstruments.com/ceres-user-manual",
"modularGridUrl": "https://modulargrid.net/e/vostok-instruments-ceres",
"tags": [
"Hardware clone",
"Mixer",
"Voltage-controlled amplifier",
"Utility"
]
},
{
"slug": "Fuji",
"name": "Fuji",
"description": "Hexa Core Slope Generator",
"manualUrl": "https://www.vostokinstruments.com/fuji-user-manual",
"modularGridUrl": "https://modulargrid.net/e/vostok-instruments-fuji",
"tags": [
"Hardware clone",
"Envelope generator",
"LFO"
]
},
{
"slug": "Sena",
"name": "Sena",
"description": "Multi Channel Sound Source",
"manualUrl": "https://www.vostokinstruments.com/sena-user-manual",
"modularGridUrl": "https://modulargrid.net/e/vostok-instruments-sena",
"tags": [
"Hardware clone",
"Oscillator",
"Noise"
]
},
{
"slug": "Hive",
"name": "Hive",
"description": "Quad Stereo Automated Mixer",
"manualUrl": "https://www.vostokinstruments.com/hive-user-manual",
"modularGridUrl": "https://modulargrid.net/e/vostok-instruments-hive",
"tags": [
"Hardware clone",
"Mixer",
"Panning"
]
}
]
}