-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.json
62 lines (62 loc) · 1.89 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
{
"slug": "AlgoritmArte",
"name": "AlgoritmArte",
"version": "1.6.2",
"license": "GPL-3.0-or-later",
"brand": "AlgoritmArte",
"author": "AlgoritmArte",
"authorEmail": "development@algoritmarte.com",
"authorUrl": "https://www.algoritmarte.com",
"pluginUrl": "https://github.com/algoritmarte/AlgoritmarteVCVPlugin",
"manualUrl": "https://github.com/algoritmarte/AlgoritmarteVCVPlugin/blob/master/README.md",
"sourceUrl": "https://github.com/algoritmarte/AlgoritmarteVCVPlugin",
"donateUrl": "https://www.algoritmarte.com/support-algoritmarte/",
"changelogUrl": "https://github.com/algoritmarte/AlgoritmarteVCVPlugin/releases",
"modules": [
{
"slug": "Clockkky",
"name": "Clockkky",
"description": "A simple clock and gate sequencer",
"tags": [
"Clock generator",
"Sequencer"
]
},
{
"slug": "Planetz",
"name": "Planetz",
"description": "The music produced by rotating planets",
"tags": ["Sequencer","Random"]
},
{
"slug": "MusiFrog",
"name": "MusiFrog",
"description": "A musical frog jumping around an harmonic lake",
"tags": [ "Sequencer", "Random" ]
},
{
"slug": "Zefiro",
"name": "Zefiro",
"description": "A full synthesizer inspired by the iconic Buchla Music Easel",
"tags": [ "Synth voice" ]
},
{
"slug": "HoldMeTight",
"name": "HoldMeTight",
"description": "Triple sample and hold with an integrated quantizer",
"tags": ["Sample and hold", "Quantizer" ]
},
{
"slug": "CyclicCA",
"name": "CyclicCA",
"description": "Cyclic Cellular Automata visualizer and sequencer",
"tags": [ "Visual", "Sequencer" ]
},
{
"slug": "MusiMath",
"name": "MusiMath",
"description": "Music meets math, an arithmetic driven sequencer",
"tags": [ "Sequencer", "Random" ]
}
]
}