Browse Source

Update manifest voxglitch to 2.15.0, Bogaudio to 2.0.40, PathSet to 2.3.0, Coffee to 2.2.1, PinkTrombone to 2.0.1, h4n4-modules to 2.1.1

pull/785/head
Andrew Belt 2 years ago
parent
commit
c6965b0891
7 changed files with 107 additions and 18 deletions
  1. +27
    -6
      manifests-cache.json
  2. +1
    -1
      manifests/Bogaudio.json
  3. +52
    -3
      manifests/Coffee.json
  4. +20
    -1
      manifests/PathSet.json
  5. +1
    -1
      manifests/PinkTrombone.json
  6. +5
    -5
      manifests/h4n4-modules.json
  7. +1
    -1
      manifests/voxglitch.json

+ 27
- 6
manifests-cache.json View File

@@ -381,7 +381,7 @@
}
},
"voxglitch": {
"buildTimestamp": 1653919247.3070877,
"buildTimestamp": 1654475263.9276118,
"creationTimestamp": 1579792597.0,
"modules": {
"autobreak": {
@@ -800,7 +800,7 @@
}
},
"Bogaudio": {
"buildTimestamp": 1638132232.9839315,
"buildTimestamp": 1654476195.165042,
"creationTimestamp": 1518016501.0,
"modules": {
"Bogaudio-VCO": {
@@ -10764,7 +10764,7 @@
}
},
"PathSet": {
"buildTimestamp": 1649866764.979544,
"buildTimestamp": 1654476251.6796424,
"creationTimestamp": 1643066843.6193788,
"modules": {
"ShiftyMod": {
@@ -10778,6 +10778,12 @@
},
"GlassPane": {
"creationTimestamp": 1649868369.8377025
},
"ShiftyExpander": {
"creationTimestamp": 1654476374.5091996
},
"Nudge": {
"creationTimestamp": 1654476374.7184265
}
}
},
@@ -10917,7 +10923,7 @@
}
},
"PinkTrombone": {
"buildTimestamp": 1651015271.327076,
"buildTimestamp": 1654476343.8617105,
"creationTimestamp": 1651015272.0198414,
"modules": {
"PinkTrombone": {
@@ -10968,7 +10974,7 @@
}
},
"Coffee": {
"buildTimestamp": 1653085271.3764687,
"buildTimestamp": 1654476318.1844678,
"creationTimestamp": 1652104145.2936816,
"modules": {
"Between": {
@@ -10985,11 +10991,26 @@
},
"Together": {
"creationTimestamp": 1653085307.3999739
},
"Tumble": {
"creationTimestamp": 1654476375.020715
},
"Set": {
"creationTimestamp": 1654476375.1630538
},
"Fork": {
"creationTimestamp": 1654476375.309027
},
"Some2": {
"creationTimestamp": 1654476375.4456592
},
"Tap": {
"creationTimestamp": 1654476375.5891972
}
}
},
"h4n4-modules": {
"buildTimestamp": 1652376759.1701515,
"buildTimestamp": 1654476373.4757087,
"creationTimestamp": 1652376851.9066048,
"modules": {
"xen-qnt": {


+ 1
- 1
manifests/Bogaudio.json View File

@@ -1,7 +1,7 @@
{
"slug": "Bogaudio",
"name": "Bogaudio",
"version": "2.0.39",
"version": "2.0.40",
"license": "GPL-3.0-or-later",
"brand": "Bogaudio",
"author": "Matt Demanett",


+ 52
- 3
manifests/Coffee.json View File

@@ -1,7 +1,7 @@
{
"slug": "Coffee",
"name": "Coffee",
"version": "2.1.0",
"version": "2.2.1",
"license": "GPL-3.0-or-later",
"brand": "Coffee",
"author": "CoffeeVCV",
@@ -53,14 +53,63 @@
{
"slug": "Together",
"name": "Together",
"description": "An 8 channel, 4 group Euclidian sequencer, with triggered randomized movement.",
"description": "An 8 channel, 4 group sequencer, with triggered randomized movement.",
"tags": [
"utility",
"Utility",
"Clock modulator",
"Logic",
"Random",
"Sequencer"
]
},
{
"slug": "Tumble",
"name": "Tumble",
"description": "A chain of up to 8 pulse countdowns, which can produce bursts of triggers or gates.",
"tags": [
"Utility",
"Clock modulator",
"Logic",
"Sequencer"
]
},
{
"slug": "Set",
"name": "Set",
"description": "Dual offset and scaling with CV control.",
"tags": [
"Utility",
"Dual"
]
},
{
"slug": "Fork",
"name": "Fork",
"description": "Provide two inputs and a probability/chance, will output one, when triggered.",
"tags": [
"Utility",
"Logic",
"Random",
"Sample and hold"
]
},
{
"slug": "Some2",
"name": "Some2",
"description": "On trigger, based on a CV input, between 0-n input is passed to outputs.",
"tags": [
"Utility",
"Random",
"Logic"
]
},
{
"slug": "Tap",
"name": "Tap",
"description": "Three push buttons to control tree triggers and gates.",
"tags": [
"Utility"
]
}
]
}

+ 20
- 1
manifests/PathSet.json View File

@@ -1,7 +1,7 @@
{
"slug": "PathSet",
"name": "Path Set: Free",
"version": "2.2.0",
"version": "2.3.0",
"license": "GPL-3.0-or-later",
"brand": "Path Set",
"author": "Andrew Hanson",
@@ -17,6 +17,7 @@
"slug": "ShiftyMod",
"name": "Shifty",
"description": "Gate shift register with controllable delays. Create generative gate sequences from a single clock.",
"manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Shifty.md",
"tags": [
"Clock",
"Clock modulator",
@@ -27,6 +28,7 @@
"slug": "IceTray",
"name": "IceTray",
"description": "Speed shifter and tape delay with selective memory. Perform into this and it will never forget your mistakes.",
"manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/IceTray.md",
"tags": [
"Delay",
"Recording",
@@ -37,6 +39,7 @@
"slug": "AstroVibe",
"name": "AstroVibe",
"description": "Three stereo oscillators or LFOs with random waveforms. Explore a universe of unique waveforms.",
"manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/AstroVibe.md",
"tags": [
"VCO",
"LFO",
@@ -52,6 +55,22 @@
"Sequencer",
"Random"
]
},
{
"slug": "ShiftyExpander",
"name": "ShiftyExpander",
"hidden": true,
"description": "",
"manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Shifty.md",
"tags": []
},
{
"slug": "Nudge",
"name": "Nudge",
"description": "Modulation generator that lets you randomly nudge the modulations whenever you want.",
"tags": [
"Random"
]
}
]
}

+ 1
- 1
manifests/PinkTrombone.json View File

@@ -1,7 +1,7 @@
{
"slug": "PinkTrombone",
"name": "PinkTrombone",
"version": "2.0.0",
"version": "2.0.1",
"license": "GPL-3.0-or-later",
"brand": "PinkTrombone",
"author": "Vega Deftwing",


+ 5
- 5
manifests/h4n4-modules.json View File

@@ -1,27 +1,27 @@
{
"slug": "h4n4-modules",
"name": "H4N4 Modules",
"version": "2.1.0",
"version": "2.1.1",
"license": "GPL-3.0-or-later",
"brand": "H4N4",
"author": "Hanna Koppelaar",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "",
"manualUrl": "https://github.com/hannakoppelaar/h4n4-modules",
"sourceUrl": "https://github.com/hannakoppelaar/h4n4-modules",
"donateUrl": "https://paypal.me/hannakoppelaar",
"changelogUrl": "",
"changelogUrl": "https://github.com/hannakoppelaar/h4n4-modules/blob/main/CHANGELOG.md",
"modules": [
{
"slug": "xen-qnt",
"name": "Xen Quantizer",
"description": "Polyphonic Scala Quantizer",
"description": "Polyphonic CV-controllable Scala Quantizer",
"tags": [
"quantizer",
"polyphonic"
],
"manualUrl": "https://github.com/hannakoppelaar/h4n4-modules#xen-qnt",
"manualUrl": "https://github.com/hannakoppelaar/h4n4-modules#xen-quantizer",
"keywords": "xenharmonic microtonal"
}
]

+ 1
- 1
manifests/voxglitch.json View File

@@ -1,7 +1,7 @@
{
"slug": "voxglitch",
"name": "Voxglitch",
"version": "2.14.1",
"version": "2.15.0",
"license": "GPL-3.0-or-later",
"brand": "Voxglitch",
"author": "Bret Truchan",


Loading…
Cancel
Save