-
Notifications
You must be signed in to change notification settings - Fork 10
/
plugin.json
127 lines (127 loc) · 2.93 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
{
"slug": "LindenbergResearch",
"name": "LindenbergResearch",
"version": "1.1.0",
"license": "proprietary",
"author": "Lindenberg Research",
"authorEmail": "heapdump@icloud.com",
"authorUrl": "https://github.com/lindenbergresearch",
"sourceUrl": "https://github.com/lindenbergresearch/LRTRack",
"donateUrl": "https://paypal.me/heapdump",
"modules": [
{
"slug": "VCO",
"name": "Woldemar analog VCO",
"description": "Analog oscillator",
"tags": [
"OSCILLATOR"
]
},
{
"slug": "TYPE35_VCF",
"name": "Vampyr type35 VCF",
"description": "Sallen-Key type dual filter: Lowpass: 12dB/oct Highpass: 6dB/oct",
"tags": [
"FILTER"
]
},
{
"slug": "TestDriver",
"name": "Prototype panel for test and research",
"description": "Special panel for test/dev/prototying if new models",
"tags": [
"FILTER"
]
},
{
"slug": "DIODE_VCF",
"name": "Laika Diode-Ladder Filter",
"description": "Classic diode driven ladder filter with 12/dB/oct",
"tags": [
"FILTER"
]
},
{
"slug": "BlankPanel_01",
"name": "Blank: Logo",
"description": "Blank panel with Logo and Information",
"tags": [
"BLANK"
]
},
{
"slug": "BlankPanel_Wood",
"name": "Blank: Wood-Panel",
"description": "Wooden side panel",
"tags": [
"BLANK"
]
},
{
"slug": "LPFilter24dB",
"name": "Simple lowpass filter",
"description": "Simple ladder style filter with 24dB7oct",
"tags": [
"FILTER"
]
},
{
"slug": "ReShaper",
"name": "ReShaper wavefolder",
"description": "Simple wavefolder module",
"tags": [
"WAVESHAPER"
]
},
{
"slug": "BlankPanel_02",
"name": "Big Blankpanel",
"description": "Big Blankpanel",
"tags": [
"BLANK"
]
},
{
"slug": "BlankPanel_Small",
"name": "Blankpanel | Multiple",
"description": "Small blankpanel extendable to a 2x4 multiple",
"tags": [
"BLANK",
"MULTIPLE"
]
},
{
"slug": "VCF",
"name": "Alma 24dB/oct ladder filter",
"description": "Alma 24dB/oct lowpass ladder filter",
"tags": [
"FILTER"
]
},
{
"slug": "MS20_VCF",
"name": "Valerie MS20 filter",
"description": "Valerie MS20 type 12dB/oct lowpass filter",
"tags": [
"FILTER"
]
},
{
"slug": "Westcoast_VCS",
"name": "Westcoast Complex Shaper",
"description": "Westcoast waveshaper with different modes",
"tags": [
"WAVESHAPER"
]
},
{
"slug": "QuickMixer",
"name": "5 Channel Mixing Amp",
"description": "Voltage controlled 5 channel mixer amp with dynamic amp curve",
"tags": [
"MIXER",
"VCA"
]
}
]
}