diff --git a/manifests-cache.json b/manifests-cache.json index e650549c..7497158d 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -8264,7 +8264,7 @@ } }, "LOGinstruments": { - "buildTimestamp": 1638728340.1729379, + "buildTimestamp": 1676258296.681981, "creationTimestamp": 1518016501.0, "modules": { "Speck": { @@ -11151,7 +11151,7 @@ } }, "StochasticTelegraph": { - "buildTimestamp": 1675713249.088015, + "buildTimestamp": 1676258263.9978034, "creationTimestamp": 1649868370.1906905, "modules": { "Drifter": { @@ -11355,7 +11355,7 @@ } }, "fruitsofkarma": { - "buildTimestamp": 1657334357.7041628, + "buildTimestamp": 1676260952.7604706, "creationTimestamp": 1652376852.6430357, "modules": { "Quadro360": { @@ -11369,6 +11369,9 @@ }, "Math": { "creationTimestamp": 1652376853.439033 + }, + "ScaleMerger": { + "creationTimestamp": 1676260958.40201 } } }, @@ -11967,7 +11970,7 @@ "buildTimestamp": 1671575492.0433524 }, "TyrannosaurusRu": { - "buildTimestamp": 1673295699.8313007, + "buildTimestamp": 1676258366.2371204, "creationTimestamp": 1673295701.4557712, "modules": { "MicroLooper": { @@ -11981,6 +11984,24 @@ }, "LFSR16": { "creationTimestamp": 1673295702.570348 + }, + "muLooper": { + "creationTimestamp": 1676260957.2268243 + }, + "LFSR8Poly": { + "creationTimestamp": 1676260957.4179277 + }, + "LFSR16Poly": { + "creationTimestamp": 1676260957.6104488 + }, + "Droplets": { + "creationTimestamp": 1676260957.792951 + }, + "ChaosMaps": { + "creationTimestamp": 1676260957.982781 + }, + "Pluck": { + "creationTimestamp": 1676260958.1673157 } } }, @@ -12030,7 +12051,7 @@ } }, "Airwin2Rack": { - "buildTimestamp": 1675100424.7529113, + "buildTimestamp": 1676260915.0994434, "creationTimestamp": 1675100686.7833567, "modules": { "Airwin2Rack": { @@ -12052,5 +12073,56 @@ "creationTimestamp": 1675713352.312701 } } + }, + "Noise86": { + "buildTimestamp": 1676258182.4257097, + "creationTimestamp": 1676260953.8603756, + "modules": { + "MarkovDrummer": { + "creationTimestamp": 1676260954.1598332 + }, + "MultiLogic": { + "creationTimestamp": 1676260954.4369333 + }, + "EyeSeq": { + "creationTimestamp": 1676260954.7012594 + }, + "TransQuant": { + "creationTimestamp": 1676260954.9359088 + } + } + }, + "Venom": { + "buildTimestamp": 1676258589.772993, + "creationTimestamp": 1676260955.1683722, + "modules": { + "BernoulliSwitch": { + "creationTimestamp": 1676260955.3903232 + }, + "CloneMerge": { + "creationTimestamp": 1676260955.5811446 + }, + "HQ": { + "creationTimestamp": 1676260955.775722 + }, + "PolyClone": { + "creationTimestamp": 1676260955.9685895 + }, + "Recurse": { + "creationTimestamp": 1676260956.2153907 + }, + "RecurseStereo": { + "creationTimestamp": 1676260956.4119117 + }, + "RhythmExplorer": { + "creationTimestamp": 1676260956.6105356 + }, + "VenomVCO": { + "creationTimestamp": 1676260956.81366 + }, + "WinComp": { + "creationTimestamp": 1676260957.0090017 + } + } } } \ No newline at end of file diff --git a/manifests/Airwin2Rack.json b/manifests/Airwin2Rack.json index baad3e75..02057af6 100644 --- a/manifests/Airwin2Rack.json +++ b/manifests/Airwin2Rack.json @@ -1,7 +1,7 @@ { "slug": "Airwin2Rack", "name": "Airwindows", - "version": "2.0.1", + "version": "2.1.0", "license": "MIT", "author": "@baconpaul, @airwindows", "authorEmail": "", diff --git a/manifests/LOGinstruments.json b/manifests/LOGinstruments.json index 90b54834..f91edc89 100644 --- a/manifests/LOGinstruments.json +++ b/manifests/LOGinstruments.json @@ -2,7 +2,7 @@ "slug": "LOGinstruments", "name": "LOGinstruments", "brand": "LOGinstruments", - "version": "2.0.3", + "version": "2.0.4", "license": "BSD-3-Clause", "author": "L.Gabrielli", "authorEmail": "l.gabrielli@univpm.it", diff --git a/manifests/Noise86.json b/manifests/Noise86.json new file mode 100644 index 00000000..20b1ce57 --- /dev/null +++ b/manifests/Noise86.json @@ -0,0 +1,53 @@ +{ + "slug": "Noise86", + "name": "Noise86", + "version": "2.0.0", + "license": "GPL-3.0-or-later", + "brand": "Noise86", + "author": "Dylan Gardham", + "authorEmail": "message4dylan@gmail.com", + "authorUrl": "", + "pluginUrl": "", + "manualUrl": "https://github.com/spacejoey86/Noise86/blob/master/README.md", + "sourceUrl": "https://github.com/spacejoey86/Noise86", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "MarkovDrummer", + "name": "MarkovDrummer", + "description": "Probablistic trigger sequencer based of Markov chains", + "tags": [ + "Drum", + "Sequencer" + ] + }, + { + "slug": "MultiLogic", + "name": "MultiLogic", + "description": "Three multi-function logic gates that can each be AND,OR,XOR,NOT with inverted outputs", + "tags": [ + "Logic" + ] + }, + { + "slug": "EyeSeq", + "name": "EyeSeq", + "description": "Weighted sum of a clock divider", + "tags": [ + "Digital", + "Sequencer" + ] + }, + { + "slug": "TransQuant", + "name": "TransQuant", + "description": "Quantiser with triggers to transpose by a CV controleable interval", + "tags": [ + "Clock modulator", + "Digital", + "Quantizer" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/StochasticTelegraph.json b/manifests/StochasticTelegraph.json index 67c10e5e..29af4d85 100644 --- a/manifests/StochasticTelegraph.json +++ b/manifests/StochasticTelegraph.json @@ -1,7 +1,7 @@ { "slug": "StochasticTelegraph", "name": "Stochastic Telegraph", - "version": "2.0.7", + "version": "2.0.8", "license": "GPL-3.0-or-later", "brand": "Stochastic Telegraph", "author": "Mahlen Morris", diff --git a/manifests/TyrannosaurusRu.json b/manifests/TyrannosaurusRu.json index a5b6c871..f12a93b7 100644 --- a/manifests/TyrannosaurusRu.json +++ b/manifests/TyrannosaurusRu.json @@ -1,7 +1,7 @@ { "slug": "TyrannosaurusRu", - "name": "TyrannosaurusRu VCV Rack Plugins", - "version": "2.0.0", + "name": "TyrannosaurusRu", + "version": "2.1.0", "license": "WTFPL", "brand": "TyrannosaurusRu", "author": "Ivan Metalnikov", @@ -14,12 +14,13 @@ "changelogUrl": "", "modules": [ { - "slug": "MicroLooper", - "name": "MicroLooper", - "description": "Recording sampler for the very short (16384 samples max) loops", + "slug": "muLooper", + "name": "muLooper", + "description": "Recording sampler for the very short (65536 samples max) loops", "tags": [ "Sampler", - "Recording" + "Recording", + "Polyphonic" ] }, { @@ -32,10 +33,66 @@ "Physical modeling" ] }, + { + "slug": "LFSR8Poly", + "name": "LFSR8 Poly", + "description": "Fully deterministic sequencer based on 8-bit LFSR capable to produce pseudo-random results", + "tags": [ + "Sequencer", + "Polyphonic" + ] + }, + { + "slug": "LFSR16Poly", + "name": "LFSR16 Poly", + "description": "16-bit LFSR sequencer with ability to split for two independent registers", + "tags": [ + "Sequencer", + "Polyphonic" + ] + }, + { + "slug": "Droplets", + "name": "Droplets", + "description": "Sequencer loosely based on the liquid flow in the leaky faucet", + "tags": [ + "Sequencer", + "Polyphonic" + ] + }, + { + "slug": "ChaosMaps", + "name": "ChaosMaps", + "description": "Sequencer based on the logistic and tent maps", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "Pluck", + "name": "Pluck", + "description": "Karplus-Strong plucked string implementation", + "tags": [ + "Oscillator", + "Physical modeling", + "Polyphonic" + ] + }, + { + "slug": "MicroLooper", + "name": "MicroLooper", + "description": "Recording sampler for the very short (16384 samples max) loops. Replaced with muLooper", + "deprecated": true, + "tags": [ + "Sampler", + "Recording" + ] + }, { "slug": "LFSR8", "name": "LFSR8", - "description": "Fully deterministic sequencer based on 8-bit LFSR capable to produce pseudo-random results", + "description": "Fully deterministic sequencer based on 8-bit LFSR capable to produce pseudo-random results. Replaced witg LFSR8Poly", + "deprecated": true, "tags": [ "Sequencer" ] @@ -43,7 +100,8 @@ { "slug": "LFSR16", "name": "LFSR16", - "description": "16-bit LFSR sequencer with ability to split for two independent registers", + "description": "16-bit LFSR sequencer with ability to split for two independent registers. Replaced witg LFSR16Poly", + "deprecated": true, "tags": [ "Sequencer" ] diff --git a/manifests/Venom.json b/manifests/Venom.json new file mode 100644 index 00000000..50ff6561 --- /dev/null +++ b/manifests/Venom.json @@ -0,0 +1,121 @@ +{ + "slug": "Venom", + "name": "Venom", + "version": "2.0.1", + "license": "GPL-3.0-or-later", + "brand": "", + "author": "David Benham", + "authorEmail": "david.benham42@gmail.com", + "authorUrl": "", + "pluginUrl": "https://github.com/DaveBenham/VenomModules", + "manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md", + "sourceUrl": "https://github.com/DaveBenham/VenomModules", + "donateUrl": "", + "changelogUrl": "https://github.com/DaveBenham/VenomModules/blob/main/changelog.md", + "modules": [ + { + "slug": "BernoulliSwitch", + "name": "Bernoulli Switch", + "description": "Randomly route two inputs to two outputs, with built in scaling and offset capabilities", + "manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#bernoulli-switch", + "tags": [ + "Attenuator", + "Controller", + "Logic", + "Polyphonic", + "Random", + "Switch", + "Utility" + ] + }, + { + "slug": "CloneMerge", + "name": "Clone Merge", + "description": "Clone up to 8 monophonic inputs and merge all channels into 1 polyphonic output", + "manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#clone-merge", + "tags": [ + "Polyphonic", + "Utility" + ] + }, + { + "slug": "HQ", + "name": "HQ - Harmonic Quantizer", + "description": "Computes a selected harmonic or subharmonic partial relative to a root V/Oct, or quantizes input V/Oct to the nearest partial relative to the root", + "manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#harmonic-quantizer", + "tags": [ + "Polyphonic", + "Quantizer" + ] + }, + { + "slug": "PolyClone", + "name": "Poly Clone", + "description": "Clone each channel of a polyphonic input and merge the results into a single polyphonic output", + "manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#poly-clone", + "tags": [ + "Polyphonic", + "Utility" + ] + }, + { + "slug": "Recurse", + "name": "Recurse", + "description": "Recursively process an input via Send/Return, with built in scaling and offset cababilities", + "manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#recurse", + "tags": [ + "Effect", + "Polyphonic", + "Ring modulator", + "Utility" + ] + }, + { + "slug": "RecurseStereo", + "name": "Recurse Stereo", + "description": "Recursively process mono or stereo input via Send/Return, with built in scaling and offset cababilities", + "manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#recurse-stereo", + "tags": [ + "Effect", + "Polyphonic", + "Ring modulator", + "Utility" + ] + }, + { + "slug": "RhythmExplorer", + "name": "Rhythm Explorer", + "description": "Random rhythm generator, trigger sequencer and clock divider", + "manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#rhythm-explorer", + "tags": [ + "Clock modulator", + "Random", + "Sequencer" + ] + }, + { + "slug": "VenomVCO", + "name": "VCO", + "description": "Voltage controlled oscillator with true through-zero FM and 0Hz carrier mode", + "manualURL": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#vco", + "hidden": true, + "tags": [ + "Oscillator" + ] + }, + { + "slug": "WinComp", + "name": "WinComp", + "description": "Windowed comparator and rectifier", + "manualURL": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#wincomp", + "tags": [ + "Distortion", + "Limiter", + "Logic", + "Polyphonic", + "Utility", + "Waveshaper" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/fruitsofkarma.json b/manifests/fruitsofkarma.json index 92916005..ecdfdba8 100644 --- a/manifests/fruitsofkarma.json +++ b/manifests/fruitsofkarma.json @@ -1,7 +1,7 @@ { "slug": "fruitsofkarma", "name": "fruitsofkarma", - "version": "2.0.4", + "version": "2.0.5", "license": "MIT", "brand": "fruitsofkarma", "author": "Alexey Komarov", @@ -40,6 +40,15 @@ "Visual" ] }, + { + "slug": "ScaleMerger", + "name": "Transit from one scale or mode to another", + "description": "Scale Merger", + "tags": [ + "Quantizer", + "Polyphonic" + ] + }, { "slug": "Math", "name": "Math",