@@ -9078,7 +9078,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"Sha-Bang-Modules": { | "Sha-Bang-Modules": { | ||||
"buildTimestamp": 1633048854.544569, | |||||
"buildTimestamp": 1633689366.1231272, | |||||
"creationTimestamp": 1602486511.7177973, | "creationTimestamp": 1602486511.7177973, | ||||
"modules": { | "modules": { | ||||
"StochSeq": { | "StochSeq": { | ||||
@@ -9633,7 +9633,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"Extratone": { | "Extratone": { | ||||
"buildTimestamp": 1632741477.6070666, | |||||
"buildTimestamp": 1633688585.8065927, | |||||
"creationTimestamp": 1620402349.2390156, | "creationTimestamp": 1620402349.2390156, | ||||
"modules": { | "modules": { | ||||
"Modulo": { | "Modulo": { | ||||
@@ -9662,6 +9662,12 @@ | |||||
}, | }, | ||||
"Mesoglea": { | "Mesoglea": { | ||||
"creationTimestamp": 1632742123.0051847 | "creationTimestamp": 1632742123.0051847 | ||||
}, | |||||
"Mesohyl": { | |||||
"creationTimestamp": 1633689366.576048 | |||||
}, | |||||
"XtrtnBlank": { | |||||
"creationTimestamp": 1633689366.7068586 | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -10003,5 +10009,29 @@ | |||||
"creationTimestamp": 1632765451.8003767 | "creationTimestamp": 1632765451.8003767 | ||||
} | } | ||||
} | } | ||||
}, | |||||
"Tonecarver": { | |||||
"buildTimestamp": 1633688531.4152114, | |||||
"creationTimestamp": 1633689366.7989447, | |||||
"modules": { | |||||
"Blur": { | |||||
"creationTimestamp": 1633689366.878952 | |||||
}, | |||||
"Morse": { | |||||
"creationTimestamp": 1633689367.0033875 | |||||
} | |||||
} | |||||
}, | |||||
"DelexanderVol1": { | |||||
"buildTimestamp": 1633689274.7641296, | |||||
"creationTimestamp": 1633689367.230104, | |||||
"modules": { | |||||
"Algomorph": { | |||||
"creationTimestamp": 1633689367.3463488 | |||||
}, | |||||
"AlgomorphSmall": { | |||||
"creationTimestamp": 1633689367.4626439 | |||||
} | |||||
} | |||||
} | } | ||||
} | } |
@@ -0,0 +1,44 @@ | |||||
{ | |||||
"slug": "DelexanderVol1", | |||||
"name": "Delexander Volume 1", | |||||
"version": "1.0.0", | |||||
"license": "GPL-3.0-only", | |||||
"brand": "Delexander", | |||||
"author": "Delexander Collective", | |||||
"authorEmail": "delexander.modules@gmail.com", | |||||
"authorUrl": "https://github.com/Delexander", | |||||
"pluginUrl": "https://github.com/Delexander/Volume1", | |||||
"sourceUrl": "https://github.com/Delexander/Volume1.git", | |||||
"manualUrl": "https://github.com/Delexander/Volume1/blob/v1/README.md", | |||||
"changelogUrl": "https://github.com/Delexander/Volume1/blob/v1/CHANGELOG.md", | |||||
"donateUrl": "https://www.buymeacoffee.com/delexander", | |||||
"modules": [ | |||||
{ | |||||
"slug": "Algomorph", | |||||
"name": "Algomorph", | |||||
"description": "4-Channel Multistate Router with Morphing and Graph Visualization", | |||||
"disabled": true, | |||||
"tags": [ | |||||
"Mixer", | |||||
"Multiple", | |||||
"Polyphonic", | |||||
"Quad", | |||||
"Utility", | |||||
"Visual" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "AlgomorphSmall", | |||||
"name": "Algomorph Pocket", | |||||
"description": "Miniature 4-Channel Multistate Router with Morphing and Graph Visualization", | |||||
"tags": [ | |||||
"Mixer", | |||||
"Multiple", | |||||
"Polyphonic", | |||||
"Quad", | |||||
"Utility", | |||||
"Visual" | |||||
] | |||||
} | |||||
] | |||||
} |
@@ -1,11 +1,11 @@ | |||||
{ | { | ||||
"slug": "Extratone", | "slug": "Extratone", | ||||
"name": "Extratone", | "name": "Extratone", | ||||
"version": "1.3.0", | |||||
"version": "1.3.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", | ||||
"authorEmail": "extratonexyz@gmail.com", | |||||
"authorEmail": "sheep@extratone.xyz", | |||||
"authorUrl": "http://extratone.xyz/sheep", | "authorUrl": "http://extratone.xyz/sheep", | ||||
"pluginUrl": "http://extratone.xyz/modules", | "pluginUrl": "http://extratone.xyz/modules", | ||||
"manualUrl": "http://extratone.xyz/modules", | "manualUrl": "http://extratone.xyz/modules", | ||||
@@ -97,6 +97,24 @@ | |||||
"Utility", | "Utility", | ||||
"Polyphonic" | "Polyphonic" | ||||
] | ] | ||||
}, | |||||
{ | |||||
"slug": "Mesohyl", | |||||
"name": "Mesohyl", | |||||
"description": "Easy knobs with built-in S&H powers.", | |||||
"tags": [ | |||||
"Sample and hold", | |||||
"Utility", | |||||
"Controller" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "XtrtnBlank", | |||||
"name": "Heraldry", | |||||
"description": "3600BPM Cult. Esoteric meme heraldry.", | |||||
"tags": [ | |||||
"Blank" | |||||
] | |||||
} | } | ||||
] | ] | ||||
} | } |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "Sha-Bang-Modules", | "slug": "Sha-Bang-Modules", | ||||
"name": "Sha#Bang! Modules", | "name": "Sha#Bang! Modules", | ||||
"version": "1.3.5", | |||||
"version": "1.3.6", | |||||
"license": "GPL-3.0-only", | "license": "GPL-3.0-only", | ||||
"author": "Jeremy Muller", | "author": "Jeremy Muller", | ||||
"authorEmail": "jeremy@jeremymuller.com", | "authorEmail": "jeremy@jeremymuller.com", | ||||
@@ -0,0 +1,31 @@ | |||||
{ | |||||
"slug": "Tonecarver", | |||||
"name": "Tonecarver", | |||||
"version": "1.0.1", | |||||
"license": "proprietary", | |||||
"brand": "Tonecarver", | |||||
"author": "Bill Davies", | |||||
"authorEmail": "bdavies00@yahoo.com", | |||||
"authorUrl": "", | |||||
"pluginUrl": "", | |||||
"manualUrl": "https://github.com/Tonecarver/tcRackModules#readme", | |||||
"sourceUrl": "https://github.com/Tonecarver/tcRackModules", | |||||
"donateUrl": "", | |||||
"changelogUrl": "", | |||||
"modules": [ | |||||
{ | |||||
"slug": "Blur", | |||||
"name": "Blur", | |||||
"description": "Spectral Blur", | |||||
"tags": [ | |||||
"spectral" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "Morse", | |||||
"name": "Morse", | |||||
"description": "Generate Morse Code gate sequence", | |||||
"tags": [] | |||||
} | |||||
] | |||||
} |