forked from j4s0n-c/trowaSoft-VCV
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
96 lines (96 loc) · 2.58 KB
/
Copy pathplugin.json
File metadata and controls
96 lines (96 loc) · 2.58 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
{
"slug": "trowaSoft",
"name": "trowaSoft",
"version": "1.0.3",
"license": "BSD-3-Clause",
"author": "j4s0n-c",
"authorEmail": "",
"authorUrl": "http://www.geekasaurusrex.net/",
"pluginUrl": "https://github.com/j4s0n-c/trowaSoft-VCV",
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV/blob/master/README.md",
"sourceUrl": "https://github.com/j4s0n-c/trowaSoft-VCV",
"donateUrl": "https://paypal.me/j4s0n",
"modules": [
{
"slug": "trigSeq",
"name": "trigSeq",
"description": "16-step pad sequencer with a built-in Open Sound Control (OSC) interface.",
"tags": [
"Sequencer",
"External"
]
},
{
"slug": "trigSeq64",
"name": "trigSeq64",
"description": "64-step pad sequencer with a built-in Open Sound Control (OSC) interface.",
"tags": [
"Sequencer",
"External"
]
},
{
"slug": "voltSeq",
"name": "voltSeq",
"description": "16-step variable voltage/note sequencer with a built-in Open Sound Control (OSC) interface.",
"tags": [
"Sequencer",
"External"
]
},
{
"slug": "multiWave",
"name": "multiWave",
"description": "Digital oscillator module with three (3) oscillators/clocks, each with two (2) configurable wave channel outputs.",
"tags": [
"Oscillator",
"Ring modulator"
]
},
{
"slug": "multiScope",
"name": "multiScope",
"description": "Visual effects scope, with lissajous mode, that allows three (3) waveforms to be drawn on the same screen/canvas.",
"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.",
"tags": [
"External",
"Poly"
]
},
{
"slug": "cvOSCcv-InputExpander",
"name": "cvOSC Input Expander",
"description": "Expansion module for cvOSCcv. Allows more input CV channels to be sent to OSC.",
"tags": [
"External",
"Poly",
"Expander"
]
},
{
"slug": "cvOSCcv-OutputExpander",
"name": "OSCcv Output Expander",
"description": "Expansion module for cvOSCcv. Allows more output CV channels to be received from OSC.",
"tags": [
"External",
"Poly",
"Expander"
]
},
{
"slug": "tsBlank",
"name": "tsBlank",
"description": "Simple trowaSoft blank panel (variable width).",
"tags": [
"Blank"
]
}
]
}