-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
87 lines (86 loc) · 2.16 KB
/
plugin.json
File metadata and controls
87 lines (86 loc) · 2.16 KB
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
{
"slug": "FrequencyDomain",
"name": "Frequency Domain",
"version": "2.0.3",
"license": "GPL-3.0-only",
"brand": "Frequency Domain",
"author": "almostEric with JerrySV, Jatin Chowdhury",
"authorEmail": "almostEric@frozenwastelandmodules.com",
"manualUrl": "https://github.com/almostEric/Frequency-Domain/blob/master/README.md",
"donateUrl": "https://paypal.me/FrozenWasteland",
"changelogUrl": "https://github.com/almostEric/Frequency-Domain/blob/master/CHANGELOG.md",
"modules": [
{
"slug": "BallOfConfusion",
"name": "Ball of Confusion",
"description": "Spherical Morphing Wavetable Oscillator",
"tags": [
"Oscillator","Digital","Sampler","Polyphonic"
]
},
{
"slug": "BoxOfRevelation",
"name": "Box of Revelation",
"description": "3 Dimensional Cube Filter",
"tags": [
"Filter","Effect"
]
},
{
"slug": "DanceThisMeshAround",
"name": "Dance This Mesh Around",
"description": "Multi-Dimensional Digital Waveguide Oscillator",
"tags": [
"Oscillator","Effect","Physical modeling"
]
},
{
"slug": "DelayedReaction",
"name": "Delayed Reaction",
"description": "Spectral Delay",
"tags": [
"Delay","Effect"
]
},
{
"slug": "FreudianSlip",
"name": "Freudian Slip",
"description": "Resynthesizing Sampler",
"tags": [
"Synth voice","Sampler"
]
},
{
"slug": "GrainsOfWrath",
"name": "Grains Of Wrath",
"description": "Spewer of Grains of varying dispositions",
"tags": [
"Granular","Sampler","Effect","Polyphonic"
]
},
{
"slug": "HarmonicConvergence",
"name": "Harmonic Convergence",
"description": "Resynthesis Engine",
"tags": [
"Synth voice"
]
},
{
"slug": "HeatOfTheMoment",
"name": "Heat Of The Moment",
"description": "Impulse Generator",
"tags": [
"Noise"
]
},
{
"slug": "Morphology",
"name": "Morphology",
"description": "Spectral Morpher",
"tags": [
"Vocoder","Effect"
]
}
]
}