-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
125 lines (125 loc) · 3.36 KB
/
plugin.json
File metadata and controls
125 lines (125 loc) · 3.36 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
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
{
"slug": "Dintree-Virtual",
"name": "Dintree",
"version": "2.0.17",
"license": "GPL-3.0-or-later",
"brand": "Dintree",
"author": "Andrew Kilpatrick",
"authorEmail": "dintree-mail@andrewkilpatrick.org",
"authorUrl": "http://www.dintree.com",
"pluginUrl": "https://github.com/hires/Dintree-Virtual",
"manualUrl": "https://github.com/hires/Dintree-Virtual/blob/master/README.md",
"sourceUrl": "https://github.com/hires/Dintree-Virtual",
"donateUrl": "https://paypal.me/elmood",
"changelogUrl": "",
"modules": [
{
"slug": "V100-Scanner",
"name": "V100 Scanner",
"description": "CV and voltage-control source sequencer / scanner",
"manualUrl": "https://github.com/hires/Dintree-Virtual#V100-scanner",
"tags": [
"Random",
"Sequencer",
"Utility"
]
},
{
"slug": "V101-Dual_Envelope",
"name": "V101 Dual Envelope",
"description": "Dual ADSR, AR and LFO Generator",
"manualUrl": "https://github.com/hires/Dintree-Virtual#V101-dual-envelope",
"tags": [
"Dual",
"Envelope generator",
"LFO",
"Hardware"
]
},
{
"slug": "V102-Output_Mixer",
"name": "V102 Output Mixer",
"description": "Four Input Mixer with Pan Pots and Output Level Meter",
"manualUrl": "https://github.com/hires/Dintree-Virtual#V102-output-mixer",
"tags": [
"Mixer",
"Pan",
"Quad",
"Utility",
"Hardware"
]
},
{
"slug": "V103-Reverb_Delay",
"name": "V103 Reverb Delay",
"description": "Stereo Reverb and Delay Digital Effects Processor",
"manualUrl": "https://github.com/hires/Dintree-Virtual#V103-reverb-delay",
"tags": [
"Delay",
"Digital",
"Effect",
"Hardware",
"Reverb"
]
},
{
"slug": "V104-Four_Vs",
"name": "V104 Four Vs",
"description": "Four Channel Voltage Source",
"manualUrl": "https://github.com/hires/Dintree-Virtual#V104-four_vs",
"tags": [
"Controller",
"Hardware",
"Quad",
"Utility"
]
},
{
"slug": "V105-Quad_CV_Proc",
"name": "V105 Quad CV Proc",
"description": "Quad Control Voltage Processor",
"manualUrl": "https://github.com/hires/Dintree-Virtual#V105-quad-cv-proc",
"tags": [
"Attenuator",
"Mixer",
"Quad",
"Hardware"
]
},
{
"slug": "V107-Dual_Slew",
"name": "V107 Dual Slew",
"description": "Dual Slew Rate Limiter",
"manualUrl": "https://github.com/hires/Dintree-Virtual#V107-dual-slew",
"tags": [
"Dual",
"Hardware",
"Slew limiter"
]
},
{
"slug": "V201-Tri_Comparator",
"name": "V201 Tri Comparator",
"description": "Analog Comparator Functions",
"manualUrl": "https://github.com/hires/Dintree-Virtual#V201-tri-comparator",
"tags": [
"Logic",
"Utility"
]
},
{
"slug": "V218-SH-Clock-Noise",
"name": "V218 SH Clock Noise",
"description": "Sample and Hold, Clock and Noise Generator",
"manualUrl": "https://github.com/hires/Dintree-Virtual#V219-sh-clock-noise",
"tags": [
"Clock",
"Function generator",
"Noise",
"Random",
"S&H",
"Utility"
]
}
]
}