Browse Source

Update manifest Fundamental to 2.3.0

pull/785/head
Andrew Belt 2 years ago
parent
commit
38d7194c46
2 changed files with 49 additions and 3 deletions
  1. +13
    -1
      manifests-cache.json
  2. +36
    -2
      manifests/Fundamental.json

+ 13
- 1
manifests-cache.json View File

@@ -599,7 +599,7 @@
}
},
"Fundamental": {
"buildTimestamp": 1653387650.6516123,
"buildTimestamp": 1657939250.7140658,
"creationTimestamp": 1518016501.0,
"modules": {
"VCO": {
@@ -691,6 +691,18 @@
},
"Fade": {
"creationTimestamp": 1653361431.5703387
},
"Logic": {
"creationTimestamp": 1657939252.0139658
},
"Compare": {
"creationTimestamp": 1657939252.222999
},
"Gates": {
"creationTimestamp": 1657939252.5027719
},
"Process": {
"creationTimestamp": 1657939252.724961
}
}
},


+ 36
- 2
manifests/Fundamental.json View File

@@ -1,7 +1,7 @@
{
"slug": "Fundamental",
"name": "Fundamental",
"version": "2.2.1",
"name": "VCV Fundamental",
"version": "2.3.0",
"license": "GPL-3.0-or-later",
"brand": "VCV",
"author": "VCV",
@@ -311,6 +311,40 @@
"Utility",
"Polyphonic"
]
},
{
"slug": "Logic",
"name": "Logic",
"description": "Gate logic processor",
"tags": [
"Logic",
"Polyphonic"
]
},
{
"slug": "Compare",
"name": "Compare",
"description": "Compares two voltages",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "Gates",
"name": "Gates",
"description": "Gate processor",
"tags": [
"Polyphonic"
]
},
{
"slug": "Process",
"name": "Process",
"description": "CV processor",
"tags": [
"Polyphonic"
]
}
]
}

Loading…
Cancel
Save