-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.json
42 lines (41 loc) · 1.22 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
{
"slug": "squinktronix-plug1",
"name": "Squinktronix",
"author": "Squinktronix",
"version": "2.2.6",
"license": "GPL-3.0-or-later",
"manualUrl": "https://github.com/squinkylabs/SqHarmony/blob/main/README.md",
"sourceUrl": "https://github.com/squinkylabs/SqHarmony",
"changelogUrl": "https://github.com/squinkylabs/SqHarmony/blob/main/CHANGELOG.md",
"modules":
[
{
"slug": "sqh-harmony1",
"name": "Harmony",
"description": "Harmony Generator",
"manualUrl": "https://github.com/squinkylabs/SqHarmony/blob/main/docs/harmony.md",
"tags": ["Utility", "Polyphonic"]
},
{
"slug": "sqh-arpeggiator1",
"name": "Arpeggiator",
"description": "Arpeggiator",
"manualUrl": "https://github.com/squinkylabs/SqHarmony/blob/main/docs/arpeggiator.md",
"tags": ["Arpeggiator", "Polyphonic"]
},
{
"slug": "sqh-harmony2",
"name": "Harmony II",
"disabled": false,
"manualUrl": "https://github.com/squinkylabs/SqHarmony/blob/main/docs/harmonyII.md",
"tags": ["Utility", "Polyphonic"]
},
{
"slug": "sqh-visualizer",
"name": "Visualizer",
"disabled": false,
"manualUrl": "https://github.com/squinkylabs/SqHarmony/blob/main/docs/visualizer.md",
"tags": ["Utility", "Polyphonic"]
}
]
}