Browse Source

Update manifest Bogaudio to 2.4.45, ImpromptuModular to 2.4.2, Venom to 2.6.0, Biset to 2.0.9, CosineKitty-Sapphire to 2.4.0, BaconMusic to 2.6.0, OrangeLine to 2.4.4, GlueTheGiant to 2.0.2

v2
Andrew Belt 1 year ago
parent
commit
4111a6421a
9 changed files with 156 additions and 21 deletions
  1. +38
    -8
      manifests-cache.json
  2. +10
    -2
      manifests/BaconMusic.json
  3. +2
    -2
      manifests/Biset.json
  4. +1
    -1
      manifests/Bogaudio.json
  5. +12
    -1
      manifests/CosineKitty-Sapphire.json
  6. +1
    -1
      manifests/GlueTheGiant.json
  7. +15
    -4
      manifests/ImpromptuModular.json
  8. +1
    -1
      manifests/OrangeLine.json
  9. +76
    -1
      manifests/Venom.json

+ 38
- 8
manifests-cache.json View File

@@ -851,7 +851,7 @@
}
},
"Bogaudio": {
"buildTimestamp": 1699747059.4496238,
"buildTimestamp": 1707939446.3898773,
"creationTimestamp": 1518016501.0,
"modules": {
"Bogaudio-VCO": {
@@ -1352,7 +1352,7 @@
}
},
"OrangeLine": {
"buildTimestamp": 1705177301.2353644,
"buildTimestamp": 1707940169.236745,
"creationTimestamp": 1571530639.0,
"modules": {
"Fence": {
@@ -1753,7 +1753,7 @@
}
},
"BaconMusic": {
"buildTimestamp": 1705387022.4150307,
"buildTimestamp": 1707940126.050338,
"creationTimestamp": 1521929448.0,
"modules": {
"HarMoNee": {
@@ -1806,6 +1806,9 @@
},
"BaconTest": {
"creationTimestamp": 1705388983.671734
},
"PatchNameDisplay": {
"creationTimestamp": 1707940210.5771499
}
}
},
@@ -2013,7 +2016,7 @@
"modules": {}
},
"ImpromptuModular": {
"buildTimestamp": 1698774423.3014472,
"buildTimestamp": 1707939610.7892914,
"creationTimestamp": 1521979525.0,
"modules": {
"Tact": {
@@ -2108,6 +2111,9 @@
},
"Variations": {
"creationTimestamp": 1649109366.5575182
},
"NoteEcho": {
"creationTimestamp": 1707940210.731342
}
}
},
@@ -6253,7 +6259,7 @@
"modules": {}
},
"GlueTheGiant": {
"buildTimestamp": 1638512409.28201,
"buildTimestamp": 1707940209.8165004,
"creationTimestamp": 1567863407.0,
"modules": {
"GigBus": {
@@ -11991,7 +11997,7 @@
}
},
"CosineKitty-Sapphire": {
"buildTimestamp": 1700393212.4122565,
"buildTimestamp": 1707940069.207312,
"creationTimestamp": 1660869608.068208,
"modules": {
"Moots": {
@@ -12014,6 +12020,9 @@
},
"Glee": {
"creationTimestamp": 1700393971.941677
},
"Nucleus": {
"creationTimestamp": 1707940210.4441044
}
}
},
@@ -12660,7 +12669,7 @@
}
},
"Venom": {
"buildTimestamp": 1701131913.372117,
"buildTimestamp": 1707939857.421615,
"creationTimestamp": 1676260955.1683722,
"modules": {
"BernoulliSwitch": {
@@ -12746,6 +12755,27 @@
},
"NORS_IQ": {
"creationTimestamp": 1701132368.437473
},
"BenjolinOsc": {
"creationTimestamp": 1707940210.8820493
},
"Knob5": {
"creationTimestamp": 1707940211.033988
},
"Logic": {
"creationTimestamp": 1707940211.1961365
},
"NORSIQChord2Scale": {
"creationTimestamp": 1707940211.3415618
},
"PolySHASR": {
"creationTimestamp": 1707940211.4858263
},
"Push5": {
"creationTimestamp": 1707940211.629385
},
"WidgetMenuExtender": {
"creationTimestamp": 1707940211.7732315
}
}
},
@@ -12969,7 +12999,7 @@
}
},
"Biset": {
"buildTimestamp": 1706365277.5215855,
"buildTimestamp": 1707940031.1874921,
"creationTimestamp": 1688525918.95731,
"modules": {
"Biset-Regex": {


+ 10
- 2
manifests/BaconMusic.json View File

@@ -1,7 +1,7 @@
{
"slug": "BaconMusic",
"name": "Bacon Music",
"version": "2.5.0",
"version": "2.6.0",
"license": "GPL-3.0-or-later",
"author": "@baconpaul",
"authorEmail": "",
@@ -63,7 +63,15 @@
"slug": "ContrastBNDEditor",
"name": "Contrast and Other BND Editor",
"description": "Lets you change contrast on your tooltips",
"tags": []
"tags": [],
"hidden": true
},
{
"slug": "PatchNameDisplay",
"name": "Patch Name Display",
"description": "Shows you your patch name",
"tags": [],
"hidden": false
},
{
"slug": "SampleDelay",


+ 2
- 2
manifests/Biset.json View File

@@ -1,7 +1,7 @@
{
"slug": "Biset",
"name": "Biset",
"version": "2.0.8",
"version": "2.0.9",
"license": "MIT",
"brand": "Biset",
"author": "Biset",
@@ -10,7 +10,7 @@
"pluginUrl": "https://github.com/gibbonjoyeux/VCV-Biset",
"manualUrl": "https://github.com/gibbonjoyeux/VCV-Biset",
"sourceUrl": "https://github.com/gibbonjoyeux/VCV-Biset",
"donateUrl": "https://www.paypal.com/paypalme/bisousbiset",
"donateUrl": "https://ko-fi.com/biset",
"changelogUrl": "",
"modules": [
{


+ 1
- 1
manifests/Bogaudio.json View File

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


+ 12
- 1
manifests/CosineKitty-Sapphire.json View File

@@ -1,7 +1,7 @@
{
"slug": "CosineKitty-Sapphire",
"name": "Sapphire",
"version": "2.3.1",
"version": "2.4.0",
"license": "GPL-3.0-or-later",
"brand": "Sapphire",
"author": "Don Cross",
@@ -83,6 +83,17 @@
"Expander",
"Utility"
]
},
{
"slug": "Nucleus",
"name": "Nucleus",
"description": "Simulation of a cloud of particles with mutually attractive, repulsive, and orthogonal forces.",
"tags": [
"Physical modeling",
"Effect",
"Filter",
"Reverb"
]
}
]
}

+ 1
- 1
manifests/GlueTheGiant.json View File

@@ -1,7 +1,7 @@
{
"slug": "GlueTheGiant",
"name": "Glue the Giant",
"version": "2.0.1",
"version": "2.0.2",
"license": "GPL-3.0-or-later",
"brand": "Glue the Giant",
"author": "Paul Merchant",


+ 15
- 4
manifests/ImpromptuModular.json View File

@@ -1,13 +1,13 @@
{
"slug": "ImpromptuModular",
"name": "Impromptu",
"version": "2.4.1",
"version": "2.4.2",
"license": "GPL-3.0-or-later",
"author": "Marc Boul\u00e9",
"brand": "Impromptu",
"authorEmail": "m_boule@hotmail.com",
"authorUrl": "",
"pluginUrl": "",
"authorUrl": "https://github.com/MarcBoule/",
"pluginUrl": "https://github.com/MarcBoule/ImpromptuModular/",
"manualUrl": "https://marcboule.github.io/ImpromptuModular/",
"sourceUrl": "https://github.com/MarcBoule/ImpromptuModular/",
"donateUrl": "https://www.paypal.me/marcboule",
@@ -156,6 +156,16 @@
"Utility"
]
},
{
"slug": "NoteEcho",
"name": "NoteEcho",
"description": "CV/Gate-based delay",
"manualUrl": "https://marcboule.github.io/ImpromptuModular/#note-echo",
"tags": [
"Sample and hold",
"Delay"
]
},
{
"slug": "Part-Gate-Split",
"name": "Part",
@@ -213,7 +223,8 @@
"tags": [
"Synth voice",
"Sequencer"
]
],
"hidden": true
},
{
"slug": "Sygen",


+ 1
- 1
manifests/OrangeLine.json View File

@@ -1,7 +1,7 @@
{
"slug": "OrangeLine",
"name": "OrangeLine",
"version": "2.4.3",
"version": "2.4.4",
"license": "GPL-3.0-only",
"brand": "",
"author": "Dieter Stubler",


+ 76
- 1
manifests/Venom.json View File

@@ -1,7 +1,7 @@
{
"slug": "Venom",
"name": "Venom",
"version": "2.5.0",
"version": "2.6.0",
"license": "GPL-3.0-or-later",
"brand": "",
"author": "David Benham",
@@ -13,6 +13,18 @@
"donateUrl": "",
"changelogUrl": "https://github.com/DaveBenham/VenomModules/blob/main/changelog.md",
"modules": [
{
"slug": "BenjolinOsc",
"name": "Benjolin Oscillator",
"description": "Complex chaotic oscillator emulating the oscillator and rungler components of a Benjolin",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#benjolin-oscillator",
"tags": [
"Low-frequency oscillator",
"Oscillator",
"Random",
"Sequencer"
]
},
{
"slug": "BernoulliSwitch",
"name": "Bernoulli Switch",
@@ -58,6 +70,17 @@
"Quantizer"
]
},
{
"slug": "Knob5",
"name": "Knob 5",
"description": "5 configurable constant voltage knobs",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#knob-5",
"tags": [
"Controller",
"Polyphonic",
"Utility"
]
},
{
"slug": "LinearBeats",
"name": "Linear Beats",
@@ -79,6 +102,17 @@
"Expander"
]
},
{
"slug": "Logic",
"name": "Logic",
"description": "Flexible logic gate processor suitable for both CV and audio applications",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#logic",
"tags": [
"Logic",
"Polyphonic",
"Utility"
]
},
{
"slug": "Mix4",
"name": "Mix 4",
@@ -204,6 +238,16 @@
"Polyphonic"
]
},
{
"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#nors_iq_interval_generator",
"tags": [
"Quantizer",
"Polyphonic"
]
},
{
"slug": "PolyClone",
"name": "Poly Clone",
@@ -214,6 +258,17 @@
"Utility"
]
},
{
"slug": "PolySHASR",
"name": "Poly Sample & Hold Analog Shift Register",
"description": "Ten channel polyphonic sample and hold combined with a shift register",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#poly-unison",
"tags": [
"Polyphonic",
"Random",
"Sample and hold"
]
},
{
"slug": "PolyUnison",
"name": "Poly Unison",
@@ -225,6 +280,17 @@
"Utility"
]
},
{
"slug": "Push5",
"name": "Push 5",
"description": "5 configurable push buttons",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#push-5",
"tags": [
"Controller",
"Polyphonic",
"Utility"
]
},
{
"slug": "Recurse",
"name": "Recurse",
@@ -325,6 +391,15 @@
"Blank"
]
},
{
"slug": "WidgetMenuExtender",
"name": "Widget Menu Extender",
"description": "Extend context menus to support parameter/port renaming and parameter custom defaults",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#widget-menu-expander",
"tags": [
"Blank"
]
},
{
"slug": "WinComp",
"name": "WinComp",


Loading…
Cancel
Save