-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
25 lines (25 loc) · 713 Bytes
/
Copy pathplugin.json
File metadata and controls
25 lines (25 loc) · 713 Bytes
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
{
"slug": "MEGABLOB",
"name": "MEGABLOB",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "MEGABLOB",
"author": "Meg Liu",
"authorEmail": "voidistrysounds@gmail.com",
"authorUrl": "https://github.com/margsliu",
"pluginUrl": "https://github.com/margsliu/MegablobModules",
"manualUrl": "https://github.com/margsliu/MegablobModules",
"sourceUrl": "https://github.com/margsliu/MegablobModules",
"donateUrl": "https://ko-fi.com/megablob",
"changelogUrl": "",
"modules": [
{
"slug": "HelloSine",
"name": "HelloSine",
"description": "Single sine wave generator with frequency control (20Hz - 20kHz).",
"tags": [
"Oscillator"
]
}
]
}