-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathplugin.json
219 lines (219 loc) · 6.94 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
{
"slug": "KautenjaDSP-PotatoChips",
"version": "2.0.1",
"license": "GPL-3.0-or-later",
"name": "KautenjaDSP Potato Chips",
"brand": "KautenjaDSP",
"author": "Christian Kauten",
"authorEmail": "KautenjaDSP@gmail.com",
"sourceUrl": "https://github.com/Kautenja/PotatoChips",
"changelogUrl": "https://github.com/Kautenja/PotatoChips/blob/master/CHANGELOG.md",
"modules": [
{
"slug": "Blocks",
"name": "Blocks",
"description": "Inspired by Mutable Instruments Edges.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/Blocks.pdf",
"tags": [
"Noise",
"Oscillator",
"Polyphonic",
"Synth voice"
]
},
{
"slug": "MiniBoss",
"name": "Mini Boss",
"description": "An emulation of the Yamaha YM2612 FM synthesis chip from the Sega Mega Drive and Sega Genesis.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/MiniBoss.pdf",
"tags": [
"Noise",
"Oscillator",
"Polyphonic",
"Synth voice"
]
},
{
"slug": "106",
"name": "Name Corp Octal Wave Generator",
"description": "An emulation of the Namco 163 wavetable chip from Nintendo Entertainment System (NES) cartridges.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/NameCorpOctalWaveGenerator.pdf",
"tags": [
"Oscillator",
"Polyphonic"
]
},
{
"slug": "2612",
"name": "Boss Fight",
"description": "An emulation of the Yamaha YM2612 FM synthesis chip from the Sega Mega Drive and Sega Genesis.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/BossFight.pdf",
"tags": [
"Noise",
"Oscillator",
"Polyphonic",
"Synth voice"
]
},
{
"slug": "2612_Blank1",
"name": "Boss Fight Envelope Generator (Blank)",
"description": "A blank panel with an illustration of the envelope generator from Boss Fight.",
"tags": [
"Blank"
]
},
{
"slug": "2A03",
"name": "Infinite Stairs",
"description": "An emulation of the Ricoh 2A03 chip from the Nintendo Entertainment System (NES).",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/InfiniteStairs.pdf",
"tags": [
"Noise",
"Oscillator",
"Polyphonic"
]
},
{
"slug": "AY_3_8910",
"name": "Jairasullator",
"description": "An emulation of the General Instrument AY-3-8910 chip.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/Jairasullator.pdf",
"tags": [
"Distortion",
"Low-frequency Oscillator",
"Noise",
"Oscillator",
"Polyphonic",
"Synth voice",
"Voltage-controlled Amplifier"
]
},
{
"slug": "FME7",
"name": "Pulses",
"description": "An emulation of the Sunsoft FME-7 chip from Nintendo Entertainment System (NES) cartridges.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/Pulses.pdf",
"tags": [
"Oscillator",
"Polyphonic"
]
},
{
"slug": "GBS",
"name": "Pallet Town Waves System",
"description": "An emulation of the Nintendo Gameboy Sound System chip.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/PalletTownWavesSystem.pdf",
"tags": [
"Noise",
"Oscillator",
"Polyphonic"
]
},
{
"slug": "POKEY",
"name": "Pot Keys",
"description": "An emulation of the Atari POKEY chip.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/PotKeys.pdf",
"tags": [
"Noise",
"Oscillator",
"Polyphonic"
]
},
{
"slug": "SuperADSR",
"name": "Super ADSR",
"description": "An emulation of the ADSR envelope generator from the S-SMP chip on the Super Nintendo Entertainment System (SNES).",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/SuperADSR.pdf",
"tags": [
"Dual",
"Envelope generator",
"Polyphonic"
]
},
{
"slug": "SuperEcho",
"name": "Super Echo",
"description": "An emulation of the echo effect from the S-SMP chip on the Super Nintendo Entertainment System (SNES).",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/SuperEcho.pdf",
"tags": [
"Delay",
"Dual",
"Effect",
"Filter",
"Polyphonic",
"Reverb"
]
},
{
"slug": "SuperVCA",
"name": "Super VCA",
"description": "An emulation of the Gaussian interpolation filter effect from the S-SMP chip on the Super Nintendo Entertainment System (SNES).",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/SuperVCA.pdf",
"tags": [
"Dual",
"Polyphonic",
"Voltage-controlled amplifier"
]
},
{
"slug": "Sony_S_SMP_Blank1",
"name": "S-SMP Blank",
"description": "A blank panel with an illustration of the Sony S-SMP chip on the Super Nintendo Entertainment System (SNES).",
"tags": [
"Blank"
]
},
{
"slug": "SuperSampler",
"name": "Super Sampler",
"description": "An emulation of the BRR sample playback engine from the S-SMP chip on the Super Nintendo Entertainment System (SNES).",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/SuperSampler.pdf",
"tags": [
"Multiple",
"Effect",
"Filter",
"Panning",
"Polyphonic",
"Sampler"
],
"disabled": true
},
{
"slug": "SuperSynth",
"name": "Super Synth",
"description": "An emulation of the Sony S-SMP chip from the Super Nintendo Entertainment System (SNES).",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/SuperSynth.pdf",
"tags": [
"Multiple",
"Noise",
"Oscillator",
"Polyphonic",
"Synth voice"
],
"disabled": true
},
{
"slug": "SN76489",
"name": "Mega Tone",
"description": "An emulation of the Texas Instruments SN76489 chip from the Sega Master System, Sega Mega Drive, and Sega Genesis.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/MegaTone.pdf",
"tags": [
"Noise",
"Oscillator",
"Polyphonic"
]
},
{
"slug": "VRC6",
"name": "Step Saw",
"description": "An emulation of the Konami VRC6 chip from Nintendo Entertainment System (NES) cartridges.",
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/StepSaw.pdf",
"tags": [
"Oscillator",
"Polyphonic"
]
}
]
}