-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplugins.json
104 lines (104 loc) · 2.57 KB
/
plugins.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
{
"plugins": [
{
"path": "audio_input",
"category": ["Effect", "Utility"]
},
{
"path": "distortion",
"category": ["Effect", "Distortion"]
},
{
"path": "envmod",
"category": ["Modulation", "Modulator"]
},
{
"path": "functionseq",
"category": ["MIDI", "Sequencer"]
},
{
"path": "microkorg_editor",
"category": ["MIDI", "External Device"]
},
{
"path": "jx3p_editor",
"category": ["MIDI", "External Device"]
},
{
"path": "ob6_editor",
"category": ["MIDI", "External Device"]
},
{
"path": "midi_output",
"category": ["MIDI", "Utility"]
},
{
"path": "randomizer",
"category": ["Modulation", "Modulator"]
},
{
"path": "soundfont",
"category": ["Instrument", "Sampler"]
},
{
"path": "video_butterchurn",
"category": ["Video", "Generator"]
},
{
"path": "audio_track",
"category": ["Instrument", "Audio Player"]
},
{
"path": "drumsampler",
"category": ["Instrument", "Sampler"]
},
{
"path": "midi_debug",
"category": ["MIDI", "Utility"]
},
{
"path": "modal",
"category": ["Instrument", "Synthesizer"]
},
{
"path": "reverb",
"category": ["Effect", "Reverb"]
},
{
"path": "stepmod",
"category": ["Modulation", "Sequencer"]
},
{
"path": "delay",
"category": ["Effect", "Delay"]
},
{
"path": "midi_input",
"category": ["MIDI", "Utility"]
},
{
"path": "pianoroll",
"category": ["MIDI", "Sequencer"]
},
{
"path": "simpleEQ",
"category": ["Effect", "Equalizer & Filter"]
},
{
"path": "synth101",
"category": ["Instrument", "Synthesizer"]
},
{
"path": "video_isf",
"category": ["Video", "Effect"]
},
{
"path": "video_input",
"category": ["Video", "Generator"]
},
{
"path": "video_threejs",
"category": ["Video", "Generator"]
}
]
}