Browse Source

Update manifest NOI to 2.0.7, SickoCV to 2.6.15, CosineKitty-Sapphire to 2.4.9, Venom to 2.9.0

v2
Andrew Belt 8 months ago
parent
commit
fab91adca4
5 changed files with 73 additions and 10 deletions
  1. +19
    -4
      manifests-cache.json
  2. +19
    -1
      manifests/CosineKitty-Sapphire.json
  3. +1
    -1
      manifests/NOI.json
  4. +1
    -1
      manifests/SickoCV.json
  5. +33
    -3
      manifests/Venom.json

+ 19
- 4
manifests-cache.json View File

@@ -12090,7 +12090,7 @@
} }
}, },
"CosineKitty-Sapphire": { "CosineKitty-Sapphire": {
"buildTimestamp": 1723919611.9393165,
"buildTimestamp": 1724753900.7084503,
"creationTimestamp": 1660869608.068208, "creationTimestamp": 1660869608.068208,
"modules": { "modules": {
"Moots": { "Moots": {
@@ -12134,6 +12134,12 @@
}, },
"Pivot": { "Pivot": {
"creationTimestamp": 1723919612.0854707 "creationTimestamp": 1723919612.0854707
},
"Pop": {
"creationTimestamp": 1724754239.4814992
},
"SplitAddMerge": {
"creationTimestamp": 1724754239.5332575
} }
} }
}, },
@@ -12183,7 +12189,7 @@
} }
}, },
"SickoCV": { "SickoCV": {
"buildTimestamp": 1719228804.4629118,
"buildTimestamp": 1724753822.5290213,
"creationTimestamp": 1661903994.336356, "creationTimestamp": 1661903994.336356,
"modules": { "modules": {
"Btoggler": { "Btoggler": {
@@ -12804,7 +12810,7 @@
} }
}, },
"NOI": { "NOI": {
"buildTimestamp": 1717918955.244076,
"buildTimestamp": 1724753519.124568,
"creationTimestamp": 1673758885.1150217, "creationTimestamp": 1673758885.1150217,
"modules": { "modules": {
"Wilt": { "Wilt": {
@@ -12882,7 +12888,7 @@
} }
}, },
"Venom": { "Venom": {
"buildTimestamp": 1719837829.7872791,
"buildTimestamp": 1724754239.3293092,
"creationTimestamp": 1676260955.1683722, "creationTimestamp": 1676260955.1683722,
"modules": { "modules": {
"BernoulliSwitch": { "BernoulliSwitch": {
@@ -13022,6 +13028,15 @@
}, },
"Oscillator": { "Oscillator": {
"creationTimestamp": 1719837830.2367878 "creationTimestamp": 1719837830.2367878
},
"BenjolinGatesExpander": {
"creationTimestamp": 1724754239.6043084
},
"BenjolinVoltsExpander": {
"creationTimestamp": 1724754239.6649103
},
"Thru": {
"creationTimestamp": 1724754239.7200668
} }
} }
}, },


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

@@ -1,7 +1,7 @@
{ {
"slug": "CosineKitty-Sapphire", "slug": "CosineKitty-Sapphire",
"name": "Sapphire", "name": "Sapphire",
"version": "2.4.8",
"version": "2.4.9",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "Sapphire", "brand": "Sapphire",
"author": "Don Cross", "author": "Don Cross",
@@ -104,6 +104,16 @@
"Reverb" "Reverb"
] ]
}, },
{
"slug": "Pop",
"name": "Pop",
"description": "A trigger generator based on the statistics of radioactive decay.",
"tags": [
"Noise",
"Polyphonic",
"Random"
]
},
{ {
"slug": "Rotini", "slug": "Rotini",
"name": "Rotini", "name": "Rotini",
@@ -112,6 +122,14 @@
"Utility" "Utility"
] ]
}, },
{
"slug": "SplitAddMerge",
"name": "Split/Add/Merge",
"description": "Splits, adds, and/or merges stereo or 3D vector signals.",
"tags": [
"Utility"
]
},
{ {
"slug": "Tin", "slug": "Tin",
"name": "Tin", "name": "Tin",


+ 1
- 1
manifests/NOI.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "NOI", "slug": "NOI",
"name": "NOI", "name": "NOI",
"version": "2.0.6",
"version": "2.0.7",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "NOI", "brand": "NOI",
"author": "Thomas Guillory", "author": "Thomas Guillory",


+ 1
- 1
manifests/SickoCV.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "SickoCV", "slug": "SickoCV",
"name": "SickoCV", "name": "SickoCV",
"version": "2.6.14",
"version": "2.6.15",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "Sickozell", "brand": "Sickozell",
"author": "Sickozell", "author": "Sickozell",


+ 33
- 3
manifests/Venom.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Venom", "slug": "Venom",
"name": "Venom", "name": "Venom",
"version": "2.8.0",
"version": "2.9.0",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "", "brand": "",
"author": "David Benham", "author": "David Benham",
@@ -10,7 +10,7 @@
"pluginUrl": "https://github.com/DaveBenham/VenomModules", "pluginUrl": "https://github.com/DaveBenham/VenomModules",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md", "manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md",
"sourceUrl": "https://github.com/DaveBenham/VenomModules", "sourceUrl": "https://github.com/DaveBenham/VenomModules",
"donateUrl": "",
"donateUrl": "https://paypal.me/DaveBenhamMusic",
"changelogUrl": "https://github.com/DaveBenham/VenomModules/blob/main/changelog.md", "changelogUrl": "https://github.com/DaveBenham/VenomModules/blob/main/changelog.md",
"modules": [ "modules": [
{ {
@@ -66,6 +66,24 @@
"Sequencer" "Sequencer"
] ]
}, },
{
"slug": "BenjolinGatesExpander",
"name": "Benjolin Gates Expander",
"description": "Adds additional Rungler gate outputs to the Benjolin Oscillator",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#benjolin-gates-expander",
"tags": [
"Expander"
]
},
{
"slug": "BenjolinVoltsExpander",
"name": "Benjolin Volts Expander",
"description": "Adds additional Rungler CV outputs to the Benjolin Oscillator",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#benjolin-volts-expander",
"tags": [
"Expander"
]
},
{ {
"slug": "BernoulliSwitch", "slug": "BernoulliSwitch",
"name": "Bernoulli Switch", "name": "Bernoulli Switch",
@@ -456,6 +474,18 @@
"Waveshaper" "Waveshaper"
] ]
}, },
{
"slug": "Thru",
"name": "Thru",
"description": "5 polyphonic input/output pairs suitable for stacked input unity mixes and/or introduction of sample delays",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#thru",
"tags": [
"Delay",
"Mixer",
"Polyphonic",
"Utility"
]
},
{ {
"slug": "VCAMix4", "slug": "VCAMix4",
"name": "VCA Mix 4", "name": "VCA Mix 4",
@@ -488,7 +518,7 @@
"slug": "Oscillator", "slug": "Oscillator",
"name": "VCO Lab", "name": "VCO Lab",
"description": "Audio or low frequency oscillator with 4 simultaneous waveforms, mixing, linear/exponential FM, phase modulation, hard/soft sync, PWM, and more", "description": "Audio or low frequency oscillator with 4 simultaneous waveforms, mixing, linear/exponential FM, phase modulation, hard/soft sync, PWM, and more",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#oscillator",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#vco-lab",
"tags": [ "tags": [
"Function generator", "Function generator",
"Low-frequency oscillator", "Low-frequency oscillator",


Loading…
Cancel
Save