-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
29 lines (29 loc) · 946 Bytes
/
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
{
"slug": "RSBATechModules",
"name": "RSBATech Modules",
"version": "2.1.4",
"license": "GPL-3.0-or-later",
"brand": "RSBATech",
"author": "Richard Smith",
"authorEmail": "[email protected]",
"authorUrl": "https://github.com/rjsmith",
"pluginUrl": "https://github.com/rjsmith/rsbatech-modules",
"manualUrl": "https://github.com/rjsmith/rsbatech-modules/wiki",
"sourceUrl": "https://github.com/rjsmith/rsbatech-modules.git",
"donateUrl": "",
"changelogUrl": "https://github.com/rjsmith/rsbatech-modules/blob/main/CHANGELOG.md",
"modules": [
{
"slug": "OrestesOne",
"name": "Orestes One",
"description": "Module control from Electra One Controller",
"tags": ["External", "Utility", "MIDI", "Controller"]
},
{
"slug": "Pylades",
"name": "Pylades",
"description": "Module control from TouchOSC",
"tags": ["External", "Utility", "Controller"]
}
]
}