Browse Source

Update manifest for FrequencyDomain

v1
Andrew Belt 5 years ago
parent
commit
c12734c69b
2 changed files with 54 additions and 0 deletions
  1. +15
    -0
      manifests-cache.json
  2. +39
    -0
      manifests/FrequencyDomain.json

+ 15
- 0
manifests-cache.json View File

@@ -7398,5 +7398,20 @@
"creationTimestamp": 1586748554.8362346
}
}
},
"FrequencyDomain": {
"buildTimestamp": 1587076104.4562583,
"creationTimestamp": 1587076104.7002873,
"modules": {
"HarmonicConvergence": {
"creationTimestamp": 1587076104.8883035
},
"DelayedReaction": {
"creationTimestamp": 1587076105.0645952
},
"Morphology": {
"creationTimestamp": 1587076105.2977908
}
}
}
}

+ 39
- 0
manifests/FrequencyDomain.json View File

@@ -0,0 +1,39 @@
{
"slug": "FrequencyDomain",
"name": "Frequency Domain",
"version": "1.0.0",
"license": "Proprietary",
"brand": "Frequency Domain",
"author": "almostEric and JerrySV",
"authorEmail": "almostEric@frozenwastelandmodules.com",
"manualUrl": "https://github.com/almostEric/Frequency-Domain-Manual/blob/master/README.md",
"donateUrl": "https://paypal.me/FrozenWasteland",
"changelogUrl": "https://github.com/almostEric/Frequency-Domain-Manual/blob/master/CHANGELOG.md",
"modules": [
{
"slug": "HarmonicConvergence",
"name": "Harmonic Convergence",
"description": "Resynthesis Engine",
"tags": [
"Synth voice"
]
},
{
"slug": "DelayedReaction",
"name": "Delayed Reaction",
"description": "Spectrum based delay",
"tags": [
"Delay"
]
},
{
"slug": "Morphology",
"name": "Morphology",
"description": "Spectral Morpher",
"tags": [
"Vocoder",
"Effect"
]
}
]
}

Loading…
Cancel
Save