-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
95 lines (95 loc) · 2.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"slug": "SequelSequencers",
"name": "Daniel Davies",
"version": "2.3.1",
"license": "GPL-3.0-or-later",
"brand": "Daniel Davies",
"author": "Daniel Davies",
"authorEmail": "danieldavies99@gmail.com",
"authorUrl": "https://github.com/danieldavies99",
"pluginUrl": "https://github.com/danieldavies99/sequel",
"manualUrl": "https://github.com/danieldavies99/sequel/blob/master/manual/daniel_davies_modular_manual.pdf",
"sourceUrl": "https://github.com/danieldavies99/sequel",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "Sequel8",
"name": "Sequel 8",
"description": "3 row / 8 step sequencer with built-in clock divider",
"tags": [
"Clock modulator",
"Sequencer"
]
},
{
"slug": "Sequel16",
"name": "Sequel 16",
"description": "3 row / 16 step sequencer with built-in clock divider",
"tags": [
"Clock modulator",
"Sequencer"
]
},
{
"slug": "Quantify",
"name": "Quantify",
"description": "3x Quantizer with attenuverted inputs + nudge and transpose controls",
"tags": [
"Quantizer"
]
},
{
"slug": "Samuel",
"name": "Samuel",
"description": "Morse code based rhythm generator",
"tags": [
"Clock modulator"
]
},
{
"slug": "Blank3",
"name": "Blank3",
"description": "3HP wide blank panel",
"tags": [
"Blank"
]
},
{
"slug": "Blank5",
"name": "Blank5",
"description": "5HP wide blank panel",
"tags": [
"Blank"
]
},
{
"slug": "SequelSave",
"name": "Sequel Save",
"description": "Save state expander module for Sequel 8 & Sequel 16",
"tags": [
"expander"
]
},
{
"slug": "Bend",
"name": "Bend",
"description": "Phase modulation oscillator",
"tags": [
"Oscillator",
"Low-frequency oscillator"
],
"hidden": false
},
{
"slug": "James",
"name": "James",
"description": "6 row drum sequencer with per-row rush/drag controls",
"tags": [
"Clock modulator",
"Sequencer"
],
"hidden": false
}
]
}