forked from gibbonjoyeux/AaronStatic_modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
41 lines (41 loc) · 1.23 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
{
"slug": "AaronStatic",
"name": "Aaron Static",
"version": "2.0.1",
"license": "MIT",
"brand": "Aaron Static",
"author": "Aaron Static",
"authorEmail": "aaronstatic@gmail.com",
"authorUrl": "https://github.com/aaronstatic/",
"pluginUrl": "https://github.com/aaronstatic/AaronStatic_modules",
"manualUrl": "https://github.com/aaronstatic/AaronStatic_modules",
"sourceUrl": "https://github.com/aaronstatic/AaronStatic_modules",
"donateUrl": "https://paypal.me/AaronStaticAU",
"changelogUrl": "",
"modules": [
{
"slug": "ChordCV",
"name": "ChordCV",
"description": "Generates a chord",
"tags": ["Polyphonic","Tuner"]
},
{
"slug": "ScaleCV",
"name": "ScaleCV",
"description": "Generates a scale",
"tags": ["Polyphonic","Tuner","Quantizer"]
},
{
"slug": "DiatonicCV",
"name": "DiatonicCV",
"description": "Generates diatonic chords from the provided scale",
"tags": ["Polyphonic","Tuner"]
},
{
"slug": "RandomNoteCV",
"name": "RandomNoteCV",
"description": "Generates a random note when triggered",
"tags": ["Polyphonic","Tuner","Random"]
}
]
}