Browse Source

Update manifest Fundamental to 2.2.0

pull/785/head
Andrew Belt 3 years ago
parent
commit
721bb1afd1
2 changed files with 29 additions and 2 deletions
  1. +7
    -1
      manifests-cache.json
  2. +22
    -1
      manifests/Fundamental.json

+ 7
- 1
manifests-cache.json View File

@@ -596,7 +596,7 @@
} }
}, },
"Fundamental": { "Fundamental": {
"buildTimestamp": 1644495761.5395339,
"buildTimestamp": 1653361430.1240246,
"creationTimestamp": 1518016501.0, "creationTimestamp": 1518016501.0,
"modules": { "modules": {
"VCO": { "VCO": {
@@ -682,6 +682,12 @@
}, },
"Mixer": { "Mixer": {
"creationTimestamp": 1639850439.5225868 "creationTimestamp": 1639850439.5225868
},
"CVMix": {
"creationTimestamp": 1653361431.4450376
},
"Fade": {
"creationTimestamp": 1653361431.5703387
} }
} }
}, },


+ 22
- 1
manifests/Fundamental.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Fundamental", "slug": "Fundamental",
"name": "Fundamental", "name": "Fundamental",
"version": "2.1.0",
"version": "2.2.0",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "VCV", "brand": "VCV",
"author": "VCV", "author": "VCV",
@@ -290,6 +290,27 @@
"Random", "Random",
"Sample and hold" "Sample and hold"
] ]
},
{
"slug": "CVMix",
"name": "CV Mix",
"description": "Mixes 3 CV signals with attenuverters",
"tags": [
"Mixer",
"Utility",
"Polyphonic"
]
},
{
"slug": "Fade",
"name": "Fade",
"description": "Crossfades audio or CV",
"tags": [
"Panning",
"Voltage-controlled amplifier",
"Utility",
"Polyphonic"
]
} }
] ]
} }

Loading…
Cancel
Save