-
Notifications
You must be signed in to change notification settings - Fork 17
/
plugin.json
188 lines (188 loc) · 6.31 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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{
"slug": "trowaSoft",
"name": "trowaSoft",
"brand": "trowaSoft",
"version": "2.0.8",
"license": "BSD-3-Clause",
"author": "j4s0n-c",
"authorEmail": "[email protected]",
"authorUrl": "https://github.com/j4s0n-c/",
"pluginUrl": "https://github.com/j4s0n-c/trowaSoft-VCV",
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#trowasoft-vcv",
"sourceUrl": "https://github.com/j4s0n-c/trowaSoft-VCV",
"changelogUrl": "https://github.com/j4s0n-c/trowaSoft-VCV/blob/v2/CHANGELOG.md",
"donateUrl": "https://paypal.me/j4s0n",
"modules": [
{
"slug": "trigSeq",
"name": "trigSeq",
"description": "16-step pad sequencer with a built-in Open Sound Control (OSC) interface.",
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#trigseq--trigseq64",
"tags": [
"Sequencer",
"External"
]
},
{
"slug": "trigSeq64",
"name": "trigSeq64",
"description": "64-step pad sequencer with a built-in Open Sound Control (OSC) interface.",
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#trigseq--trigseq64",
"tags": [
"Sequencer",
"External"
]
},
{
"slug": "voltSeq",
"name": "voltSeq",
"description": "16-step variable voltage/note sequencer with a built-in Open Sound Control (OSC) interface.",
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#voltseq",
"tags": [
"Sequencer",
"External"
]
},
{
"slug": "multiSeq64",
"name": "multiSeq",
"description": "64-step trigger/variable voltage/note sequencer with a built-in Open Sound Control (OSC) interface. Basically, trigSeq and voltSeq combined into one.",
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#multiseq",
"tags": [
"Sequencer",
"External"
]
},
{
"slug": "multiWave",
"name": "multiWave",
"description": "Digital oscillator module with three (3) oscillators/clocks, each with two (2) configurable wave channel outputs. Same as multiWaveMini but with a display.",
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#multiwave",
"tags": [
"Oscillator",
"Ring modulator"
]
},
{
"slug": "multiWaveMini",
"name": "multiWaveMini",
"description": "Digital oscillator module with three (3) oscillators/clocks, each with two (2) configurable wave channel outputs. Same as multiWave but smaller without display.",
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#multiwave",
"tags": [
"Oscillator",
"Ring modulator"
]
},
{
"slug": "polyGen",
"name": "polyGen",
"description": "Polygon generator/oscillator. Generates output CVs for x and y coordinates of shapes for drawing.",
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#polygen",
"tags": [
"Oscillator",
"Visual"
],
"keywords": "polygon draw shape"
},
{
"slug": "multiScope",
"name": "multiScope",
"description": "Visual effects scope, with lissajous mode, that allows three (3) waveforms to be drawn on the same screen/canvas.",
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#multiscope",
"tags": [
"Visual"
]
},
{
"slug": "cvOSCcv",
"name": "cvOSCcv",
"description": "Generic Open Sound Control (OSC) module for outputting Rack CVs to OSC and reading in simple OSC messages into Rack CVs.",
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#cvosccv",
"tags": [
"External",
"Polyphonic"
],
"keywords": "OSC Open Sound Control"
},
{
"slug": "cvOSCcv-InputExpander",
"name": "cvOSC Input Expander",
"description": "Expansion module for cvOSCcv. Allows eight (8) more input CV channels to be sent to OSC.",
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#cvosccv-expansion-modules",
"tags": [
"External",
"Polyphonic",
"Expander"
],
"keywords": "OSC Open Sound Control"
},
{
"slug": "cvOSCcv-InputExpander-16",
"name": "cvOSC16 Input Expander",
"description": "Expansion module for cvOSCcv. Allows 16 more input CV channels to be sent to OSC.",
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#cvosccv-expansion-modules",
"tags": [
"External",
"Polyphonic",
"Expander"
],
"keywords": "OSC Open Sound Control"
},
{
"slug": "cvOSCcv-InputExpander-32",
"name": "cvOSC32 Input Expander",
"description": "Expansion module for cvOSCcv. Allows 32 more input CV channels to be sent to OSC.",
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#cvosccv-expansion-modules",
"tags": [
"External",
"Polyphonic",
"Expander"
],
"keywords": "OSC Open Sound Control"
},
{
"slug": "cvOSCcv-OutputExpander",
"name": "OSCcv Output Expander",
"description": "Expansion module for cvOSCcv. Allows eight (8) more output CV channels to be received from OSC.",
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#cvosccv-expansion-modules",
"tags": [
"External",
"Polyphonic",
"Expander"
],
"keywords": "OSC Open Sound Control"
},
{
"slug": "cvOSCcv-OutputExpander-16",
"name": "OSCcv16 Output Expander",
"description": "Expansion module for cvOSCcv. Allows 16 more output CV channels to be received from OSC.",
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#cvosccv-expansion-modules",
"tags": [
"External",
"Polyphonic",
"Expander"
],
"keywords": "OSC Open Sound Control"
},
{
"slug": "cvOSCcv-OutputExpander-32",
"name": "OSCcv32 Output Expander",
"description": "Expansion module for cvOSCcv. Allows 32 more output CV channels to be received from OSC.",
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#cvosccv-expansion-modules",
"tags": [
"External",
"Polyphonic",
"Expander"
],
"keywords": "OSC Open Sound Control"
},
{
"slug": "tsBlank",
"name": "tsBlank",
"description": "Simple trowaSoft blank panel (variable width).",
"tags": [
"Blank"
]
}
]
}