@@ -2553,7 +2553,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"unless_modules": { | "unless_modules": { | ||||
"buildTimestamp": 1649866719.355262, | |||||
"buildTimestamp": 1693899710.2956753, | |||||
"creationTimestamp": 1524653643.0, | "creationTimestamp": 1524653643.0, | ||||
"modules": { | "modules": { | ||||
"markov": { | "markov": { | ||||
@@ -3921,7 +3921,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"Valley": { | "Valley": { | ||||
"buildTimestamp": 1693679821.2225945, | |||||
"buildTimestamp": 1693899833.8250353, | |||||
"creationTimestamp": 1521979525.0, | "creationTimestamp": 1521979525.0, | ||||
"modules": { | "modules": { | ||||
"Topograph": { | "Topograph": { | ||||
@@ -11442,7 +11442,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"StochasticTelegraph": { | "StochasticTelegraph": { | ||||
"buildTimestamp": 1684718696.2898228, | |||||
"buildTimestamp": 1693899654.5792968, | |||||
"creationTimestamp": 1649868370.1906905, | "creationTimestamp": 1649868370.1906905, | ||||
"modules": { | "modules": { | ||||
"Drifter": { | "Drifter": { | ||||
@@ -11456,6 +11456,9 @@ | |||||
}, | }, | ||||
"Fermata": { | "Fermata": { | ||||
"creationTimestamp": 1683854065.0050287 | "creationTimestamp": 1683854065.0050287 | ||||
}, | |||||
"TTY": { | |||||
"creationTimestamp": 1693899834.0065088 | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -1,7 +1,8 @@ | |||||
{ | { | ||||
"slug": "StochasticTelegraph", | "slug": "StochasticTelegraph", | ||||
"name": "Stochastic Telegraph", | "name": "Stochastic Telegraph", | ||||
"version": "2.0.11", | |||||
"version": "2.0.12", | |||||
"minRackVersion": "2.4.0", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"brand": "Stochastic Telegraph", | "brand": "Stochastic Telegraph", | ||||
"author": "Mahlen Morris", | "author": "Mahlen Morris", | ||||
@@ -16,7 +17,7 @@ | |||||
{ | { | ||||
"slug": "BASICally", | "slug": "BASICally", | ||||
"name": "BASICally", | "name": "BASICally", | ||||
"description": "Generate sequences or perform math on inputs with a simple BASIC-like language.", | |||||
"description": "Generate sequences, perform math on inputs, and even multitask with a simple BASIC-like language. Can also send Tipsy text messages to modules that support them.", | |||||
"manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#basically", | "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#basically", | ||||
"tags": [ | "tags": [ | ||||
"Attenuator", | "Attenuator", | ||||
@@ -57,6 +58,17 @@ | |||||
"Utility", | "Utility", | ||||
"Voltage-controlled amplifier" | "Voltage-controlled amplifier" | ||||
] | ] | ||||
}, | |||||
{ | |||||
"slug": "TTY", | |||||
"name": "TTY", | |||||
"description": "Logs values from cables or text messages from Tipsy text sources. Makes monitoring of values or logging far easier. TTY is resizable, scrolls, has font and color choices, and more.", | |||||
"manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#tty", | |||||
"tags": [ | |||||
"Recording", | |||||
"Utility", | |||||
"Visual" | |||||
] | |||||
} | } | ||||
] | ] | ||||
} | } |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "Valley", | "slug": "Valley", | ||||
"name": "Valley", | "name": "Valley", | ||||
"version": "2.4.0", | |||||
"version": "2.4.1", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"author": "Valley", | "author": "Valley", | ||||
"authorEmail": "valley.audio.soft@gmail.com", | "authorEmail": "valley.audio.soft@gmail.com", | ||||
@@ -3,7 +3,7 @@ | |||||
"name": "unless modules", | "name": "unless modules", | ||||
"author": "\u00c1kos Plesznivy", | "author": "\u00c1kos Plesznivy", | ||||
"brand": "unless games", | "brand": "unless games", | ||||
"version": "2.2.5", | |||||
"version": "2.2.6", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"authorEmail": "unlessgames@gmail.com", | "authorEmail": "unlessgames@gmail.com", | ||||
"pluginUrl": "https://gitlab.com/unlessgames/unless_modules", | "pluginUrl": "https://gitlab.com/unlessgames/unless_modules", | ||||