Skip to content

Commit c95002c

Browse files
committed
Update manifest Bogaudio to 2.6.46, HawthornLabs to 2.0.2, Venom to 2.12.1
1 parent 73be572 commit c95002c

File tree

4 files changed

+72
-11
lines changed

4 files changed

+72
-11
lines changed

manifests-cache.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@
860860
}
861861
},
862862
"Bogaudio": {
863-
"buildTimestamp": 1707939446.3898773,
863+
"buildTimestamp": 1748319135.2032654,
864864
"creationTimestamp": 1518016501.0,
865865
"modules": {
866866
"Bogaudio-VCO": {
@@ -13125,7 +13125,7 @@
1312513125
}
1312613126
},
1312713127
"Venom": {
13128-
"buildTimestamp": 1735624434.533028,
13128+
"buildTimestamp": 1748319577.4257216,
1312913129
"creationTimestamp": 1676260955.1683722,
1313013130
"modules": {
1313113131
"BernoulliSwitch": {
@@ -13289,6 +13289,18 @@
1328913289
},
1329013290
"WaveFolder": {
1329113291
"creationTimestamp": 1731801510.4575863
13292+
},
13293+
"CrossFade3D": {
13294+
"creationTimestamp": 1748319577.5501099
13295+
},
13296+
"Pan3D": {
13297+
"creationTimestamp": 1748319577.6518052
13298+
},
13299+
"SphereToXYZ": {
13300+
"creationTimestamp": 1748319577.7426677
13301+
},
13302+
"WaveMultiplier": {
13303+
"creationTimestamp": 1748319577.834552
1329213304
}
1329313305
}
1329413306
},
@@ -15231,7 +15243,7 @@
1523115243
}
1523215244
},
1523315245
"HawthornLabs": {
15234-
"buildTimestamp": 1745289804.1342525,
15246+
"buildTimestamp": 1748319142.1770182,
1523515247
"creationTimestamp": 1745290568.2602649,
1523615248
"modules": {
1523715249
"PlanetaryLFOs": {

manifests/Bogaudio.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"slug": "Bogaudio",
33
"name": "Bogaudio",
4-
"version": "2.4.45",
4+
"version": "2.6.46",
55
"license": "GPL-3.0-or-later",
66
"brand": "Bogaudio",
77
"author": "Matt Demanett",
@@ -669,6 +669,7 @@
669669
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#switch81",
670670
"tags": [
671671
"Mixer",
672+
"Switch",
672673
"Polyphonic"
673674
]
674675
},
@@ -689,6 +690,7 @@
689690
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#switch44",
690691
"tags": [
691692
"Mixer",
693+
"Switch",
692694
"Polyphonic"
693695
]
694696
},
@@ -699,6 +701,7 @@
699701
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#switch88",
700702
"tags": [
701703
"Mixer",
704+
"Switch",
702705
"Polyphonic"
703706
]
704707
},
@@ -709,6 +712,7 @@
709712
"manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#switch1616",
710713
"tags": [
711714
"Mixer",
715+
"Switch",
712716
"Polyphonic"
713717
]
714718
},

manifests/HawthornLabs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"slug": "HawthornLabs",
3-
"name": "Hawthorn Labs",
4-
"version": "2.0.1",
3+
"name": "HawthornLabs",
4+
"version": "2.0.2",
55
"license": "GPL-3.0-or-later",
6-
"brand": "Hawthorn Labs",
6+
"brand": "HawthornLabs",
77
"author": "Alex Hawthorn",
88
"authorEmail": "alexhawthornstudio@gmail.com",
99
"authorUrl": "https://github.com/AFHawthorn",

manifests/Venom.json

Lines changed: 49 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"slug": "Venom",
33
"name": "Venom",
4-
"version": "2.11.1",
4+
"version": "2.12.1",
55
"license": "GPL-3.0-or-later",
66
"brand": "",
77
"author": "David Benham",
@@ -139,6 +139,16 @@
139139
"Utility"
140140
]
141141
},
142+
{
143+
"slug": "CrossFade3D",
144+
"name": "Cross Fade 3D",
145+
"description": "Cross fade 8 inputs to 1 output using X, Y, and Z axes",
146+
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#cross-fade-3d",
147+
"tags": [
148+
"Mixer",
149+
"Polyphonic"
150+
]
151+
},
142152
{
143153
"slug": "HQ",
144154
"name": "HQ - Harmonic Quantizer",
@@ -277,6 +287,7 @@
277287
"Attenuator",
278288
"Expander",
279289
"Mixer",
290+
"Panning",
280291
"Polyphonic",
281292
"Utility"
282293
]
@@ -350,13 +361,23 @@
350361
{
351362
"slug": "NORSIQChord2Scale",
352363
"name": "NORSIQ Chord To Scale",
353-
"description": "Convert a polyphonic chord into CV to generate a scale for the Non-Octave_Repeating Scale Intervallic Quantizer",
354-
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#norsiq_chord_to_scale",
364+
"description": "Convert a polyphonic chord into CV to generate a scale for the Non-Octave-Repeating Scale Intervallic Quantizer",
365+
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#norsiq-chord-to-scale",
355366
"tags": [
356367
"Quantizer",
357368
"Polyphonic"
358369
]
359370
},
371+
{
372+
"slug": "Pan3D",
373+
"name": "Pan 3D",
374+
"description": "Pan 1 input to 8 outputs using X, Y, and Z axes",
375+
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#pan-3d",
376+
"tags": [
377+
"Panning",
378+
"Polyphonic"
379+
]
380+
},
360381
{
361382
"slug": "PolyClone",
362383
"name": "Poly Clone",
@@ -375,6 +396,7 @@
375396
"tags": [
376397
"Envelope Generator",
377398
"Low-frequency oscillator",
399+
"Mixer",
378400
"Polyphonic",
379401
"Sequencer",
380402
"Switch"
@@ -511,6 +533,16 @@
511533
"Waveshaper"
512534
]
513535
},
536+
{
537+
"slug": "SphereToXYZ",
538+
"name": "Sphere To XYZ",
539+
"description": "Convert spherical coordinates r,theta, phi to cartesian coordinates x, y, z",
540+
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#sphere-to-xyz",
541+
"tags": [
542+
"Polyphonic",
543+
"Utility"
544+
]
545+
},
514546
{
515547
"slug": "Thru",
516548
"name": "Thru",
@@ -588,8 +620,21 @@
588620
"slug": "WaveFolder",
589621
"name": "Wave Folder",
590622
"description": "A polyphonic configurable wave folder",
591-
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#widget-menu-extender",
623+
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#wave-folder",
624+
"tags": [
625+
"Polyphonic",
626+
"Ring modulator",
627+
"Voltage-controlled amplifier",
628+
"Waveshaper"
629+
]
630+
},
631+
{
632+
"slug": "WaveMultiplier",
633+
"name": "Wave Multiplier",
634+
"description": "A polyphonic wave shaper inspired by the Doepfer Wave Multiplier 2 with built in LFO modulation",
635+
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#wave-multiplier",
592636
"tags": [
637+
"Low-frequency oscillator",
593638
"Polyphonic",
594639
"Ring modulator",
595640
"Voltage-controlled amplifier",

0 commit comments

Comments
 (0)