@@ -3559,7 +3559,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"JW-Modules": { | "JW-Modules": { | ||||
"buildTimestamp": 1749351047.4466386, | |||||
"buildTimestamp": 1749496339.827272, | |||||
"creationTimestamp": 1518016501.0, | "creationTimestamp": 1518016501.0, | ||||
"modules": { | "modules": { | ||||
"BlankPanel_SM": { | "BlankPanel_SM": { | ||||
@@ -12261,7 +12261,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"CosineKitty-Sapphire": { | "CosineKitty-Sapphire": { | ||||
"buildTimestamp": 1741018148.708142, | |||||
"buildTimestamp": 1749496238.8030164, | |||||
"creationTimestamp": 1660869608.068208, | "creationTimestamp": 1660869608.068208, | ||||
"modules": { | "modules": { | ||||
"Moots": { | "Moots": { | ||||
@@ -12326,6 +12326,15 @@ | |||||
}, | }, | ||||
"Env": { | "Env": { | ||||
"creationTimestamp": 1741018378.0939243 | "creationTimestamp": 1741018378.0939243 | ||||
}, | |||||
"Echo": { | |||||
"creationTimestamp": 1749496339.9739056 | |||||
}, | |||||
"EchoOut": { | |||||
"creationTimestamp": 1749496340.0472145 | |||||
}, | |||||
"EchoTap": { | |||||
"creationTimestamp": 1749496340.1209161 | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "CosineKitty-Sapphire", | "slug": "CosineKitty-Sapphire", | ||||
"name": "Sapphire", | "name": "Sapphire", | ||||
"version": "2.5.8", | |||||
"version": "2.5.9", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"brand": "Sapphire", | "brand": "Sapphire", | ||||
"author": "Don Cross", | "author": "Don Cross", | ||||
@@ -22,6 +22,40 @@ | |||||
"Expander" | "Expander" | ||||
] | ] | ||||
}, | }, | ||||
{ | |||||
"slug": "Echo", | |||||
"name": "Echo", | |||||
"description": "A multi-layer stereo/polyphonic delay looper.", | |||||
"manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/doc/Echo.md", | |||||
"tags": [ | |||||
"Delay", | |||||
"Polyphonic" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "EchoOut", | |||||
"name": "Echo Out", | |||||
"hidden": true, | |||||
"description": "Expander that mixes output from a chain of Echo modules.", | |||||
"manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/doc/Echo.md", | |||||
"tags": [ | |||||
"Delay", | |||||
"Polyphonic", | |||||
"Expander" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "EchoTap", | |||||
"name": "Echo Tap", | |||||
"hidden": true, | |||||
"description": "Expander that adds another link in a chain of Echo modules.", | |||||
"manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/doc/Echo.md", | |||||
"tags": [ | |||||
"Delay", | |||||
"Polyphonic", | |||||
"Expander" | |||||
] | |||||
}, | |||||
{ | { | ||||
"slug": "Elastika", | "slug": "Elastika", | ||||
"name": "Elastika", | "name": "Elastika", | ||||
@@ -10,7 +10,7 @@ | |||||
"sourceUrl": "https://github.com/jeremywen/JW-Modules", | "sourceUrl": "https://github.com/jeremywen/JW-Modules", | ||||
"donateUrl": "https://www.paypal.me/jeremywen", | "donateUrl": "https://www.paypal.me/jeremywen", | ||||
"changelogUrl": "https://github.com/jeremywen/JW-Modules/blob/master/CHANGELOG.md", | "changelogUrl": "https://github.com/jeremywen/JW-Modules/blob/master/CHANGELOG.md", | ||||
"version": "2.0.14", | |||||
"version": "2.0.15", | |||||
"modules": [ | "modules": [ | ||||
{ | { | ||||
"slug": "BlankPanel_1HP", | "slug": "BlankPanel_1HP", | ||||