Browse Source

Update manifest Biset to 2.0.6, SickoCV to 2.5.10, Venom to 2.5.0, PS-PurrSoftware to 2.0.31, HetrickCV to 2.4.1, Rigatoni to 2.2.0, RPJVisualizer to 2.1.15

pull/785/head
Andrew Belt 1 year ago
parent
commit
63aeec7887
8 changed files with 198 additions and 17 deletions
  1. +43
    -7
      manifests-cache.json
  2. +1
    -1
      manifests/Biset.json
  3. +2
    -1
      manifests/HetrickCV.json
  4. +1
    -1
      manifests/PS-PurrSoftware.json
  5. +1
    -1
      manifests/RPJVisualizer.json
  6. +18
    -4
      manifests/Rigatoni.json
  7. +9
    -1
      manifests/SickoCV.json
  8. +123
    -1
      manifests/Venom.json

+ 43
- 7
manifests-cache.json View File

@@ -3840,7 +3840,7 @@
"modules": {} "modules": {}
}, },
"PS-PurrSoftware": { "PS-PurrSoftware": {
"buildTimestamp": 1700393245.6157787,
"buildTimestamp": 1701131946.82185,
"creationTimestamp": 1579232908.0, "creationTimestamp": 1579232908.0,
"modules": { "modules": {
"Meander": { "Meander": {
@@ -5083,7 +5083,7 @@
} }
}, },
"HetrickCV": { "HetrickCV": {
"buildTimestamp": 1692335063.5948071,
"buildTimestamp": 1701132171.2233891,
"creationTimestamp": 1518016501.0, "creationTimestamp": 1518016501.0,
"modules": { "modules": {
"ASR": { "ASR": {
@@ -12024,7 +12024,7 @@
} }
}, },
"SickoCV": { "SickoCV": {
"buildTimestamp": 1696888414.8317857,
"buildTimestamp": 1701131740.836827,
"creationTimestamp": 1661903994.336356, "creationTimestamp": 1661903994.336356,
"modules": { "modules": {
"Btoggler": { "Btoggler": {
@@ -12110,6 +12110,9 @@
}, },
"SickoAmp": { "SickoAmp": {
"creationTimestamp": 1696888415.348573 "creationTimestamp": 1696888415.348573
},
"Bgates": {
"creationTimestamp": 1701132367.065008
} }
} }
}, },
@@ -12156,7 +12159,7 @@
} }
}, },
"RPJVisualizer": { "RPJVisualizer": {
"buildTimestamp": 1700393970.7028127,
"buildTimestamp": 1701132366.431826,
"creationTimestamp": 1664892729.2148025, "creationTimestamp": 1664892729.2148025,
"modules": { "modules": {
"LFMFull": { "LFMFull": {
@@ -12573,7 +12576,7 @@
} }
}, },
"Venom": { "Venom": {
"buildTimestamp": 1693679701.9735415,
"buildTimestamp": 1701131913.372117,
"creationTimestamp": 1676260955.1683722, "creationTimestamp": 1676260955.1683722,
"modules": { "modules": {
"BernoulliSwitch": { "BernoulliSwitch": {
@@ -12629,6 +12632,36 @@
}, },
"VenomBlank": { "VenomBlank": {
"creationTimestamp": 1691452799.5085075 "creationTimestamp": 1691452799.5085075
},
"LinearBeats": {
"creationTimestamp": 1701132367.2177165
},
"LinearBeatsExpander": {
"creationTimestamp": 1701132367.3565977
},
"MixFade": {
"creationTimestamp": 1701132367.4888444
},
"MixFade2": {
"creationTimestamp": 1701132367.6226091
},
"MixMute": {
"creationTimestamp": 1701132367.759115
},
"MixOffset": {
"creationTimestamp": 1701132367.8906434
},
"MixPan": {
"creationTimestamp": 1701132368.0241165
},
"MixSend": {
"creationTimestamp": 1701132368.1561801
},
"MixSolo": {
"creationTimestamp": 1701132368.2948267
},
"NORS_IQ": {
"creationTimestamp": 1701132368.437473
} }
} }
}, },
@@ -12852,7 +12885,7 @@
} }
}, },
"Biset": { "Biset": {
"buildTimestamp": 1700393490.3655424,
"buildTimestamp": 1701131563.3449075,
"creationTimestamp": 1688525918.95731, "creationTimestamp": 1688525918.95731,
"modules": { "modules": {
"Biset-Regex": { "Biset-Regex": {
@@ -12948,11 +12981,14 @@
} }
}, },
"Rigatoni": { "Rigatoni": {
"buildTimestamp": 1696468804.944986,
"buildTimestamp": 1701132182.829963,
"creationTimestamp": 1696468821.1322734, "creationTimestamp": 1696468821.1322734,
"modules": { "modules": {
"RigatoniModular-ThruZero": { "RigatoniModular-ThruZero": {
"creationTimestamp": 1696468821.2655623 "creationTimestamp": 1696468821.2655623
},
"RigatoniModular-Loom": {
"creationTimestamp": 1701132366.91481
} }
} }
}, },


+ 1
- 1
manifests/Biset.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Biset", "slug": "Biset",
"name": "Biset", "name": "Biset",
"version": "2.0.5",
"version": "2.0.6",
"license": "MIT", "license": "MIT",
"brand": "Biset", "brand": "Biset",
"author": "Biset", "author": "Biset",


+ 2
- 1
manifests/HetrickCV.json View File

@@ -1,7 +1,8 @@
{ {
"slug": "HetrickCV", "slug": "HetrickCV",
"name": "HetrickCV", "name": "HetrickCV",
"version": "2.4.0",
"brand": "HetrickCV",
"version": "2.4.1",
"license": "CC0-1.0", "license": "CC0-1.0",
"author": "Michael Hetrick", "author": "Michael Hetrick",
"authorEmail": "", "authorEmail": "",


+ 1
- 1
manifests/PS-PurrSoftware.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "PS-PurrSoftware", "slug": "PS-PurrSoftware",
"name": "PS-PurrSoftware", "name": "PS-PurrSoftware",
"version": "2.0.30",
"version": "2.0.31",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "PurrSoftware", "brand": "PurrSoftware",
"author": "Ken Chaffin", "author": "Ken Chaffin",


+ 1
- 1
manifests/RPJVisualizer.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "RPJVisualizer", "slug": "RPJVisualizer",
"name": "RPJ Visualizer", "name": "RPJ Visualizer",
"version": "2.1.12",
"version": "2.1.15",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "RPJ", "brand": "RPJ",
"author": "Robert Kock", "author": "Robert Kock",


+ 18
- 4
manifests/Rigatoni.json View File

@@ -1,28 +1,42 @@
{ {
"slug": "Rigatoni", "slug": "Rigatoni",
"name": "Rigatoni", "name": "Rigatoni",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT", "license": "MIT",
"brand": "Rigatoni Modular", "brand": "Rigatoni Modular",
"author": "Ian Hoffman", "author": "Ian Hoffman",
"authorEmail": "ijh6@cornell.edu", "authorEmail": "ijh6@cornell.edu",
"authorUrl": "https://github.com/ianjhoffman", "authorUrl": "https://github.com/ianjhoffman",
"pluginUrl": "https://github.com/ianjhoffman/RigatoniModular", "pluginUrl": "https://github.com/ianjhoffman/RigatoniModular",
"manualUrl": "",
"sourceUrl": "",
"donateUrl": "",
"manualUrl": "https://github.com/ianjhoffman/RigatoniModular/tree/master/manuals",
"sourceUrl": "https://github.com/ianjhoffman/RigatoniModular",
"donateUrl": "https://www.buymeacoffee.com/rigatonimodular",
"changelogUrl": "", "changelogUrl": "",
"modules": [ "modules": [
{ {
"slug": "RigatoniModular-ThruZero", "slug": "RigatoniModular-ThruZero",
"name": "Thru Zero", "name": "Thru Zero",
"description": "A small waveshaping utility that mimics soft oscillator sync for input ramp waves and acts as a through zero FM helper", "description": "A small waveshaping utility that mimics soft oscillator sync for input ramp waves and acts as a through zero FM helper",
"manualUrl": "https://github.com/ianjhoffman/RigatoniModular/blob/master/manuals/ThruZero.md",
"tags": [ "tags": [
"Distortion", "Distortion",
"Utility", "Utility",
"Waveshaper" "Waveshaper"
], ],
"keywords": "soft sync comparator fm tzfm through zero" "keywords": "soft sync comparator fm tzfm through zero"
},
{
"slug": "RigatoniModular-Loom",
"name": "Loom",
"description": "An additive oscillator based loosely on the structure of Euclidean pattern sequencing",
"manualUrl": "https://github.com/ianjhoffman/RigatoniModular/blob/master/manuals/Loom.md",
"tags": [
"Digital",
"Low-frequency oscillator",
"Oscillator",
"Synth voice"
],
"keywords": "additive euclidean vco lfo"
} }
] ]
} }

+ 9
- 1
manifests/SickoCV.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "SickoCV", "slug": "SickoCV",
"name": "SickoCV", "name": "SickoCV",
"version": "2.5.8",
"version": "2.5.10",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "Sickozell", "brand": "Sickozell",
"author": "Sickozell", "author": "Sickozell",
@@ -22,6 +22,14 @@
"Utility" "Utility"
] ]
}, },
{
"slug": "Bgates",
"name": "bGates",
"description": "8 Buffered gates and triggers",
"tags": [
"Logic"
]
},
{ {
"slug": "Blender", "slug": "Blender",
"name": "blender", "name": "blender",


+ 123
- 1
manifests/Venom.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Venom", "slug": "Venom",
"name": "Venom", "name": "Venom",
"version": "2.4.1",
"version": "2.5.0",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "", "brand": "",
"author": "David Benham", "author": "David Benham",
@@ -58,6 +58,27 @@
"Quantizer" "Quantizer"
] ]
}, },
{
"slug": "LinearBeats",
"name": "Linear Beats",
"description": "Convert multiple trigger/gate channels into a linear drumming pattern",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#linear-beats",
"tags": [
"Logic",
"Polyphonic",
"Sample and hold"
]
},
{
"slug": "LinearBeatsExpander",
"name": "Linear Beats Expander",
"description": "Add bypass and input/output mutes to the Linear Beats module",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#linear-beats-expander",
"tags": [
"Logic",
"Expander"
]
},
{ {
"slug": "Mix4", "slug": "Mix4",
"name": "Mix 4", "name": "Mix 4",
@@ -82,6 +103,107 @@
"Utility" "Utility"
] ]
}, },
{
"slug": "MixFade",
"name": "Mix Fade Expander",
"description": "Add symmetric mute/solo fades to any of the Mix modules",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#mix-fade-expander",
"tags": [
"Attenuator",
"Expander",
"Mixer",
"Polyphonic",
"Utility"
]
},
{
"slug": "MixFade2",
"name": "Mix Fade 2 Expander",
"description": "Add independent rise/fall fades for mute/solo to any of the Mix modules",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#mix-fade-2-expander",
"tags": [
"Attenuator",
"Expander",
"Mixer",
"Polyphonic",
"Utility"
]
},
{
"slug": "MixMute",
"name": "Mix Mute Expander",
"description": "Add mutes to any of the Mix modules",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#mix-mute-expander",
"tags": [
"Attenuator",
"Expander",
"Mixer",
"Polyphonic",
"Utility"
]
},
{
"slug": "MixOffset",
"name": "Mix Offset Expander",
"description": "Add offset control to any of the Mix modules",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#mix-offset-expander",
"tags": [
"Attenuator",
"Expander",
"Mixer",
"Polyphonic",
"Utility"
]
},
{
"slug": "MixPan",
"name": "Mix Pan Expander",
"description": "Add pan control to either of the stereo Mix modules",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#mix-pan-expander",
"tags": [
"Attenuator",
"Expander",
"Mixer",
"Polyphonic",
"Utility"
]
},
{
"slug": "MixSend",
"name": "Mix Aux Send Expander",
"description": "Add aux send/return to any of the Mix modules",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#mix-aux-send-expander",
"tags": [
"Attenuator",
"Expander",
"Mixer",
"Polyphonic",
"Utility"
]
},
{
"slug": "MixSolo",
"name": "Mix Solo Expander",
"description": "Add solo to any of the Mix modules",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#mix-solo-expander",
"tags": [
"Attenuator",
"Expander",
"Mixer",
"Polyphonic",
"Utility"
]
},
{
"slug": "NORS_IQ",
"name": "Non-Octave-Repeating Scale Intervallic Quantizer",
"description": "Quantizer for any scale defined by up to 13 intervals between notes",
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#non-octave-repeating-scale-intervallic-quantizer",
"tags": [
"Quantizer",
"Polyphonic"
]
},
{ {
"slug": "PolyClone", "slug": "PolyClone",
"name": "Poly Clone", "name": "Poly Clone",


Loading…
Cancel
Save