-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.json
122 lines (122 loc) · 3.34 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"slug": "cvly",
"name": "cvly",
"version": "2.0.1",
"license": "GPL-3.0-or-later",
"brand": "cvly",
"author": "Benja Appel",
"authorEmail": "[email protected]",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "https://github.com/Lyqst/cvly-modules/tree/v2/docs",
"sourceUrl": "https://github.com/Lyqst/cvly-modules",
"donateUrl": "https://ko-fi.com/cvlymodules",
"changelogUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/CHANGELOG.md",
"modules": [
{
"slug": "brst",
"name": "brst",
"description": "Burst generator with up to 8 outputs",
"tags": [
"poly",
"sample and hold",
"sequencer",
"switch"
],
"manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/brst.md#brst"
},
{
"slug": "bss",
"name": "bss",
"description": "Generates a bass note for the incoming poly input, using one of three modes",
"tags": [
"poly",
"quantizer",
"sample and hold",
"utility"
],
"manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/bss.md#bss"
},
{
"slug": "crcl",
"name": "crcl",
"description": "Quantizer/sequencer based on the circle of fifths",
"tags": [
"quantizer",
"poly",
"sample and hold",
"sequencer"
],
"manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/crcl.md#crcl"
},
{
"slug": "ntrvlc",
"name": "ntrvlc",
"description": "4x8 sequencer with incorporated quantizer",
"tags": [
"quantizer",
"poly",
"sequencer"
],
"manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/ntrvlc.md#ntrvlc"
},
{
"slug": "ntrvlx",
"name": "ntrvlx",
"description": "ntrvlc expander with output triggers and stacking configuration",
"tags": [
"expander"
],
"manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/ntrvlc.md#ntrvlx-expander"
},
{
"slug": "spc",
"name": "spc",
"description": "Spreads the notes for incoming poly input, with a settable minimum interval distance",
"tags": [
"quantizer",
"poly",
"utility"
],
"manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/spc.md#spc"
},
{
"slug": "stpr",
"name": "stpr",
"description": "Sequencer with switches for each step",
"tags": [
"sequencer",
"switch"
],
"manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/stpr.md#stpr"
},
{
"slug": "txt",
"name": "txt",
"description": "Informative expander for all cvly modules",
"tags": [
"expander",
"utility"
]
},
{
"slug": "vbrt",
"name": "vbrt",
"description": "Multiple pitch voltage detuner with incorporated per-channel LFO",
"tags": [
"multiple",
"lfo",
"poly"
],
"manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/vbrt.md#vbrt"
},
{
"slug": "whl",
"name": "whl",
"description": "3hp blank panel with cvly whale logo",
"tags": [
"blank"
]
}
]
}