@@ -1259,7 +1259,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"OrangeLine": { | "OrangeLine": { | ||||
"buildTimestamp": 1576991468.3685184, | |||||
"buildTimestamp": 1621236577.5804384, | |||||
"creationTimestamp": 1571530639.0, | "creationTimestamp": 1571530639.0, | ||||
"modules": { | "modules": { | ||||
"Fence": { | "Fence": { | ||||
@@ -1270,6 +1270,9 @@ | |||||
}, | }, | ||||
"Mother": { | "Mother": { | ||||
"creationTimestamp": 1574018254.0 | "creationTimestamp": 1574018254.0 | ||||
}, | |||||
"Phrase": { | |||||
"creationTimestamp": 1621236603.8001497 | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -4570,7 +4573,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"modular80": { | "modular80": { | ||||
"buildTimestamp": 1606667582.6718595, | |||||
"buildTimestamp": 1621236539.1194124, | |||||
"creationTimestamp": 1521868849.0, | "creationTimestamp": 1521868849.0, | ||||
"modules": { | "modules": { | ||||
"Logistiker": { | "Logistiker": { | ||||
@@ -9456,7 +9459,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"Extratone": { | "Extratone": { | ||||
"buildTimestamp": 1620885307.2354493, | |||||
"buildTimestamp": 1621236603.551131, | |||||
"creationTimestamp": 1620402349.2390156, | "creationTimestamp": 1620402349.2390156, | ||||
"modules": { | "modules": { | ||||
"Modulo": { | "Modulo": { | ||||
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "Extratone", | "slug": "Extratone", | ||||
"name": "Extratone", | "name": "Extratone", | ||||
"version": "1.1.0", | |||||
"version": "1.1.1", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"brand": "XTRTN", | "brand": "XTRTN", | ||||
"author": "Eater of Sheep", | "author": "Eater of Sheep", | ||||
@@ -16,7 +16,7 @@ | |||||
{ | { | ||||
"slug": "Modulo", | "slug": "Modulo", | ||||
"name": "Modulo", | "name": "Modulo", | ||||
"description": "Adjustable modulo operator for octave-stripping and waveshaping", | |||||
"description": "Adjustable modulo operator for octave-stripping and waveshaping.", | |||||
"tags": [ | "tags": [ | ||||
"utility", | "utility", | ||||
"waveshaper" | "waveshaper" | ||||
@@ -25,10 +25,12 @@ | |||||
{ | { | ||||
"slug": "Opabinia", | "slug": "Opabinia", | ||||
"name": "Opabinia", | "name": "Opabinia", | ||||
"description": "Easy bassdrum with folding, distortion and envelope outputs.", | |||||
"description": "Primitive bassdrum, also accepts audio input for distortion and waveshaping.", | |||||
"tags": [ | "tags": [ | ||||
"Drum", | "Drum", | ||||
"Envelope generator" | |||||
"Envelope generator", | |||||
"Distortion", | |||||
"waveshaper" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "OrangeLine", | "slug": "OrangeLine", | ||||
"name": "OrangeLine", | "name": "OrangeLine", | ||||
"version": "1.3.3", | |||||
"version": "1.3.4", | |||||
"license": "GPL-3.0-only", | "license": "GPL-3.0-only", | ||||
"brand": "", | "brand": "", | ||||
"author": "Dieter Stubler", | "author": "Dieter Stubler", | ||||
@@ -45,6 +45,15 @@ | |||||
"Polyphonic", | "Polyphonic", | ||||
"Poly" | "Poly" | ||||
] | ] | ||||
}, | |||||
{ | |||||
"slug": "Phrase", | |||||
"name": "Phrase", | |||||
"description": "Utility to sequence phrases by sequencing a sequencer", | |||||
"tags": [ | |||||
"Sequencer", | |||||
"Utility" | |||||
] | |||||
} | } | ||||
] | ] | ||||
} | } |
@@ -10,7 +10,7 @@ | |||||
"manualUrl": "https://github.com/cschol/modular80/blob/master/README.md", | "manualUrl": "https://github.com/cschol/modular80/blob/master/README.md", | ||||
"sourceUrl": "https://github.com/cschol/modular80.git", | "sourceUrl": "https://github.com/cschol/modular80.git", | ||||
"changelogUrl": "https://github.com/cschol/modular80/blob/v1/CHANGELOG.md", | "changelogUrl": "https://github.com/cschol/modular80/blob/v1/CHANGELOG.md", | ||||
"version": "1.0.2", | |||||
"version": "1.0.3", | |||||
"modules": [ | "modules": [ | ||||
{ | { | ||||
"slug": "Logistiker", | "slug": "Logistiker", | ||||