-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.json
140 lines (140 loc) · 4.81 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"slug": "StochasticTelegraph",
"name": "Stochastic Telegraph",
"version": "2.0.17",
"minRackVersion": "2.4.0",
"license": "GPL-3.0-or-later",
"brand": "Stochastic Telegraph",
"author": "Mahlen Morris",
"authorEmail": "vcv@stochastictelegraph.com",
"authorUrl": "https://www.stochastictelegraph.com",
"pluginUrl": "https://github.com/mahlenmorris/VCVRack",
"manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md",
"sourceUrl": "https://github.com/mahlenmorris/VCVRack",
"donateUrl": "https://ko-fi.com/stochastictelegraph",
"changelogUrl": "",
"modules": [
{
"slug": "BASICally",
"name": "BASICally",
"description": "Generate sequences, perform math on inputs, and even multitask with a simple BASIC-like language. Can also send Tipsy text messages to modules that support them (e.g., TTY).",
"manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#basically",
"tags": [
"Attenuator",
"Function Generator",
"Logic",
"Sequencer",
"Sample and hold",
"Utility"
]
},
{
"slug": "Drifter",
"name": "Drifter",
"description": "Varying linear function generator. Makes sequences that change in small (or large) ways. A line defined by X/Y points, each doing a random walk.",
"manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#drifter",
"tags": [
"Random",
"Sample and hold",
"Sequencer"
]
},
{
"slug": "Fermata",
"name": "Fermata",
"description": "Write much longer text notes, and various sizes of labels. Fermata is resizable, scrolls, has font and color choices, and more.",
"manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#fermata",
"tags": [
"Blank",
"Utility",
"Visual"
]
},
{
"slug": "Fuse",
"name": "Fuse",
"description": "Counts triggers and blocks/allows a signal after hitting a limit. Useful for timed composition changes, simulating components that break with overuse, or scaling a value based on the number of triggers.",
"manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#fuse",
"tags": [
"Clock modulator",
"Utility",
"Voltage-controlled amplifier"
]
},
{
"slug": "TTY",
"name": "TTY",
"description": "Logs values from cables and/or text messages from Tipsy text sources (e.g., BASICally, Memory). Makes monitoring of values or logging far easier. TTY is resizable, scrolls, has font and color choices, and more.",
"manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#tty",
"tags": [
"Recording",
"Utility",
"Visual"
]
},
{
"slug": "Memory",
"name": "Memory",
"description": "The root part of a Memory Ensemble. What Fixation and Ruminate reads, Embellish writes to and Depict displays.",
"manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/Memory.md#memory",
"tags": [
"Recording",
"Sampler"
]
},
{
"slug": "Ruminate",
"name": "Ruminate",
"description": "A playback head within a Memory Ensemble that plays the entire Memory.",
"manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/Memory.md#ruminate",
"tags": [
"Delay",
"Expander",
"Sampler"
]
},
{
"slug": "Fixation",
"name": "Fixation",
"description": "Playback head with a Memory Ensemble that repeatedly plays a short part of the Memory.",
"manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/Memory.md#fixation",
"tags": [
"Delay",
"Expander",
"Sampler"
]
},
{
"slug": "Embellish",
"name": "Embellish",
"description": "A recording and playback head for a Memory Ensemble.",
"manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/Memory.md#embellish",
"tags": [
"Expander",
"Recording",
"Sampler"
]
},
{
"slug": "Depict",
"name": "Depict",
"description": "Visualizes activity of other modules within a Memory Ensemble.",
"manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/Memory.md#depict",
"tags": [
"Expander",
"Visual"
]
},
{
"slug": "Venn",
"name": "Venn",
"description": "2D graphical approach to control signal generation. A single moving or mouse-driven point causes up to 16 circles to output signals based on the point's position within them.",
"manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#venn",
"tags": [
"Controller",
"Polyphonic",
"Visual"
]
}
]
}