forked from Wasted-Audio/Via-for-Rack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
110 lines (110 loc) · 2.72 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
{
"slug": "Starling_Via",
"name": "Starling Via",
"author": "Starling",
"license": "MIT",
"version": "2.0.0",
"pluginUrl": "https://starling.space/via",
"authorUrl": "https://starling.space",
"authorEmail": "[email protected]",
"manualUrl": "https://starling.space/via/platform-info#rack",
"sourceUrl": "https://github.com/starlingcode/Via-for-Rack.git",
"donateUrl": "https://paypal.me/ssttaarrlliinngg",
"changelogUrl": "https://github.com/starlingcode/Via-for-Rack/blob/v2/CHANGELOG.md",
"modules": [
{
"slug": "META",
"name": "META",
"description": "flexible contour generator",
"modularGridUrl": "https://www.modulargrid.net/e/starling-via-meta",
"tags": [
"Function Generator",
"Drum",
"Hardware"
]
},
{
"slug": "SYNC",
"name": "SYNC",
"description": "clock-synced signal source",
"modularGridUrl": "https://www.modulargrid.net/e/starling-via-sync",
"tags": [
"Oscillator",
"Clock Modulator",
"Hardware"
]
},
{
"slug": "SCANNER",
"name": "SCANNER",
"description": "multi-channel waveshaper",
"modularGridUrl": "https://www.modulargrid.net/e/starling-via-scanner",
"tags": [
"Waveshaper",
"Distortion",
"Hardware"
]
},
{
"slug": "GATESEQ",
"name": "GATESEQ",
"description": "rhythm engine",
"modularGridUrl": "https://www.modulargrid.net/e/starling-via-gateseq",
"tags": [
"Sequencer",
"Sample and Hold",
"Hardware"
]
},
{
"slug": "ATSR",
"name": "ATSR",
"description": "crossfading envelope",
"modularGridUrl": "https://www.modulargrid.net/e/starling-via-atsr-",
"tags": [
"Envelope Generator",
"LFO",
"Hardware"
]
},
{
"slug": "OSC3",
"name": "OSC3",
"description": "musical oscillator trio",
"modularGridUrl": "https://www.modulargrid.net/e/starling-via-osc3-",
"tags": [
"VCO",
"Hardware"
]
},
{
"slug": "SYNC3",
"name": "SYNC3",
"description": "frequency synthesizer",
"modularGridUrl": "https://www.modulargrid.net/e/starling-via-sync3-",
"tags": [
"Oscillator",
"Clock Modulator",
"Hardware"
]
},
{
"slug": "SYNC3XL",
"name": "SYNC3XL",
"description": "3 voice frequency synthesizer",
"tags": [
"Oscillator",
"Clock Modulator",
"Hardware"
]
},
{
"slug": "SYNC3XLLEVELS",
"name": "Sync3XL Levels",
"description": "SYNC3XL VCA expander",
"tags": [
"Expander"
]
}
]
}