-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.json
107 lines (107 loc) · 2.64 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
{
"slug": "TMT",
"name": "T's Musical Tools",
"version": "2.1.10",
"license": "MIT",
"brand": "T",
"author": "T",
"authorEmail": "hillhand@gmail.com",
"authorUrl": "https://github.com/Jadael/",
"pluginUrl": "https://github.com/Jadael/TMT",
"manualUrl": "https://github.com/Jadael/TMT",
"sourceUrl": "https://github.com/Jadael/TMT",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "Shuffle",
"name": "Shuffle",
"description": "Randomly re-order the channels of a polyphonic signal. CV controls for seed and number of output channels.",
"tags": [
"Polyphonic",
"Random",
"Utility"
]
},
{
"slug": "Calendar",
"name": "Calendar",
"description": "A variety of LFO-like CVs, Triggers, and Gates related to time and date.",
"tags": [
"Utility",
"LFO"
]
},
{
"slug": "Seed",
"name": "Seed",
"description": "Given a seed voltage, generates 16 random voltages, as 16 mono outputs and 1 polyphonic output.",
"tags": [
"Random",
"Polyphonic"
]
},
{
"slug": "Ouroboros",
"name": "Ouroboros",
"description": "Sequentially step through the channels of a polyphonic input.",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "Append",
"name": "Append",
"description": "Append up to 16 mono or polyphonic signals together into a single list, and output a CV controlled (length, start point) subset of that list as a polyphonic signal.",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "Sight",
"name": "Sight",
"description": "Simple scope wih a non-linear time scale.",
"tags": [
"Visual"
]
},
{
"slug": "Spellbook",
"name": "Spellbook",
"description": "Play RhythML formatted text sequences.",
"tags": [
"Sequencer",
"Polyphonic"
]
},
{
"slug": "Stats",
"name": "Stats",
"description": "Perform statistical functions on a polyphonic cable.",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "Blankt",
"name": "Blankt",
"description": "A resizeable blank panel.",
"tags": []
},
{
"slug": "Sort",
"name": "Sort",
"description": "A tool to arbitrarily sort and select channels from a polyphonic cable using polyphonic CVs.",
"tags": []
},
{
"slug": "Spine",
"name": "Spine",
"description": "A few constant CV offsets I use often.",
"tags": ["Polyphonic","Utility"]
}
]
}