-
Notifications
You must be signed in to change notification settings - Fork 7
/
plugin.json
236 lines (233 loc) · 5.88 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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
{
"slug": "TinyTricks",
"name": "Tiny Tricks",
"brand": "Tiny Tricks",
"version": "2.5.3",
"license": "GPL-3.0-only",
"author": "Thomas René Sidor",
"authorEmail": "mail@thomassidor.com",
"authorUrl": "https://thomassidor.com",
"pluginUrl": "https://github.com/thomassidor/tinytricks",
"manualUrl": "https://github.com/thomassidor/tinytricks",
"sourceUrl": "https://github.com/thomassidor/tinytricks",
"donateUrl": "",
"changelogUrl": "https://github.com/thomassidor/tinytricks",
"modules": [{
"slug": "SH16",
"name": "Sample and hold x16",
"description": "Get 16 random values on trigger (sample and hold). Internal noise only.",
"tags": [
"sample and hold",
"utility",
"random"
]
},
{
"slug": "MG1",
"name": "Modulation Generator x1",
"description": "Get a random value (S&H on internal noise) or LFO with random state (rate, waveform, scale, phase) generated on a trigger. Settings for variance and bias of random, whether to include S&H values and unipolar or bipolar.",
"tags": [
"sample and hold",
"utility",
"low-frequency oscillator",
"random"
]
},
{
"slug": "MG8",
"name": "Modulation Generator x8",
"description": "Get up to 8 random value (S&H on internal noise) or LFO with random state (rate, waveform, scale, phase) generated on a trigger. Settings for variance and bias of random, whether to include S&H values and unipolar or bipolar.",
"tags": [
"sample and hold",
"utility",
"low-frequency oscillator"
]
},
{
"slug": "MG16",
"name": "Modulation Generator x16",
"description": "Get up to 16 random value (S&H on internal noise) or LFO with random state (rate, waveform, scale, phase) generated on a trigger. Settings for variance and bias of random, whether to include S&H values and unipolar or bipolar.",
"tags": [
"sample and hold",
"utility",
"low-frequency oscillator"
]
},
{
"slug": "A8",
"name": "Attenuator x8",
"description": "8x attenuators with same level.",
"tags": [
"utility",
"attenuator"
]
},
{
"slug": "RM8",
"name": "Random Mute x8",
"description": "Randomly mute a defined number of 1-8 channels.",
"tags": [
"utility",
"switch"
]
},
{
"slug": "RM8S",
"name": "Random Stereo Mute x8",
"description": "Randomly mute a defined number of 1-8 stereo channels.",
"tags": [
"utility",
"switch"
]
},
{
"slug": "TT-A",
"name": "Arithmetic",
"description": "A bunch of arithmetic tricks on two inputs.",
"tags": [
"utility",
"poly"
]
},
{
"slug": "TT-L",
"name": "Logic",
"description": "A bunch of logic tricks on two inputs.",
"tags": [
"utility",
"logic",
"poly"
]
},
{
"slug": "TTSIN",
"name": "Sine Oscillator",
"description": "A tiny sine based oscillator.",
"tags": [
"oscillator",
"poly"
]
},
{
"slug": "TTSAW",
"name": "Saw Oscillator",
"description": "A tiny saw based oscillator.",
"tags": [
"oscillator",
"poly"
]
},
{
"slug": "TTSQR",
"name": "Square Oscillator",
"description": "A tiny square based oscillator.",
"tags": [
"oscillator",
"poly"
]
},
{
"slug": "TTTRI",
"name": "Triangle Oscillator",
"description": "A tiny triangle based oscillator.",
"tags": [
"oscillator",
"poly"
]
},
{
"slug": "TTSINPLUS",
"name": "Sine+ Oscillator",
"description": "Three sine based oscillators with detune and sync.",
"tags": [
"oscillator",
"poly"
]
},
{
"slug": "TTSAWPLUS",
"name": "Sawtooth+ Oscillator",
"description": "Three sawtooth based oscillators with detune and sync.",
"tags": [
"oscillator",
"poly"
]
},
{
"slug": "TTSQRPLUS",
"name": "Square+ Oscillator",
"description": "Three square based oscillators with detune and sync.",
"tags": [
"oscillator",
"poly"
]
},
{
"slug": "TTTRIPLUS",
"name": "Triangle+ Oscillator",
"description": "Three triangle based oscillators with detune and sync.",
"tags": [
"oscillator",
"poly"
]
},
{
"slug": "RX8",
"name": "Random Mix x8",
"description": "Randomly mix 8 channels.",
"tags": [
"switch",
"random",
"utility"
]
},
{
"slug": "SN1",
"name": "Simplex Noise LFO",
"description": "Low-frequency oscillator based on simplex noise.",
"tags": [
"low-frequency oscillator",
"random"
]
},
{
"slug": "SN8",
"name": "Simplex Noise LFO x8",
"description": "8x Low-frequency oscillators based on simplex noise.",
"tags": [
"low-frequency oscillator",
"random"
]
},
{
"slug": "SNOSC",
"name": "Simplex Oscillator",
"description": "A oscillator based on a simplex noise source.",
"tags": [
"oscillator",
"poly"
]
}
,
{
"slug": "WAVE",
"name": "Wavetable Oscillator",
"description": "A wavetable oscillator where you can record your own waves.",
"tags": [
"oscillator",
"poly"
]
},
{
"slug": "RW",
"name": "Random Wrangler",
"description": "Random generation that you control.",
"tags": [
"random",
"noise",
"low-frequency oscillator",
"sample and hold"
]
}
]
}