diff --git a/manifests-cache.json b/manifests-cache.json index bc2f7b61..ae8f95bf 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -12417,7 +12417,7 @@ } }, "TMT": { - "buildTimestamp": 1683854060.4449294, + "buildTimestamp": 1684662617.079797, "creationTimestamp": 1683854061.151333, "modules": { "Shuffle": { diff --git a/manifests/TMT.json b/manifests/TMT.json new file mode 100644 index 00000000..db1ba5b2 --- /dev/null +++ b/manifests/TMT.json @@ -0,0 +1,71 @@ +{ + "slug": "TMT", + "name": "T's Musical Tools", + "version": "2.0.0", + "license": "MIT", + "brand": "T", + "author": "T", + "authorEmail": "hillhand@gmail.com", + "authorUrl": "https://github.com/Jadael/", + "pluginUrl": "https://github.com/Jadael/TMT", + "manualUrl": "https://github.com/Jadael/TMT", + "sourceUrl": "https://github.com/Jadael/TMT", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "Shuffle", + "name": "Shuffle", + "description": "Randomly re-order the channels of a polyphonic signal. CV controls for seed and number of output channels.", + "tags": [ + "Polyphonic", + "Random", + "Utility" + ] + }, + { + "slug": "Calendar", + "name": "Calendar", + "description": "A variety of LFO-like CVs, Triggers, and Gates related to time and date.", + "tags": [ + "Utility", + "LFO" + ] + }, + { + "slug": "Seed", + "name": "Seed", + "description": "Given a seed voltage, generates 16 random voltages, as 16 mono outputs and 1 polyphonic output.", + "tags": [ + "Random", + "Polyphonic" + ] + }, + { + "slug": "Ouroboros", + "name": "Ouroboros", + "description": "Sequentially step through the channels of a polyphonic input.", + "tags": [ + "Polyphonic", + "Utility" + ] + }, + { + "slug": "Append", + "name": "Append", + "description": "Append up to 16 mono or polyphonic signals together into a single list, and output a CV controlled (length, start point) subset of that list as a polyphonic signal.", + "tags": [ + "Polyphonic", + "Utility" + ] + }, + { + "slug": "Sight", + "name": "Sight", + "description": "Simple scope wih a non-linear falloff.", + "tags": [ + "Visual" + ] + } + ] +} \ No newline at end of file