@@ -599,7 +599,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"Fundamental": { | "Fundamental": { | ||||
"buildTimestamp": 1653387650.6516123, | |||||
"buildTimestamp": 1657939250.7140658, | |||||
"creationTimestamp": 1518016501.0, | "creationTimestamp": 1518016501.0, | ||||
"modules": { | "modules": { | ||||
"VCO": { | "VCO": { | ||||
@@ -691,6 +691,18 @@ | |||||
}, | }, | ||||
"Fade": { | "Fade": { | ||||
"creationTimestamp": 1653361431.5703387 | "creationTimestamp": 1653361431.5703387 | ||||
}, | |||||
"Logic": { | |||||
"creationTimestamp": 1657939252.0139658 | |||||
}, | |||||
"Compare": { | |||||
"creationTimestamp": 1657939252.222999 | |||||
}, | |||||
"Gates": { | |||||
"creationTimestamp": 1657939252.5027719 | |||||
}, | |||||
"Process": { | |||||
"creationTimestamp": 1657939252.724961 | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "Fundamental", | "slug": "Fundamental", | ||||
"name": "Fundamental", | |||||
"version": "2.2.1", | |||||
"name": "VCV Fundamental", | |||||
"version": "2.3.0", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"brand": "VCV", | "brand": "VCV", | ||||
"author": "VCV", | "author": "VCV", | ||||
@@ -311,6 +311,40 @@ | |||||
"Utility", | "Utility", | ||||
"Polyphonic" | "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" | |||||
] | |||||
} | } | ||||
] | ] | ||||
} | } |