@@ -1989,7 +1989,7 @@ | |||||
"modules": {} | "modules": {} | ||||
}, | }, | ||||
"ImpromptuModular": { | "ImpromptuModular": { | ||||
"buildTimestamp": 1680831138.3983412, | |||||
"buildTimestamp": 1681691770.4250228, | |||||
"creationTimestamp": 1521979525.0, | "creationTimestamp": 1521979525.0, | ||||
"modules": { | "modules": { | ||||
"Tact": { | "Tact": { | ||||
@@ -2298,7 +2298,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"MindMeldModular": { | "MindMeldModular": { | ||||
"buildTimestamp": 1680830207.6157942, | |||||
"buildTimestamp": 1681691176.918196, | |||||
"creationTimestamp": 1572165273.0, | "creationTimestamp": 1572165273.0, | ||||
"modules": { | "modules": { | ||||
"MixMasterJr": { | "MixMasterJr": { | ||||
@@ -2737,7 +2737,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"Geodesics": { | "Geodesics": { | ||||
"buildTimestamp": 1674371172.9863153, | |||||
"buildTimestamp": 1681691911.0890133, | |||||
"creationTimestamp": 1534547467.0, | "creationTimestamp": 1534547467.0, | ||||
"modules": { | "modules": { | ||||
"BlackHoles": { | "BlackHoles": { | ||||
@@ -12195,7 +12195,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"Digital-Apothecary": { | "Digital-Apothecary": { | ||||
"buildTimestamp": 1673758883.8531945, | |||||
"buildTimestamp": 1681691284.2545714, | |||||
"creationTimestamp": 1673295703.185741, | "creationTimestamp": 1673295703.185741, | ||||
"modules": { | "modules": { | ||||
"Sage": { | "Sage": { | ||||
@@ -12367,5 +12367,14 @@ | |||||
"creationTimestamp": 1680833187.1102598 | "creationTimestamp": 1680833187.1102598 | ||||
} | } | ||||
} | } | ||||
}, | |||||
"vanTies": { | |||||
"buildTimestamp": 1681691238.2266002, | |||||
"creationTimestamp": 1681691911.9831073, | |||||
"modules": { | |||||
"Ad": { | |||||
"creationTimestamp": 1681691912.380384 | |||||
} | |||||
} | |||||
} | } | ||||
} | } |
@@ -1,11 +1,11 @@ | |||||
{ | { | ||||
"slug": "Digital-Apothecary", | "slug": "Digital-Apothecary", | ||||
"name": "Digital Apothecary", | "name": "Digital Apothecary", | ||||
"version": "2.0.4", | |||||
"version": "2.0.5", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"brand": "Digital Apothecary", | "brand": "Digital Apothecary", | ||||
"author": "Evan JJ Edwards", | |||||
"authorEmail": "eedwards5@wisc.edu", | |||||
"author": "Evan Edwards", | |||||
"authorEmail": "", | |||||
"authorUrl": "", | "authorUrl": "", | ||||
"pluginUrl": "", | "pluginUrl": "", | ||||
"manualUrl": "", | "manualUrl": "", | ||||
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "Geodesics", | "slug": "Geodesics", | ||||
"name": "Geodesics", | "name": "Geodesics", | ||||
"version": "2.3.0", | |||||
"version": "2.3.1", | |||||
"license": "GPL-3.0-only", | "license": "GPL-3.0-only", | ||||
"author": "Pyer & Marc Boul\u00e9", | "author": "Pyer & Marc Boul\u00e9", | ||||
"brand": "Geodesics", | "brand": "Geodesics", | ||||
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "ImpromptuModular", | "slug": "ImpromptuModular", | ||||
"name": "Impromptu", | "name": "Impromptu", | ||||
"version": "2.1.2", | |||||
"version": "2.1.3", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"author": "Marc Boul\u00e9", | "author": "Marc Boul\u00e9", | ||||
"brand": "Impromptu", | "brand": "Impromptu", | ||||
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "MindMeldModular", | "slug": "MindMeldModular", | ||||
"name": "MindMeld", | "name": "MindMeld", | ||||
"version": "2.2.2", | |||||
"version": "2.2.3", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"author": "S.Baker and M.Boul\u00e9 ", | "author": "S.Baker and M.Boul\u00e9 ", | ||||
"brand": "MindMeld", | "brand": "MindMeld", | ||||
@@ -0,0 +1,27 @@ | |||||
{ | |||||
"slug": "vanTies", | |||||
"name": "van Ties", | |||||
"version": "2.0.0", | |||||
"license": "GPL-3.0-or-later", | |||||
"brand": "", | |||||
"author": "Matthias Sars", | |||||
"authorEmail": "", | |||||
"authorUrl": "http://www.matthiassars.eu", | |||||
"pluginUrl": "", | |||||
"manualUrl": "https://github.com/matthiassars/vanTies/blob/main/manual.pdf", | |||||
"sourceUrl": "", | |||||
"donateUrl": "", | |||||
"changelogUrl": "", | |||||
"modules": [ | |||||
{ | |||||
"slug": "Ad", | |||||
"name": "Ad", | |||||
"description": "additive oscillator", | |||||
"tags": [ | |||||
"Oscillator", | |||||
"Polyphonic" | |||||
], | |||||
"keywords": "additive" | |||||
} | |||||
] | |||||
} |