Browse Source

Update manifest TMT to 2.0.0

pull/785/head
Andrew Belt 2 years ago
parent
commit
fc966c1e0f
2 changed files with 72 additions and 1 deletions
  1. +1
    -1
      manifests-cache.json
  2. +71
    -0
      manifests/TMT.json

+ 1
- 1
manifests-cache.json View File

@@ -12417,7 +12417,7 @@
}
},
"TMT": {
"buildTimestamp": 1683854060.4449294,
"buildTimestamp": 1684662617.079797,
"creationTimestamp": 1683854061.151333,
"modules": {
"Shuffle": {


+ 71
- 0
manifests/TMT.json View File

@@ -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"
]
}
]
}

Loading…
Cancel
Save