-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
137 lines (137 loc) · 4.95 KB
/
Copy pathplugin.json
File metadata and controls
137 lines (137 loc) · 4.95 KB
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"slug": "Animatek",
"name": "Animatek",
"version": "2.5.8",
"license": "GPL-3.0-or-later",
"brand": "Animatek",
"author": "Javier Melgar",
"manualUrl": "https://animatek.net/ultimate-ztep-zequencer-vcvrack/",
"sourceUrl": "https://github.com/animatek/UZZ-VCV-RACK",
"authorEmail": "animatek909@gmail.com",
"pluginUrl": "https://animatek.net",
"modules": [
{
"slug": "UZZ",
"name": "UZZ",
"description": "Flexible 16-step sequencer for melodies and modulation, with probability, ratchets, evolving pitch, multiple playback directions and hands-on randomization.",
"manualUrl": "https://github.com/animatek/UZZ-VCV-RACK/blob/main/Manuals/UZZ_UZZ-X_Manual_EN.md",
"tags": [
"Sequencer",
"Clock modulator",
"Polyphonic",
"Random"
]
},
{
"slug": "UzzX",
"name": "UZZ-X",
"description": "CV expander for UZZ, adding voltage control over sequence length, start, direction, timing, probability and pitch accumulation, plus step addressing, rotation, reset and reverse.",
"manualUrl": "https://github.com/animatek/UZZ-VCV-RACK/blob/main/Manuals/UZZ_UZZ-X_Manual_EN.md",
"tags": [
"Expander",
"Sequencer",
"Utility"
]
},
{
"slug": "OxiCv",
"name": "ONE",
"description": "MIDI-to-CV interface for Oxi One, with pitch, gate, velocity, eight assignable controller outputs, MIDI clock and transport.",
"manualUrl": "https://github.com/animatek/UZZ-VCV-RACK/blob/main/Manuals/ONE_MULTI_Manual_EN.md",
"tags": [
"MIDI",
"Polyphonic",
"Utility",
"Controller"
]
},
{
"slug": "OxiCvExp",
"name": "MULTI",
"description": "Expander for ONE that turns up to eight MIDI channels into separate pitch, gate and velocity outputs.",
"manualUrl": "https://github.com/animatek/UZZ-VCV-RACK/blob/main/Manuals/ONE_MULTI_Manual_EN.md",
"tags": [
"MIDI",
"Utility",
"Expander"
]
},
{
"slug": "Apc40Ctrl",
"name": "APC40 CTRL",
"description": "Turns the knobs and faders of an Akai APC40 into CV outputs for hands-on control of a Rack patch.",
"manualUrl": "https://github.com/animatek/UZZ-VCV-RACK/blob/main/Manuals/APC40_CTRL_Manual_EN.md",
"tags": [
"MIDI",
"Utility",
"Controller",
"External"
]
},
{
"slug": "SideChain",
"name": "CAP",
"description": "Stereo ducking VCA that lowers audio on each trigger and recovers with adjustable depth, timing and natural variation. A VCA CV input gives ordinary voltage control over gain, and envelope and end-of-cycle outputs are provided.",
"manualUrl": "https://github.com/animatek/UZZ-VCV-RACK/blob/main/Manuals/CAP_Manual_EN.md",
"tags": [
"Voltage-controlled amplifier",
"Dynamics",
"Envelope generator",
"Polyphonic",
"Utility"
]
},
{
"slug": "UnitDistanceSeq",
"name": "UNIT-D",
"description": "Generative sequencer that turns a seeded network of points into repeatable melodies, rhythms, accents and modulation. Shape the network, let it evolve or lock a phrase you like.",
"manualUrl": "https://github.com/animatek/UZZ-VCV-RACK/blob/main/Manuals/UNIT-D_Manual_EN.md",
"tags": [
"Sequencer",
"Random",
"Polyphonic"
]
},
{
"slug": "Blank3",
"name": "BLANK 3",
"description": "Animated 3HP blank panel with drifting Animatek logos. Adjacent Animatek blanks join into one shared canvas.",
"manualUrl": "https://github.com/animatek/UZZ-VCV-RACK/blob/main/Manuals/BLANKS_Manual_EN.md",
"tags": [
"Blank",
"Utility"
]
},
{
"slug": "BlankAcid",
"name": "BLANK ACID",
"description": "Animated 3HP blank panel with drifting acid smileys. Adjacent Animatek blanks join into one shared canvas.",
"manualUrl": "https://github.com/animatek/UZZ-VCV-RACK/blob/main/Manuals/BLANKS_Manual_EN.md",
"tags": [
"Blank",
"Utility"
]
},
{
"slug": "ATEK303",
"name": "ATEK303",
"description": "Monophonic acid synth voice inspired by the TB-303, with oscillator, resonant filter, decay envelope, accent and slide. Every main sound control can be modulated by CV.",
"manualUrl": "https://github.com/animatek/UZZ-VCV-RACK/blob/main/Manuals/ATEK303_Manual_EN.md",
"tags": [
"Oscillator",
"Filter",
"Synth voice",
"Envelope generator"
]
},
{
"slug": "ATEK303SEQ",
"name": "ATEK303 SEQ",
"description": "16-step acid pattern generator for ATEK303 or any compatible synth voice. Create repeatable patterns, then mutate their rhythm, octave, accents and slides.",
"manualUrl": "https://github.com/animatek/UZZ-VCV-RACK/blob/main/Manuals/ATEK303SEQ_Manual_EN.md",
"tags": [
"Sequencer"
]
}
]
}