-
Notifications
You must be signed in to change notification settings - Fork 11
/
plugin.json
174 lines (168 loc) · 5.95 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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"slug": "computerscare",
"version": "2.1.11",
"name": "computerscare",
"brand": "computerscare",
"author": "computerscare",
"license": "BSD-3-Clause",
"authorEmail": "[email protected]",
"pluginUrl": "https://github.com/freddyz/computerscare-vcv-modules",
"authorUrl": "https://github.com/freddyz/computerscare-vcv-modules",
"sourceUrl": "https://github.com/freddyz/computerscare-vcv-modules",
"manualUrl": "https://github.com/freddyz/computerscare-vcv-modules",
"modules": [
{
"slug": "computerscare-knolypobs",
"name": "Knoly Pobs",
"description": "16 knobs with polyphonic output",
"tags": ["Polyphonic", "Utility"],
"manualUrl":
"https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/poly-utilities.md#knoly-pobs"
},
{
"slug": "computerscare-bolyputtons",
"name": "Boly Puttons",
"description":
"16 momentary or latch buttons with polyphonic output and optional input",
"tags": ["Polyphonic", "Utility"],
"manualUrl":
"https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/poly-utilities.md#boly-puttons"
},
{
"slug": "computerscare-debug",
"name": "Debug",
"description": "Debugger, poly sample & hold, poly volt meter",
"tags": ["Polyphonic", "Utility", "Random", "Sample and hold"],
"manualUrl":
"https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/debug.md"
},
{
"slug": "computerscare-ohpeas",
"name": "Oh Peas!",
"description":
"Quad Quantenuverter. \nAttenuverter, Offsetter, Microtonal Quantizer",
"tags": ["Polyphonic", "Quantizer", "Utility", "Quad"],
"manualUrl":
"https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/oh-peas.md"
},
{
"slug": "computerscare-fatherandson",
"name": "Father and Son Patch Sequencer",
"description":
"Patch Sequencer - 10 in, 10 out patch matrix with 16 scenes",
"tags": ["Polyphonic", "Utility", "Sequencer"],
"manualUrl":
"https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/father-and-son.md"
},
{
"slug": "computerscare-laundry-soup",
"name": "Laundry Soup",
"description": "Rhythm sequencer, pulse generator, text-based",
"tags": ["Sequencer", "Clock modulator", "Random", "Polyphonic"],
"manualUrl":
"https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/laundry-soup.md"
},
{
"slug": "computerscare-i-love-cookies",
"name": "I Love Cookies",
"description": "Text-based CV and signal sequencer",
"tags": ["Sequencer", "Utility", "Random", "Polyphonic"],
"manualUrl":
"https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/i-love-cookies.md"
},
{
"slug": "computerscare-roly-pouter",
"name": "Roly Pouter",
"description": "Polyphonic router",
"tags": ["Polyphonic", "Utility"],
"manualUrl":
"https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/poly-utilities.md#roly-pouter"
},
{
"slug": "computerscare-toly-pools",
"name": "Toly Pools",
"description":
"Polyphonic toolset including rotator, number-of-channels selector. Deprecated: Replaced by Toly Pools v2.",
"tags": ["Polyphonic", "Utility", "Attenuator"],
"manualUrl":
"https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/poly-utilities.md#toly-pools",
"hidden": true
},
{
"slug": "computerscare-toly-pools-v2",
"name": "Toly Pools v2",
"description":
"Polyphonic toolset including rotator, number-of-channels selector",
"tags": ["Polyphonic", "Utility", "Attenuator"],
"manualUrl":
"https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/poly-utilities.md#toly-pools"
},
{
"slug": "computerscare-soly-pequencer",
"name": "Soly Pequencer",
"description":
"Sequentially step through the channels of a polyphonic signal.",
"tags": ["Polyphonic", "Sequencer"],
"manualUrl":
"https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/poly-utilities.md#soly-pequencer"
},
{
"slug": "computerscare-foly-pace",
"name": "Foly Pace",
"description": "Draw a face",
"tags": ["Visual", "Polyphonic"],
"manualUrl":
"https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/foly-pace.md"
},
{
"slug": "computerscare-blank",
"name": "Custom Blank",
"description":
"Customizable, resizable, lovable blank panel. \nLoad your own PNG, JPEG, BMP, or GIF.",
"tags": ["Blank", "Visual"],
"manualUrl":
"https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/custom-blank.md"
},
{
"slug": "computerscare-blank-expander",
"name": "Custom Blank Expander",
"description":
"Allows CV Control of Computerscare Custom Blank GIF Animation",
"tags": ["Blank", "Visual"],
"manualUrl":
"https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/custom-blank.md##Expander"
},
{
"slug": "computerscare-stoly-fick-pigure",
"name": "Stoly Fick Pigure",
"description": "Draw a stick figure",
"tags": ["Visual", "Polyphonic"],
"manualUrl":
"https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/stoly-fick-pigure.md"
},
{
"slug": "computerscare-goly-penerator",
"name": "Goly Penerator",
"description": "Polyphonic constant CV signal generation",
"tags": ["Polyphonic", "Utility"],
"manualUrl":
"https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/goly-penerator.md"
},
{
"slug": "computerscare-moly-patrix",
"name": "Moly Patrix",
"description": "Polyphonic mix matrix",
"tags": ["Polyphonic", "Utility", "Mixer"],
"manualUrl":
"https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/moly-patrix.md"
},
{
"slug": "computerscare-horse-a-doodle-doo",
"name": "Horse A Doodle Doo",
"description": "Rhythm generator",
"tags": ["Sequencer", "Clock Modulator", "Polyphonic"],
"manualUrl":
"https://github.com/freddyz/computerscare-vcv-modules/blob/master/doc/horse-a-doodle-do.md"
}
]
}