Browse Source

Update manifest for FrequencyDomain

v1
Andrew Belt 4 years ago
parent
commit
d1fcf2f9b7
1 changed files with 29 additions and 20 deletions
  1. +29
    -20
      manifests/FrequencyDomain.json

+ 29
- 20
manifests/FrequencyDomain.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "FrequencyDomain", "slug": "FrequencyDomain",
"name": "Frequency Domain", "name": "Frequency Domain",
"version": "1.7.0",
"version": "1.8.0",
"license": "Proprietary", "license": "Proprietary",
"brand": "Frequency Domain", "brand": "Frequency Domain",
"author": "almostEric with JerrySV", "author": "almostEric with JerrySV",
@@ -11,11 +11,22 @@
"changelogUrl": "https://github.com/almostEric/Frequency-Domain-Manual/blob/master/CHANGELOG.md", "changelogUrl": "https://github.com/almostEric/Frequency-Domain-Manual/blob/master/CHANGELOG.md",
"modules": [ "modules": [
{ {
"slug": "HarmonicConvergence",
"name": "Harmonic Convergence",
"description": "Resynthesis Engine",
"slug": "BallOfConfusion",
"name": "Ball of Confusion",
"description": "Spherical Morphing Wavetable Oscillator",
"tags": [ "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" "Delay"
] ]
}, },
{
"slug": "Morphology",
"name": "Morphology",
"description": "Spectral Morpher",
"tags": [
"Vocoder",
"Effect"
]
},
{ {
"slug": "GrainsOfWrath", "slug": "GrainsOfWrath",
"name": "Grains Of Wrath", "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": [ "tags": [
"Oscillator",
"Digital",
"Sampler"
"Synth voice"
]
},
{
"slug": "Morphology",
"name": "Morphology",
"description": "Spectral Morpher",
"tags": [
"Vocoder",
"Effect"
] ]
} }
] ]

Loading…
Cancel
Save