-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.json
89 lines (89 loc) · 2.58 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
{
"slug": "RebelTech",
"name": "RebelTech",
"version": "2.0.1",
"license": "GPL-2.0-or-later",
"brand": "RebelTech",
"author": "Ewan Hemingway",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "https://www.rebeltech.org/",
"sourceUrl": "https://github.com/hemmer/rebel-tech-vcv",
"donateUrl": "",
"changelogUrl": "https://github.com/hemmer/rebel-tech-vcv/blob/v2/CHANGELOG.md",
"modules": [
{
"slug": "Stoicheia",
"name": "Stoicheia",
"description": "Dual Euclidean Sequencer",
"modularGridUrl": "https://www.modulargrid.net/e/rebel-technology-stoicheia",
"manualUrl": "https://www.rebeltech.org/product/stoicheia/",
"tags": [
"Clock modulator",
"Dual",
"Hardware clone",
"Sequencer"
]
},
{
"slug": "Tonic",
"name": "Tonic",
"description": "Additive Interval Sequencer",
"modularGridUrl": "https://www.modulargrid.net/e/rebel-technology-tonic",
"manualUrl": "https://www.rebeltech.org/product/tonic/",
"tags": [
"Sequencer",
"Hardware clone",
"Polyphonic"
]
},
{
"slug": "Klasmata",
"name": "Klasmata",
"description": "Voltage controlled Euclidean sequencer",
"modularGridUrl": "https://www.modulargrid.net/e/rebel-technology-klasmata",
"manualUrl": "https://www.rebeltech.org/product/klasmata/",
"tags": [
"Clock modulator",
"Sequencer",
"Hardware clone"
]
},
{
"slug": "CLK",
"name": "CLK",
"description": "Triple clock generator that produces synchronised clock signals",
"modularGridUrl": "https://www.modulargrid.net/e/rebel-technology-clk",
"manualUrl": "https://www.rebeltech.org/product/clk/",
"tags": [
"Clock generator",
"Clock modulator",
"Hardware clone"
]
},
{
"slug": "Logoi",
"name": "Logoi",
"description": "Voltage controlled clock divider, counter, and delay",
"modularGridUrl": "https://www.modulargrid.net/e/rebel-technology-logoi",
"manualUrl": "https://www.rebeltech.org/product/logoi/",
"tags": [
"Clock modulator",
"Delay",
"Hardware clone"
]
},
{
"slug": "Phoreo",
"name": "Phoreo",
"description": "Trigger modulator, multiplier and repeater",
"modularGridUrl": "https://www.modulargrid.net/e/rebel-technology-phoreo",
"manualUrl": "https://www.rebeltech.org/product/phoreo/",
"tags": [
"Clock modulator",
"Hardware clone"
]
}
]
}