| @@ -12093,7 +12093,7 @@ | |||
| } | |||
| }, | |||
| "CosineKitty-Sapphire": { | |||
| "buildTimestamp": 1724753900.7084503, | |||
| "buildTimestamp": 1725898107.788948, | |||
| "creationTimestamp": 1660869608.068208, | |||
| "modules": { | |||
| "Moots": { | |||
| @@ -13746,7 +13746,7 @@ | |||
| } | |||
| }, | |||
| "SmarTAZZStudio-Free": { | |||
| "buildTimestamp": 1723330376.8252842, | |||
| "buildTimestamp": 1725897877.3005283, | |||
| "creationTimestamp": 1708910205.9740877, | |||
| "modules": { | |||
| "Multiplier": { | |||
| @@ -13778,6 +13778,9 @@ | |||
| }, | |||
| "Spiquencer": { | |||
| "creationTimestamp": 1723331282.57894 | |||
| }, | |||
| "Harmoblender": { | |||
| "creationTimestamp": 1725898145.9807203 | |||
| } | |||
| } | |||
| }, | |||
| @@ -13920,7 +13923,7 @@ | |||
| } | |||
| }, | |||
| "SanguineMutants": { | |||
| "buildTimestamp": 1723330525.8040152, | |||
| "buildTimestamp": 1725898024.580309, | |||
| "creationTimestamp": 1717919524.088269, | |||
| "modules": { | |||
| "Funes": { | |||
| @@ -13949,6 +13952,30 @@ | |||
| }, | |||
| "Sanguine-Mortuus": { | |||
| "creationTimestamp": 1719229859.4132793 | |||
| }, | |||
| "Sanguine-Fluctus": { | |||
| "creationTimestamp": 1725898145.489346 | |||
| }, | |||
| "Sanguine-Incurvationes": { | |||
| "creationTimestamp": 1725898145.5485592 | |||
| }, | |||
| "Sanguine-Distortiones": { | |||
| "creationTimestamp": 1725898145.609889 | |||
| }, | |||
| "Sanguine-Mutuus": { | |||
| "creationTimestamp": 1725898145.667236 | |||
| }, | |||
| "Sanguine-Explorator": { | |||
| "creationTimestamp": 1725898145.7251792 | |||
| }, | |||
| "Sanguine-Marmora": { | |||
| "creationTimestamp": 1725898145.7837102 | |||
| }, | |||
| "Sanguine-Anuli": { | |||
| "creationTimestamp": 1725898145.837886 | |||
| }, | |||
| "Sanguine-Velamina": { | |||
| "creationTimestamp": 1725898145.8974252 | |||
| } | |||
| } | |||
| }, | |||
| @@ -14001,7 +14028,7 @@ | |||
| } | |||
| }, | |||
| "Cella": { | |||
| "buildTimestamp": 1723919540.846456, | |||
| "buildTimestamp": 1725898144.7984474, | |||
| "creationTimestamp": 1723919612.1472793, | |||
| "modules": { | |||
| "Euler": { | |||
| @@ -14009,6 +14036,9 @@ | |||
| }, | |||
| "Bezier": { | |||
| "creationTimestamp": 1723919612.2352479 | |||
| }, | |||
| "Rich": { | |||
| "creationTimestamp": 1725898144.9823234 | |||
| } | |||
| } | |||
| }, | |||
| @@ -14113,5 +14143,32 @@ | |||
| "creationTimestamp": 1725269089.622874 | |||
| } | |||
| } | |||
| }, | |||
| "NullSet": { | |||
| "buildTimestamp": 1725898129.3353164, | |||
| "creationTimestamp": 1725898145.0575962, | |||
| "modules": { | |||
| "QuickMelody": { | |||
| "creationTimestamp": 1725898145.1108377 | |||
| }, | |||
| "PolyAutoPan": { | |||
| "creationTimestamp": 1725898145.1633272 | |||
| }, | |||
| "WeightedQuantizer": { | |||
| "creationTimestamp": 1725898145.2110174 | |||
| }, | |||
| "PolyLFT": { | |||
| "creationTimestamp": 1725898145.2602005 | |||
| }, | |||
| "16Squared": { | |||
| "creationTimestamp": 1725898145.3075848 | |||
| }, | |||
| "LabeledPatchbay": { | |||
| "creationTimestamp": 1725898145.3600435 | |||
| }, | |||
| "RomanQuantizer": { | |||
| "creationTimestamp": 1725898145.409685 | |||
| } | |||
| } | |||
| } | |||
| } | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "slug": "Cella", | |||
| "name": "Cella", | |||
| "version": "2.0.1", | |||
| "version": "2.0.2", | |||
| "license": "GPL-3.0-or-later", | |||
| "brand": "Cella", | |||
| "author": "Victor Kashirin", | |||
| @@ -16,15 +16,27 @@ | |||
| { | |||
| "slug": "Euler", | |||
| "name": "Euler", | |||
| "description": "Calculates slope of the incoming signal", | |||
| "description": "Calculates rate of change of the incoming signal", | |||
| "keywords": "diff math rate", | |||
| "tags": [ | |||
| "Utility" | |||
| "Utility", | |||
| "Envelope follower" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Rich", | |||
| "name": "Rich", | |||
| "description": "Expressive AD envelope generator with controllable and breathing accent dynamics", | |||
| "keywords": "AD", | |||
| "tags": [ | |||
| "Envelope generator" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Bezier", | |||
| "name": "Bezier", | |||
| "description": "Smooth random voltage generator using Bezier curves", | |||
| "description": "Smooth random voltage generator that uses Bezier curves", | |||
| "keywords": "rnd curve smooth", | |||
| "tags": [ | |||
| "Utility", | |||
| "LFO", | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "slug": "CosineKitty-Sapphire", | |||
| "name": "Sapphire", | |||
| "version": "2.4.9", | |||
| "version": "2.5.0", | |||
| "license": "GPL-3.0-or-later", | |||
| "brand": "Sapphire", | |||
| "author": "Don Cross", | |||
| @@ -17,6 +17,7 @@ | |||
| "slug": "Elastika", | |||
| "name": "Elastika", | |||
| "description": "Filters audio through a simulated network of balls and springs.", | |||
| "manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/Elastika.md", | |||
| "tags": [ | |||
| "Physical modeling", | |||
| "Effect", | |||
| @@ -28,6 +29,7 @@ | |||
| "slug": "Frolic", | |||
| "name": "Frolic", | |||
| "description": "Chaotic oscillator based on the Rucklidge Attractor.", | |||
| "manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/Frolic.md", | |||
| "tags": [ | |||
| "Physical modeling", | |||
| "Effect", | |||
| @@ -38,6 +40,7 @@ | |||
| "slug": "Galaxy", | |||
| "name": "Galaxy", | |||
| "description": "An adaptation of the Airwindows Galactic algorithm by Chris Johnson (https://github.com/airwindows).", | |||
| "manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/Galaxy.md", | |||
| "tags": [ | |||
| "Reverb", | |||
| "Effect", | |||
| @@ -49,6 +52,7 @@ | |||
| "slug": "Glee", | |||
| "name": "Glee", | |||
| "description": "Chaotic oscillator based on the Aizawa Attractor.", | |||
| "manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/Glee.md", | |||
| "tags": [ | |||
| "Physical modeling", | |||
| "Effect", | |||
| @@ -59,6 +63,7 @@ | |||
| "slug": "Hiss", | |||
| "name": "Hiss", | |||
| "description": "Generates directionally unbiased N-dimensional vector noise.", | |||
| "manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/Hiss.md", | |||
| "tags": [ | |||
| "Noise", | |||
| "Polyphonic" | |||
| @@ -68,6 +73,7 @@ | |||
| "slug": "Moots", | |||
| "name": "Moots", | |||
| "description": "Plugs/unplugs polyphonic cables.", | |||
| "manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/Moots.md", | |||
| "tags": [ | |||
| "Controller", | |||
| "Switch", | |||
| @@ -78,6 +84,7 @@ | |||
| "slug": "Nucleus", | |||
| "name": "Nucleus", | |||
| "description": "Simulation of a cloud of particles with mutually attractive, repulsive, and orthogonal forces.", | |||
| "manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/Nucleus.md", | |||
| "tags": [ | |||
| "Physical modeling", | |||
| "Effect", | |||
| @@ -88,6 +95,7 @@ | |||
| { | |||
| "slug": "Pivot", | |||
| "name": "Pivot", | |||
| "manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/Pivot.md", | |||
| "description": "Rotates a 3D vector around axis-cycling vector (1,1,1).", | |||
| "tags": [ | |||
| "Utility" | |||
| @@ -97,6 +105,7 @@ | |||
| "slug": "Polynucleus", | |||
| "name": "Polynucleus", | |||
| "description": "Simulation of a cloud of particles with mutually attractive, repulsive, and orthogonal forces.", | |||
| "manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/Polynucleus.md", | |||
| "tags": [ | |||
| "Physical modeling", | |||
| "Effect", | |||
| @@ -108,6 +117,7 @@ | |||
| "slug": "Pop", | |||
| "name": "Pop", | |||
| "description": "A trigger generator based on the statistics of radioactive decay.", | |||
| "manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/Pop.md", | |||
| "tags": [ | |||
| "Noise", | |||
| "Polyphonic", | |||
| @@ -118,6 +128,7 @@ | |||
| "slug": "Rotini", | |||
| "name": "Rotini", | |||
| "description": "Takes the 3D vector cross product of a pair of 3D vectors.", | |||
| "manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/Rotini.md", | |||
| "tags": [ | |||
| "Utility" | |||
| ] | |||
| @@ -126,6 +137,7 @@ | |||
| "slug": "SplitAddMerge", | |||
| "name": "Split/Add/Merge", | |||
| "description": "Splits, adds, and/or merges stereo or 3D vector signals.", | |||
| "manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/SplitAddMerge.md", | |||
| "tags": [ | |||
| "Utility" | |||
| ] | |||
| @@ -134,6 +146,7 @@ | |||
| "slug": "Tin", | |||
| "name": "Tin", | |||
| "description": "Feeds arbitrary input signals into Tricorder.", | |||
| "manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/Tin.md", | |||
| "tags": [ | |||
| "Expander", | |||
| "Utility" | |||
| @@ -143,6 +156,7 @@ | |||
| "slug": "Tout", | |||
| "name": "Tout", | |||
| "description": "Receives vectors from the left just like Tricorder does, then outputs them to ports.", | |||
| "manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/Tout.md", | |||
| "tags": [ | |||
| "Expander", | |||
| "Utility" | |||
| @@ -152,6 +166,7 @@ | |||
| "slug": "Tricorder", | |||
| "name": "Tricorder", | |||
| "description": "3D plotter expander module for Frolic and Tin.", | |||
| "manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/Tricorder.md", | |||
| "tags": [ | |||
| "Expander", | |||
| "Visual" | |||
| @@ -161,6 +176,7 @@ | |||
| "slug": "TubeUnit", | |||
| "name": "Tube Unit", | |||
| "description": "Tubular waveguide synth.", | |||
| "manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/TubeUnit.md", | |||
| "tags": [ | |||
| "Physical modeling", | |||
| "Effect", | |||
| @@ -0,0 +1,81 @@ | |||
| { | |||
| "slug": "NullSet", | |||
| "name": "Null Set", | |||
| "version": "2.0.0", | |||
| "license": "GPL-3.0", | |||
| "brand": "Null Set", | |||
| "author": "Nicholas Denning", | |||
| "authorEmail": "nicholas.j.denning@gmail.com", | |||
| "authorUrl": "nickdenningcode.com", | |||
| "pluginUrl": "https://github.com/nicholas-j-denning/NullSet", | |||
| "manualUrl": "https://github.com/nicholas-j-denning/NullSet", | |||
| "sourceUrl": "https://github.com/nicholas-j-denning/NullSet", | |||
| "donateUrl": "", | |||
| "changelogUrl": "", | |||
| "modules": [ | |||
| { | |||
| "slug": "QuickMelody", | |||
| "name": "Quick Melody", | |||
| "description": "Generate melodies using an aliasing algorithm", | |||
| "tags": [ | |||
| "Sequencer", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "PolyAutoPan", | |||
| "name": "Poly Auto Pan", | |||
| "description": "Pan a polyphonic signal using LFOs with equally spaced phases", | |||
| "tags": [ | |||
| "Polyphonic", | |||
| "Panning" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "WeightedQuantizer", | |||
| "name": "Weighted Quantizer", | |||
| "description": "Quantizer with note weights", | |||
| "tags": [ | |||
| "Quantizer", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "PolyLFT", | |||
| "name": "Poly LFT", | |||
| "description": "Polyphonic triangle LFO with equally spaced phases", | |||
| "tags": [ | |||
| "LFO", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "16Squared", | |||
| "name": "16 Squared", | |||
| "description": "Compact 16 step 16 channel sequencer", | |||
| "tags": [ | |||
| "Sequencer", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "LabeledPatchbay", | |||
| "name": "Labeled Patchbay", | |||
| "description": "Patchbay with labels and attenuverters", | |||
| "tags": [ | |||
| "Utility", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "RomanQuantizer", | |||
| "name": "Roman Quantizer", | |||
| "description": "Quantizer based on Roman numeral chord notation", | |||
| "tags": [ | |||
| "Quantizer", | |||
| "Sequencer", | |||
| "Polyphonic" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "slug": "SanguineMutants", | |||
| "name": "Sanguine Modules", | |||
| "version": "2.3.2", | |||
| "version": "2.4.1", | |||
| "license": "GPL-3.0-or-later", | |||
| "author": "Bloodbat", | |||
| "pluginUrl": "https://github.com/Bloodbat/SanguineMutants", | |||
| @@ -31,13 +31,13 @@ | |||
| }, | |||
| { | |||
| "slug": "Sanguine-Apices", | |||
| "name": "Sanguine Apices", | |||
| "name": "Apices", | |||
| "description": "Based on Mutable Instruments' Peaks", | |||
| "tags": [ | |||
| "Drum", | |||
| "Envelope generator", | |||
| "Oscillator", | |||
| "LFO", | |||
| "Low-frequency oscillator", | |||
| "Sequencer", | |||
| "Hardware clone", | |||
| "Dual" | |||
| @@ -45,7 +45,7 @@ | |||
| }, | |||
| { | |||
| "slug": "Sanguine-Aleae", | |||
| "name": "Sanguine Aleae", | |||
| "name": "Aleae", | |||
| "description": "Based on Mutable Instruments' Branches", | |||
| "tags": [ | |||
| "Random", | |||
| @@ -56,28 +56,30 @@ | |||
| }, | |||
| { | |||
| "slug": "Sanguine-Nodi", | |||
| "name": "Sanguine Nodi", | |||
| "name": "Nodi", | |||
| "description": "A macro oscillator based on Mutable Instruments' Braids", | |||
| "tags": [ | |||
| "VCO", | |||
| "Oscillator", | |||
| "Waveshaper", | |||
| "Polyphonic", | |||
| "Hardware clone" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Sanguine-Contextus", | |||
| "name": "Sanguine Contextus", | |||
| "name": "Contextus", | |||
| "description": "A macro oscillator based on the Renaissance alternative firmware for Braids", | |||
| "tags": [ | |||
| "VCO", | |||
| "Oscillator", | |||
| "Waveshaper", | |||
| "Polyphonic", | |||
| "Hardware clone" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Sanguine-Nebulae", | |||
| "name": "Sanguine Nebulae", | |||
| "description": "A texture synthesizer based on Audible Instruments' Clouds'", | |||
| "name": "Nebulae", | |||
| "description": "A texture synthesizer based on Audible Instruments' Clouds", | |||
| "tags": [ | |||
| "Granular", | |||
| "Reverb", | |||
| @@ -86,7 +88,7 @@ | |||
| }, | |||
| { | |||
| "slug": "Sanguine-Etesia", | |||
| "name": "Sanguine Etesia", | |||
| "name": "Etesia", | |||
| "description": "A texture synthesizer based on the Clouds Parasite", | |||
| "tags": [ | |||
| "Granular", | |||
| @@ -96,17 +98,103 @@ | |||
| }, | |||
| { | |||
| "slug": "Sanguine-Mortuus", | |||
| "name": "Sanguine Mortuus", | |||
| "description": "Based on the Dead Man's Catch alternative firmware for Peaks'", | |||
| "name": "Mortuus", | |||
| "description": "Based on the Dead Man's Catch alternative firmware for Peaks", | |||
| "tags": [ | |||
| "Drum", | |||
| "Envelope generator", | |||
| "Oscillator", | |||
| "LFO", | |||
| "Low-frequency oscillator", | |||
| "Sequencer", | |||
| "Hardware clone", | |||
| "Dual" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Sanguine-Fluctus", | |||
| "name": "Fluctus", | |||
| "description": "A texture synthesizer based on the Kammerl Beat-Repeat firmware", | |||
| "tags": [ | |||
| "Granular", | |||
| "Reverb", | |||
| "Hardware clone" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Sanguine-Incurvationes", | |||
| "name": "Incurvationes", | |||
| "description": "A meta modulator based on Mutable Instruments Warps", | |||
| "tags": [ | |||
| "Ring modulator", | |||
| "Waveshaper", | |||
| "Hardware clone" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Sanguine-Distortiones", | |||
| "name": "Distortiones", | |||
| "description": "A doctored meta modulator based on the Parasite alternative firmware for Warps", | |||
| "tags": [ | |||
| "Ring modulator", | |||
| "Waveshaper", | |||
| "Effect", | |||
| "Hardware clone" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Sanguine-Mutuus", | |||
| "name": "Mutuus", | |||
| "description": "An experimental meta modulator based on the Symbiote alternative firmware for Warps", | |||
| "tags": [ | |||
| "Ring modulator", | |||
| "Waveshaper", | |||
| "Effect", | |||
| "Reverb", | |||
| "Hardware clone" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Sanguine-Explorator", | |||
| "name": "Explorator", | |||
| "description": "A fully polyphonic multiple, mixer, noise source, sample and hold, inverter, rectifier and logic unit, based on Mutable Instruments Links and Kinks", | |||
| "tags": [ | |||
| "Multiple", | |||
| "Mixer", | |||
| "Hardware clone", | |||
| "Polyphonic", | |||
| "Utility", | |||
| "Sample and hold", | |||
| "Noise" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Sanguine-Marmora", | |||
| "name": "Marmora", | |||
| "description": "Based on Mutable Instruments Marbles", | |||
| "tags": [ | |||
| "Random", | |||
| "Hardware clone" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Sanguine-Anuli", | |||
| "name": "Anuli", | |||
| "description": "Anuli is a polyphonic resonator based on Mutable Instruments Rings", | |||
| "tags": [ | |||
| "Physical modeling", | |||
| "Polyphonic", | |||
| "Hardware clone" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Sanguine-Velamina", | |||
| "name": "Velamina", | |||
| "description": "A voltage controller amplifier based on the revised Mutable Instruments Veils", | |||
| "tags": [ | |||
| "Mixer", | |||
| "Polyphonic", | |||
| "Voltage-controlled amplifier" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "slug": "SmarTAZZStudio-Free", | |||
| "name": "Sm@rTAZZ Studio Free", | |||
| "version": "2.3.0", | |||
| "version": "2.4.0", | |||
| "license": "GPL-3.0-or-later", | |||
| "brand": "Sm@rTAZZ Studio", | |||
| "author": "Marinko Laban", | |||
| @@ -111,6 +111,16 @@ | |||
| "tags": [ | |||
| "Sequencer" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Harmoblender", | |||
| "name": "Harmoblender", | |||
| "description": "VCO that works based on mixing harmonic sine waves", | |||
| "manualUrl": "https://mlaban.home.xs4all.nl/music/VCV/Harmoblender.html", | |||
| "tags": [ | |||
| "Polyphonic", | |||
| "Oscillator" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||