forked from cosinekitty/sapphire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
147 lines (147 loc) · 3.53 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
{
"slug": "CosineKitty-Sapphire",
"name": "Sapphire",
"version": "2.4.7",
"license": "GPL-3.0-or-later",
"brand": "Sapphire",
"author": "Don Cross",
"authorEmail": "[email protected]",
"authorUrl": "https://github.com/cosinekitty/sapphire",
"pluginUrl": "https://github.com/cosinekitty/sapphire",
"manualUrl": "https://github.com/cosinekitty/sapphire",
"sourceUrl": "https://github.com/cosinekitty/sapphire",
"donateUrl": "",
"changelogUrl": "https://github.com/cosinekitty/sapphire/blob/main/CHANGELOG.md",
"modules": [
{
"slug": "Elastika",
"name": "Elastika",
"description": "Filters audio through a simulated network of balls and springs.",
"tags": [
"Physical modeling",
"Effect",
"Filter",
"Reverb"
]
},
{
"slug": "Frolic",
"name": "Frolic",
"description": "Chaotic oscillator based on the Rucklidge Attractor.",
"tags": [
"Physical modeling",
"Effect",
"Low-frequency oscillator"
]
},
{
"slug": "Galaxy",
"name": "Galaxy",
"description": "An adaptation of the Airwindows Galactic algorithm by Chris Johnson (https://github.com/airwindows).",
"tags": [
"Reverb",
"Effect",
"Filter",
"Distortion"
]
},
{
"slug": "Glee",
"name": "Glee",
"description": "Chaotic oscillator based on the Aizawa Attractor.",
"tags": [
"Physical modeling",
"Effect",
"Low-frequency oscillator"
]
},
{
"slug": "Hiss",
"name": "Hiss",
"description": "Generates directionally unbiased N-dimensional vector noise.",
"tags": [
"Noise",
"Polyphonic"
]
},
{
"slug": "Moots",
"name": "Moots",
"description": "Plugs/unplugs polyphonic cables.",
"tags": [
"Controller",
"Switch",
"Polyphonic"
]
},
{
"slug": "Nucleus",
"name": "Nucleus",
"description": "Simulation of a cloud of particles with mutually attractive, repulsive, and orthogonal forces.",
"tags": [
"Physical modeling",
"Effect",
"Filter",
"Reverb"
]
},
{
"slug": "Polynucleus",
"name": "Polynucleus",
"description": "Simulation of a cloud of particles with mutually attractive, repulsive, and orthogonal forces.",
"tags": [
"Physical modeling",
"Effect",
"Filter",
"Reverb"
]
},
{
"slug": "Rotini",
"name": "Rotini",
"description": "Takes the 3D vector cross product of a pair of 3D vectors.",
"tags": [
"Utility"
]
},
{
"slug": "Tin",
"name": "Tin",
"description": "Feeds arbitrary input signals into Tricorder.",
"tags": [
"Expander",
"Utility"
]
},
{
"slug": "Tout",
"name": "Tout",
"description": "Receives vectors from the left just like Tricorder does, then outputs them to ports.",
"tags": [
"Expander",
"Utility"
]
},
{
"slug": "Tricorder",
"name": "Tricorder",
"description": "3D plotter expander module for Frolic and Tin.",
"tags": [
"Expander",
"Visual"
]
},
{
"slug": "TubeUnit",
"name": "Tube Unit",
"description": "Tubular waveguide synth.",
"tags": [
"Physical modeling",
"Effect",
"Filter",
"Polyphonic",
"Reverb"
]
}
]
}