forked from jakehuryn/21kHz-rack-plugins
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathplugin.json
46 lines (46 loc) · 1.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
{
"slug": "21kHz",
"name": "21kHz",
"version": "2.0.1",
"license": "MIT",
"brand": "21kHz",
"author": "21kHz, Netboy3",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "https://github.com/netboy3/21kHz-rack-plugins",
"manualUrl": "https://github.com/netboy3/21kHz-rack-plugins#readme",
"sourceUrl": "https://github.com/netboy3/21kHz-rack-plugins.git",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "kHzPalmLoop",
"name": "PalmLoop",
"description": "CPU friendly voltage controlled oscillator with polyBLEP/BLAMP anti-aliasing",
"manualURL": "https://github.com/netboy3/21kHz-rack-plugins#PalmLoop",
"tags": [
"Oscillator"
]
},
{
"slug": "kHzTachyonEntangler",
"name": "TachyonEntangler",
"description": "Anti-aliased chaotic sync voltage controlled oscillator",
"manualURL": "https://github.com/netboy3/21kHz-rack-plugins#TachyonEntangler",
"tags": [
"Oscillator"
]
},
{
"slug": "kHzD_Inf",
"name": "D\u221e",
"description": "Polyphonic module for modifying V/OCT signals by transposition and inversion",
"manualURL": "https://github.com/netboy3/21kHz-rack-plugins#DInf",
"tags": [
"Tuner",
"Utility",
"Polyphonic"
]
}
]
}