-
Notifications
You must be signed in to change notification settings - Fork 11
/
plugin.json
137 lines (137 loc) · 3.44 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
{
"slug": "BaconMusic",
"name": "Bacon Music",
"version": "2.7.0",
"license": "GPL-3.0-or-later",
"author": "@baconpaul",
"authorEmail": "",
"authorUrl": "https://baconpaul.org/",
"pluginUrl": "https://github.com/baconpaul/BaconPlugs/",
"manualUrl": "https://github.com/baconpaul/BaconPlugs#readme",
"sourceUrl": "https://github.com/baconpaul/BaconPlugs/",
"donateUrl": "",
"minRackVersion": "2.4.0",
"modules": [
{
"slug": "HarMoNee",
"name": "HarMoNee",
"description": "Apply musical (major third, fifth, etc...) offsets to CV 1v/oct signals",
"tags": [ "Quantizer", "Polyphonic" ]
},
{
"slug": "Glissinator",
"name": "Glissinator",
"description": "Do a constant time gliss over a changing input signal",
"tags": [ "Slew limiter", "Polyphonic" ]
},
{
"slug": "PolyGnome",
"name": "PolyGnome",
"description": "A poly-rhythmic clock generator",
"tags": [ "Clock generator" ]
},
{
"slug": "QuantEyes",
"name": "QuantEyes",
"description": "Quantize your signals to notes on a 12 tone scale",
"tags": [ "Quantizer", "Polyphonic" ]
},
{
"slug": "LintBuddy",
"name": "LintBuddy",
"description": "Am I Connected to Someone OK?",
"tags": [ ]
},
{
"slug": "LuckyHold",
"name": "LuckyHold",
"description": "A polymult + chances + sample&hold + noise",
"tags": [ ]
},
{
"slug": "ContrastBNDEditor",
"name": "Contrast and Other BND Editor",
"description": "Lets you change contrast on your tooltips",
"tags": [ ],
"hidden": true
},
{
"slug": "PatchNameDisplay",
"name": "Patch Name Display",
"description": "Shows you your patch name",
"tags": [ ],
"hidden": false
},
{
"slug": "SampleDelay",
"name": "SampleDelay",
"description": "A tiny number of sample delay",
"tags": [ "Utility", "Polyphonic" ]
},
{
"slug": "ChipNoise",
"name": "ChipNoise",
"description": "A recreation of the NES Noise Generator",
"tags": [ "Noise" ]
},
{
"slug": "ChipWaves",
"name": "ChipWaves",
"description": "A recreation of the NES oscillators",
"tags": [ "Oscillator", "Polyphonic" ]
},
{
"slug": "ChipYourWave",
"name": "ChipYourWave",
"description": "An 8 bit oscillator where you draw the waveform",
"tags": [ "Oscillator", "Polyphonic" ],
"hidden": true
},
{
"slug": "Open303",
"name": "Open303",
"description": "A rack wrapper around Robin Schmidt's open-303 codebase",
"tags": [ "Oscillator", "Polyphonic" ],
"hidden": true
},
{
"slug": "KarplusStrongPoly",
"name": "KarplusStrongPoly",
"description": "An implementation of KS in a module",
"tags": [ "Oscillator", "Polyphonic" ],
"hidden": true
},
{
"slug": "ALingADing",
"name": "ALingADing",
"description": "A sub-par ring modulator",
"tags": [ "Ring modulator", "Polyphonic" ],
"hidden": true
},
{
"slug": "Bitulator",
"name": "Bitulator",
"description": "A sub-par distortion and bit cruncher",
"tags": [ "Distortion", "Waveshaper", "Polyphonic" ]
},
{
"slug": "PolyGenerator",
"name": "PolyGenerator",
"description": "Generate test polyphonic midi-like sequences",
"tags": [ "Utility", "Polyphonic" ]
},
{
"slug": "BaconTest",
"name": "BaconTest",
"description": "BaconPaul's Test Widgets",
"tags": [ ],
"hidden": true
},
{
"slug": "PleaseQuit",
"name": "PleaseQuit",
"description": "Send me a trigger to quit rack",
"tags": ["Utility"]
}
]
}