Browse Source

Update manifest Bogaudio to 2.6.46, HawthornLabs to 2.0.2, Venom to 2.12.1

v2
Andrew Belt 1 week ago
parent
commit
c95002cea0
4 changed files with 72 additions and 11 deletions
  1. +15
    -3
      manifests-cache.json
  2. +5
    -1
      manifests/Bogaudio.json
  3. +3
    -3
      manifests/HawthornLabs.json
  4. +49
    -4
      manifests/Venom.json

+ 15
- 3
manifests-cache.json View File

@@ -860,7 +860,7 @@
}
},
"Bogaudio": {
"buildTimestamp": 1707939446.3898773,
"buildTimestamp": 1748319135.2032654,
"creationTimestamp": 1518016501.0,
"modules": {
"Bogaudio-VCO": {
@@ -13125,7 +13125,7 @@
}
},
"Venom": {
"buildTimestamp": 1735624434.533028,
"buildTimestamp": 1748319577.4257216,
"creationTimestamp": 1676260955.1683722,
"modules": {
"BernoulliSwitch": {
@@ -13289,6 +13289,18 @@
},
"WaveFolder": {
"creationTimestamp": 1731801510.4575863
},
"CrossFade3D": {
"creationTimestamp": 1748319577.5501099
},
"Pan3D": {
"creationTimestamp": 1748319577.6518052
},
"SphereToXYZ": {
"creationTimestamp": 1748319577.7426677
},
"WaveMultiplier": {
"creationTimestamp": 1748319577.834552
}
}
},
@@ -15231,7 +15243,7 @@
}
},
"HawthornLabs": {
"buildTimestamp": 1745289804.1342525,
"buildTimestamp": 1748319142.1770182,
"creationTimestamp": 1745290568.2602649,
"modules": {
"PlanetaryLFOs": {


+ 5
- 1
manifests/Bogaudio.json View File

@@ -1,7 +1,7 @@
{
"slug": "Bogaudio",
"name": "Bogaudio",
"version": "2.4.45",
"version": "2.6.46",
"license": "GPL-3.0-or-later",
"brand": "Bogaudio",
"author": "Matt Demanett",
@@ -669,6 +669,7 @@
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#switch81",
"tags": [
"Mixer",
"Switch",
"Polyphonic"
]
},
@@ -689,6 +690,7 @@
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#switch44",
"tags": [
"Mixer",
"Switch",
"Polyphonic"
]
},
@@ -699,6 +701,7 @@
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#switch88",
"tags": [
"Mixer",
"Switch",
"Polyphonic"
]
},
@@ -709,6 +712,7 @@
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#switch1616",
"tags": [
"Mixer",
"Switch",
"Polyphonic"
]
},


+ 3
- 3
manifests/HawthornLabs.json View File

@@ -1,9 +1,9 @@
{
"slug": "HawthornLabs",
"name": "Hawthorn Labs",
"version": "2.0.1",
"name": "HawthornLabs",
"version": "2.0.2",
"license": "GPL-3.0-or-later",
"brand": "Hawthorn Labs",
"brand": "HawthornLabs",
"author": "Alex Hawthorn",
"authorEmail": "alexhawthornstudio@gmail.com",
"authorUrl": "https://github.com/AFHawthorn",


+ 49
- 4
manifests/Venom.json View File

@@ -1,7 +1,7 @@
{
"slug": "Venom",
"name": "Venom",
"version": "2.11.1",
"version": "2.12.1",
"license": "GPL-3.0-or-later",
"brand": "",
"author": "David Benham",
@@ -139,6 +139,16 @@
"Utility"
]
},
{
"slug": "CrossFade3D",
"name": "Cross Fade 3D",
"description": "Cross fade 8 inputs to 1 output using X, Y, and Z axes",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#cross-fade-3d",
"tags": [
"Mixer",
"Polyphonic"
]
},
{
"slug": "HQ",
"name": "HQ - Harmonic Quantizer",
@@ -277,6 +287,7 @@
"Attenuator",
"Expander",
"Mixer",
"Panning",
"Polyphonic",
"Utility"
]
@@ -350,13 +361,23 @@
{
"slug": "NORSIQChord2Scale",
"name": "NORSIQ Chord To Scale",
"description": "Convert a polyphonic chord into CV to generate a scale for the Non-Octave_Repeating Scale Intervallic Quantizer",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#norsiq_chord_to_scale",
"description": "Convert a polyphonic chord into CV to generate a scale for the Non-Octave-Repeating Scale Intervallic Quantizer",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#norsiq-chord-to-scale",
"tags": [
"Quantizer",
"Polyphonic"
]
},
{
"slug": "Pan3D",
"name": "Pan 3D",
"description": "Pan 1 input to 8 outputs using X, Y, and Z axes",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#pan-3d",
"tags": [
"Panning",
"Polyphonic"
]
},
{
"slug": "PolyClone",
"name": "Poly Clone",
@@ -375,6 +396,7 @@
"tags": [
"Envelope Generator",
"Low-frequency oscillator",
"Mixer",
"Polyphonic",
"Sequencer",
"Switch"
@@ -511,6 +533,16 @@
"Waveshaper"
]
},
{
"slug": "SphereToXYZ",
"name": "Sphere To XYZ",
"description": "Convert spherical coordinates r,theta, phi to cartesian coordinates x, y, z",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#sphere-to-xyz",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "Thru",
"name": "Thru",
@@ -588,8 +620,21 @@
"slug": "WaveFolder",
"name": "Wave Folder",
"description": "A polyphonic configurable wave folder",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#widget-menu-extender",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#wave-folder",
"tags": [
"Polyphonic",
"Ring modulator",
"Voltage-controlled amplifier",
"Waveshaper"
]
},
{
"slug": "WaveMultiplier",
"name": "Wave Multiplier",
"description": "A polyphonic wave shaper inspired by the Doepfer Wave Multiplier 2 with built in LFO modulation",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#wave-multiplier",
"tags": [
"Low-frequency oscillator",
"Polyphonic",
"Ring modulator",
"Voltage-controlled amplifier",


Loading…
Cancel
Save