-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.json
36 lines (36 loc) · 1.05 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
{
"slug": "RareBreeds_Orbits",
"name": "Orbits",
"version": "2.0.4",
"license": "GPL-3.0-or-later",
"brand": "RareBreeds",
"author": "Rare Breeds",
"authorEmail": "rare.breeds@protonmail.com",
"manualUrl": "https://rarebreeds.github.io/Orbits",
"sourceUrl": "https://github.com/RareBreeds/Orbits",
"donateUrl": "https://ko-fi.com/RareBreeds",
"changelogUrl": "https://github.com/RareBreeds/Orbits/blob/v2/CHANGELOG.md",
"modules": [
{
"slug": "RareBreeds_Orbits_Eugene",
"name": "Eugene",
"description": "Euclidean Rhythm Generator",
"tags": [
"Clock modulator",
"Sequencer"
],
"keywords": "euclidean euclidian rhythm beat pattern sequence"
},
{
"slug": "RareBreeds_Orbits_Polygene",
"name": "Polygene",
"description": "Polyphonic Rhythm Generator",
"tags": [
"Clock modulator",
"Sequencer",
"Polyphonic"
],
"keywords": "euclidean euclidian rhythm beat pattern poly sequence"
}
]
}