Browse Source

Update manifest for Synthetic

v1
Andrew Belt 5 years ago
parent
commit
925c2780f0
2 changed files with 26 additions and 7 deletions
  1. +4
    -1
      manifests-cache.json
  2. +22
    -6
      manifests/Synthetic.json

+ 4
- 1
manifests-cache.json View File

@@ -501,7 +501,7 @@
} }
}, },
"Synthetic": { "Synthetic": {
"buildTimestamp": 1580233076.72006,
"buildTimestamp": 1589577966.5534708,
"creationTimestamp": 1565726934.0, "creationTimestamp": 1565726934.0,
"modules": { "modules": {
"Eastside": { "Eastside": {
@@ -515,6 +515,9 @@
}, },
"Alchemy": { "Alchemy": {
"creationTimestamp": 1570393137.0 "creationTimestamp": 1570393137.0
},
"Caillou": {
"creationTimestamp": 1589577968.3942394
} }
} }
}, },


+ 22
- 6
manifests/Synthetic.json View File

@@ -2,18 +2,20 @@
"slug": "Synthetic", "slug": "Synthetic",
"name": "Synthetic", "name": "Synthetic",
"brand": "SV Modular", "brand": "SV Modular",
"version": "1.2.4",
"version": "1.3.0",
"license": "Proprietary", "license": "Proprietary",
"author": "SV Modular", "author": "SV Modular",
"authorEmail": "svmodular@legitimatesounding.com",
"authorUrl": "https://legitimatesounding.com/sv-modular",
"pluginUrl": "https://legitimatesounding.com/sv-modular",
"manualUrl": "https://legitimatesounding.com/sv-modular",
"authorEmail": "contact@svmodular.com",
"authorUrl": "https://svmodular.com/",
"pluginUrl": "https://svmodular.com/plugin/vcv/synthetic.html",
"manualUrl": "https://svmodular.com/plugin/vcv/synthetic.html",
"description": "Virtual Semi-Modular Instruments.",
"modules": [ "modules": [
{ {
"slug": "Eastside", "slug": "Eastside",
"name": "Eastside", "name": "Eastside",
"description": "Eastside Polyphonic Synth", "description": "Eastside Polyphonic Synth",
"manualUrl": "https://svmodular.s3-us-west-2.amazonaws.com/manual/synthetic/Eastside.pdf",
"tags": [ "tags": [
"Synth voice", "Synth voice",
"Polyphonic" "Polyphonic"
@@ -23,6 +25,7 @@
"slug": "BigBlue", "slug": "BigBlue",
"name": "Big Blue", "name": "Big Blue",
"description": "Big Blue Polyphonic Synth", "description": "Big Blue Polyphonic Synth",
"manualUrl": "https://svmodular.s3-us-west-2.amazonaws.com/manual/synthetic/BigBlue.pdf",
"tags": [ "tags": [
"Synth voice", "Synth voice",
"Polyphonic" "Polyphonic"
@@ -32,6 +35,7 @@
"slug": "Paddington", "slug": "Paddington",
"name": "Paddington", "name": "Paddington",
"description": "PAD Algorithm Based Synthesizer", "description": "PAD Algorithm Based Synthesizer",
"manualUrl": "https://svmodular.s3-us-west-2.amazonaws.com/manual/synthetic/Paddington.pdf",
"tags": [ "tags": [
"Oscillator" "Oscillator"
] ]
@@ -39,10 +43,22 @@
{ {
"slug": "Alchemy", "slug": "Alchemy",
"name": "Alchemy", "name": "Alchemy",
"description": "Alchemy Polyphonic Synth",
"description": "Alchemy Synth",
"manualUrl": "https://svmodular.s3-us-west-2.amazonaws.com/manual/synthetic/Alchemy.pdf",
"tags": [ "tags": [
"Synth voice" "Synth voice"
] ]
},
{
"slug": "Caillou",
"name": "Caillou",
"description": "Caillou Granular Resynthesis Engine",
"manualUrl": "https://svmodular.s3-us-west-2.amazonaws.com/manual/synthetic/Caillou.pdf",
"tags": [
"Synth voice",
"Granular",
"Oscillator"
]
} }
] ]
} }

Loading…
Cancel
Save