-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
66 lines (66 loc) · 3.52 KB
/
Copy pathplugin.json
File metadata and controls
66 lines (66 loc) · 3.52 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
{
"slug": "EternalEclipseModular",
"name": "Eternal Eclipse Modular",
"version": "2.9.2",
"license": "GPL-3.0-or-later",
"pluginUrl": "https://churchoftheeternaleclipse.com/the-mirror/",
"brand": "Eternal Eclipse",
"author": "Nicholas Bain",
"authorEmail": "themagicianreversedband@gmail.com",
"authorUrl": "https://churchoftheeternaleclipse.com",
"donateUrl": "https://www.patreon.com/TheMagicianReversed",
"manualUrl": "https://github.com/7337Productions/eternaleclipsemodular#readme",
"sourceUrl": "https://github.com/7337Productions/eternaleclipsemodular",
"changelogUrl": "https://github.com/7337Productions/eternaleclipsemodular/blob/main/CHANGELOG.md",
"minRackVersion": "2.4.0",
"modules": [
{
"slug": "ElementalRevelator",
"name": "Elemental Revelator",
"description": "Four-element wavetable synth voice — a pentagram of AIR, WATER, EARTH, and FIRE oscillators with elemental-ring cross-modulation, opposing-pair ring mod, SPIRIT chord mode, 72 daemon algorithms, ladder lowpass filter, and stereo delay/diffusion.",
"tags": ["Oscillator", "Synth voice"]
},
{
"slug": "MoonPhaseDistortion",
"name": "Moon Phase Distortion",
"description": "Stereo distortion whose depth and character follow the real phase of the moon, with manual override and CV.",
"tags": ["Distortion", "Effect", "Polyphonic"]
},
{
"slug": "LiminalVast",
"name": "Liminal Vast Reverb",
"description": "Lush stereo reverb with a modulated, diffused feedback delay network — from intimate rooms to the endless liminal vast, with infinite decay and freeze.",
"tags": ["Reverb", "Effect"]
},
{
"slug": "Saros",
"name": "Saros",
"description": "Envelope and modulation generator — morphing shape bank, mouse-drawable screen with playhead, time warp and flux, 5 ms to 30 minutes.",
"tags": ["Envelope generator", "LFO", "Function generator"]
},
{
"slug": "SephirothicModulator",
"name": "Sephirothic Modulator",
"description": "Tree of Life planetary CV matrix — ten sephirah outputs computed from real Keplerian orbital positions (Venus pentagram X/Y, Mercury retrograde triggers, lunar phase, planetary clocks), time warp up to x100,000,000, and a Da'at matrix mixer.",
"tags": ["LFO", "Clock generator", "Mixer"]
},
{
"slug": "CosmicClock",
"name": "Cosmic Clock",
"description": "Astrological waveform engine — nine planetary LFO voices shaped by the zodiac signs they transit and mixed by live aspects, with a chart-of-the-moment wheel, end-of-cycle triggers, and time warp up to x100,000,000.",
"tags": ["LFO", "Visual"]
},
{
"slug": "CoronalAnnihilator",
"name": "Coronal Annihilator",
"description": "Stereo voice: a complex dual oscillator (CORE drives FLARE with FM, sync, wavefolding and phase warp) blended with an external stereo input, through an onboard neural amp model (.nam, one network per channel) and a saturating 4-pole lowpass with 12/24 dB slopes.",
"tags": ["Synth voice", "Oscillator", "Filter", "Distortion"]
},
{
"slug": "LitanyEngine",
"name": "Litany Engine",
"description": "Looping sample player with an onboard litany of loops and a focused granular engine — or load your own sample folder: through-zero varispeed, grain size from whole-loop down to 15 ms, morphing overlap, scan and texture spray; stereo companion to the Coronal Annihilator's external input.",
"tags": ["Sampler", "Granular"]
}
]
}