Browse Source

Update manifest StochasticTelegraph to 2.0.17

v2
Andrew Belt 7 months ago
parent
commit
0bccdfcb66
2 changed files with 18 additions and 3 deletions
  1. +4
    -1
      manifests-cache.json
  2. +14
    -2
      manifests/StochasticTelegraph.json

+ 4
- 1
manifests-cache.json View File

@@ -11622,7 +11622,7 @@
} }
}, },
"StochasticTelegraph": { "StochasticTelegraph": {
"buildTimestamp": 1723331162.5657387,
"buildTimestamp": 1727516590.2641466,
"creationTimestamp": 1649868370.1906905, "creationTimestamp": 1649868370.1906905,
"modules": { "modules": {
"Drifter": { "Drifter": {
@@ -11654,6 +11654,9 @@
}, },
"Fixation": { "Fixation": {
"creationTimestamp": 1723331282.5051563 "creationTimestamp": 1723331282.5051563
},
"Venn": {
"creationTimestamp": 1727516590.5533786
} }
} }
}, },


+ 14
- 2
manifests/StochasticTelegraph.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "StochasticTelegraph", "slug": "StochasticTelegraph",
"name": "Stochastic Telegraph", "name": "Stochastic Telegraph",
"version": "2.0.16",
"version": "2.0.17",
"minRackVersion": "2.4.0", "minRackVersion": "2.4.0",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "Stochastic Telegraph", "brand": "Stochastic Telegraph",
@@ -22,6 +22,7 @@
"tags": [ "tags": [
"Attenuator", "Attenuator",
"Function Generator", "Function Generator",
"Logic",
"Sequencer", "Sequencer",
"Sample and hold", "Sample and hold",
"Utility" "Utility"
@@ -63,7 +64,7 @@
{ {
"slug": "TTY", "slug": "TTY",
"name": "TTY", "name": "TTY",
"description": "Logs values from cables and/or text messages from Tipsy text sources (e.g., BASICally). Makes monitoring of values or logging far easier. TTY is resizable, scrolls, has font and color choices, and more.",
"description": "Logs values from cables and/or text messages from Tipsy text sources (e.g., BASICally, Memory). 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", "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#tty",
"tags": [ "tags": [
"Recording", "Recording",
@@ -123,6 +124,17 @@
"Expander", "Expander",
"Visual" "Visual"
] ]
},
{
"slug": "Venn",
"name": "Venn",
"description": "2D graphical approach to control signal generation. A single moving or mouse-driven point causes up to 16 circles to output signals based on the point's position within them.",
"manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#venn",
"tags": [
"Controller",
"Polyphonic",
"Visual"
]
} }
] ]
} }

Loading…
Cancel
Save