-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.json
111 lines (111 loc) · 4.11 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
{
"slug": "QuantalAudio",
"name": "QuantalAudio",
"version": "2.2.0",
"license": "GPL-3.0-or-later",
"brand": "QuantalAudio",
"author": "Jansen Price",
"authorEmail": "[email protected]",
"authorUrl": "https://jansenprice.com",
"pluginUrl": "https://github.com/sumpygump/quantal-audio",
"manualUrl": "https://github.com/sumpygump/quantal-audio/blob/master/README.md",
"sourceUrl": "https://github.com/sumpygump/quantal-audio",
"donateUrl": "",
"modules": [
{
"slug": "Blank1",
"name": "Blank Panel | 1HP",
"description": "Blank Panel | 1HP",
"tags": ["Blank"]
},
{
"slug": "Blank3",
"name": "Blank Panel | 3HP",
"description": "Blank Panel | 3HP",
"tags": ["Blank"]
},
{
"slug": "Blank5",
"name": "Blank Panel | 5HP",
"description": "Blank Panel | 5HP",
"tags": ["Blank"]
},
{
"slug": "BufferedMult",
"name": "Buffered Mult | 2HP",
"description": "Buffered multiple 1->3 or 1->6",
"tags": ["Multiple", "Polyphonic"],
"manualUrl": "https://github.com/sumpygump/quantal-audio/tree/master?tab=readme-ov-file#mult--buffered-multiple--2hp"
},
{
"slug": "DaisyChannel2",
"name": "Daisy Mix Channel STEREO | 2HP",
"description": "Modular mixer channel - proximity daisy chainable",
"tags": ["Mixer", "VCA", "Polyphonic", "Expander"],
"manualUrl": "https://github.com/sumpygump/quantal-audio/tree/master?tab=readme-ov-file#dc2--daisy-mix-channel-stereo--2hp"
},
{
"slug": "DaisyChannelVu",
"name": "Daisy Mix Channel VU | 1HP",
"description": "Modular mixer VU - proximity daisy chainable",
"tags": ["Mixer", "Polyphonic", "Visual", "Expander"],
"manualUrl": "https://github.com/sumpygump/quantal-audio/tree/master?tab=readme-ov-file#vu--daisy-mix-channel-vu-meter--1hp"
},
{
"slug": "DaisyChannelSends2",
"name": "Daisy Mix Channel Aux Sends STEREO | 2HP",
"description": "Modular mixer channel aux sends - proximity daisy chainable",
"tags": ["Mixer", "Polyphonic", "Expander"],
"manualUrl": "https://github.com/sumpygump/quantal-audio/tree/master?tab=readme-ov-file#aux--daisy-mix-channel-aux-sends--2hp"
},
{
"slug": "DaisyBlank",
"name": "Daisy Mix Blank Separator | 2HP",
"description": "Modular mixer blank separator - proximity daisy chainable",
"tags": ["Blank", "Expander"],
"manualUrl": "https://github.com/sumpygump/quantal-audio/tree/master?tab=readme-ov-file#daisy-mix-blank-separator--2hp"
},
{
"slug": "DaisyMaster2",
"name": "Daisy Mix Master STEREO | 3HP",
"description": "Modular mixer master - proximity daisy chain",
"tags": ["Mixer", "Polyphonic", "Expander"],
"manualUrl": "https://github.com/sumpygump/quantal-audio/tree/master?tab=readme-ov-file#d-mx2--daisy-mix-master-stereo--3hp"
},
{
"slug": "Horsehair",
"name": "Horsehair VCO | 7HP",
"description": "2x VCO saw to pulsewave",
"tags": ["Oscillator", "Polyphonic"],
"manualUrl": "https://github.com/sumpygump/quantal-audio?tab=readme-ov-file#horsehair-vco--7hp"
},
{
"slug": "Mixer2",
"name": "Mixer 2 | Mono->Stereo | 5HP",
"description": "Mono or stereo 2 channel mixer",
"tags": ["Mixer", "Polyphonic"],
"manualUrl": "https://github.com/sumpygump/quantal-audio?tab=readme-ov-file#mixer-2--master-mixer--5hp"
},
{
"slug": "UnityMix",
"name": "Unity Mix | 2HP",
"description": "Multiple 3->1 or 6->1",
"tags": ["Multiple", "Polyphonic"],
"manualUrl": "https://github.com/sumpygump/quantal-audio?tab=readme-ov-file#mix--unity-mix--2hp"
},
{
"slug": "DaisyChannel",
"name": "Daisy Mix Channel MONO | 2HP",
"description": "Modular mixer channel - legacy daisy chainable",
"tags": ["Mixer", "Polyphonic"],
"hidden": true
},
{
"slug": "DaisyMaster",
"name": "Daisy Mix Master MONO | 3HP",
"description": "Modular mixer master - legacy",
"tags": ["Mixer", "Polyphonic"],
"hidden": true
}
]
}