diff --git a/manifests-cache.json b/manifests-cache.json index 4e03a366..dd9339b7 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -16414,5 +16414,17 @@ "creationTimestamp": 1771177855.3825686 } } + }, + "tapestry": { + "buildTimestamp": 1771541758.5734015, + "creationTimestamp": 1771541758.7056906, + "modules": { + "Tapestry": { + "creationTimestamp": 1771541758.8021507 + }, + "TapestryExpander": { + "creationTimestamp": 1771541758.8979719 + } + } } } \ No newline at end of file diff --git a/manifests/tapestry.json b/manifests/tapestry.json new file mode 100644 index 00000000..96064501 --- /dev/null +++ b/manifests/tapestry.json @@ -0,0 +1,36 @@ +{ + "slug": "tapestry", + "name": "Tapestry", + "version": "2.0.0", + "license": "GPL-3.0-or-later", + "brand": "Shortwav Labs", + "author": "Stephane Pericat", + "authorEmail": "contact@shortwavlabs.com", + "manualUrl": "https://github.com/shortwavlabs/vcv-tapestry/blob/main/docs/INDEX.md", + "sourceUrl": "https://github.com/shortwavlabs/vcv-tapestry/tree/main/src", + "donateUrl": "https://ko-fi.com/shortwavlabs", + "changelogUrl": "https://github.com/shortwavlabs/vcv-tapestry/blob/main/docs/CHANGELOG.md", + "modules": [ + { + "slug": "Tapestry", + "name": "Tapestry", + "description": "Granular microsound processor inspired by musique concr\u00e8te - manipulate audio reels with splices, grains, and morph controls", + "tags": [ + "Sampler", + "Granular", + "Recording" + ] + }, + { + "slug": "TapestryExpander", + "name": "Tapestry Expander", + "description": "Effects expander for Tapestry - adds Bit Crusher and Moog VCF 24dB/oct lowpass filter with CV control", + "tags": [ + "Effect", + "Filter", + "Distortion", + "Expander" + ] + } + ] +} \ No newline at end of file