forked from StudioSixPlusOne/rack-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
156 lines (156 loc) · 4.43 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
{
"slug": "StudioSixPlusOne",
"name": "Studio Six Plus One",
"version": "1.4",
"license": "GPL-3.0-or-later",
"brand": "Studio Six Plus One",
"author": "Studio Six Plus One",
"authorEmail": "dave.french3@googlemail.com",
"authorUrl": "https://github.com/StudioSixPlusOne",
"pluginUrl": "https://github.com/StudioSixPlusOne/rack-modules",
"manualUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/README.md",
"sourceUrl": "https://github.com/StudioSixPlusOne/rack-modules.git",
"donateUrl": "",
"changelogUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/CHANGELOG.md",
"modules": [
{
"slug": "KSDelay",
"name": "Wallenda",
"description": "Karplus\u2013Strong Delay with unison",
"manualUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/README.md#wallenda",
"tags": [
"Polyphonic",
"Delay",
"Effect",
"Physical modeling"
]
},
{
"slug": "Maccomo",
"name": "Maccomo",
"description": "Ladder Filter self oscillating vcf",
"manualUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/README.md#maccomo",
"tags": [
"Polyphonic",
"Filter"
]
},
{
"slug": "Amburgh",
"name": "Amburgh",
"description": "Non Linear Filter self oscillating vcf",
"manualUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/README.md#Amburgh",
"tags": [
"Polyphonic",
"Filter"
]
},
{
"slug": "PolyShiftRegister",
"name": "Tyrant",
"description": "Polyphonic Shift Register",
"manualUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/README.md#tyrant",
"tags": [
"Polyphonic",
"Sample and Hold",
"Random"
]
},
{
"slug": "Te",
"name": "Te",
"description": "Tyrant Expander",
"manualUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/README.md#te",
"tags": [
"Expander"
]
},
{
"slug": "CombFilter",
"name": "Massarti",
"description": "Comb Filter",
"manualUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/README.md#massarti",
"tags": [
"Polyphonic",
"Filter",
"Effect"
]
},
{
"slug": "LaLa",
"name": "LaLa",
"description": "Two way cross over",
"manualUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/README.md#lala",
"tags": [
"Filter",
"Polyphonic",
"Utility",
"Voltage-controlled amplifier"
]
},
{
"slug": "Eva",
"name": "Eva",
"description": "Mixer",
"manualUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/README.md#eva",
"tags": [
"Mixer",
"Voltage-controlled amplifier",
"Polyphonic"
]
},
{
"slug": "Zazel",
"name": "Zazel",
"description": "Parameter Controller for fades and LFO, Ramp generator",
"manualUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/README.md#zazel",
"tags": [
"Clock modulator",
"Function generator",
"Low-frequency oscillator",
"Envelope generator",
"Controller"
]
},
{
"slug": "Iverson",
"name": "Iverson",
"description": "Trigger Sequencer for use with midi controller",
"manualUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/README.md#iverson",
"tags": [
"Controller",
"Sequencer"
]
},
{
"slug": "IversonJr",
"name": "IversonJr",
"description": "Trigger Sequencer for use with midi controller",
"manualUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/README.md#iverson",
"tags": [
"Controller",
"Sequencer"
]
},
{
"slug": "Zilah",
"name": "Zilah",
"description": "14 bit Midi-CC input",
"manualUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/README.md#zilah",
"tags": [
"MIDI",
"external"
]
},
{
"slug": "Hula",
"name": "Hula",
"description": "fm VCO unique per instance",
"manualUrl": "https://github.com/StudioSixPlusOne/rack-modules/blob/master/README.md#hula",
"tags": [
"VCO",
"Polyphonic"
]
}
]
}