diff --git a/manifests/FrequencyDomain.json b/manifests/FrequencyDomain.json index 11e0b9ec..345b9912 100644 --- a/manifests/FrequencyDomain.json +++ b/manifests/FrequencyDomain.json @@ -1,7 +1,7 @@ { "slug": "FrequencyDomain", "name": "Frequency Domain", - "version": "1.7.0", + "version": "1.8.0", "license": "Proprietary", "brand": "Frequency Domain", "author": "almostEric with JerrySV", @@ -11,11 +11,22 @@ "changelogUrl": "https://github.com/almostEric/Frequency-Domain-Manual/blob/master/CHANGELOG.md", "modules": [ { - "slug": "HarmonicConvergence", - "name": "Harmonic Convergence", - "description": "Resynthesis Engine", + "slug": "BallOfConfusion", + "name": "Ball of Confusion", + "description": "Spherical Morphing Wavetable Oscillator", "tags": [ - "Synth voice" + "Oscillator", + "Digital", + "Sampler" + ] + }, + { + "slug": "BoxOfRevelation", + "name": "Box of Revelation", + "description": "3 Dimensional Cube Filter", + "tags": [ + "Filter", + "Effect" ] }, { @@ -35,15 +46,6 @@ "Delay" ] }, - { - "slug": "Morphology", - "name": "Morphology", - "description": "Spectral Morpher", - "tags": [ - "Vocoder", - "Effect" - ] - }, { "slug": "GrainsOfWrath", "name": "Grains Of Wrath", @@ -55,13 +57,20 @@ ] }, { - "slug": "BallOfConfusion", - "name": "Ball of Confusion", - "description": "Spherical Morphing Wavetable Oscillator", + "slug": "HarmonicConvergence", + "name": "Harmonic Convergence", + "description": "Resynthesis Engine", "tags": [ - "Oscillator", - "Digital", - "Sampler" + "Synth voice" + ] + }, + { + "slug": "Morphology", + "name": "Morphology", + "description": "Spectral Morpher", + "tags": [ + "Vocoder", + "Effect" ] } ]