| @@ -5209,7 +5209,7 @@ | |||
| } | |||
| }, | |||
| "HetrickCV": { | |||
| "buildTimestamp": 1737236728.5306537, | |||
| "buildTimestamp": 1745727872.3079844, | |||
| "creationTimestamp": 1518016501.0, | |||
| "modules": { | |||
| "ASR": { | |||
| @@ -5427,6 +5427,18 @@ | |||
| }, | |||
| "BinaryCounter": { | |||
| "creationTimestamp": 1737236728.7280376 | |||
| }, | |||
| "ClockToPhasor": { | |||
| "creationTimestamp": 1745727881.4788094 | |||
| }, | |||
| "Normals": { | |||
| "creationTimestamp": 1745727881.5549996 | |||
| }, | |||
| "PhasorToRandom": { | |||
| "creationTimestamp": 1745727881.6293378 | |||
| }, | |||
| "PolymetricPhasors": { | |||
| "creationTimestamp": 1745727881.7199178 | |||
| } | |||
| } | |||
| }, | |||
| @@ -14322,7 +14334,7 @@ | |||
| } | |||
| }, | |||
| "Cella": { | |||
| "buildTimestamp": 1745003181.779504, | |||
| "buildTimestamp": 1745727619.5390813, | |||
| "creationTimestamp": 1723919612.1472793, | |||
| "modules": { | |||
| "Euler": { | |||
| @@ -14345,6 +14357,12 @@ | |||
| }, | |||
| "CognitiveShift": { | |||
| "creationTimestamp": 1745003914.498608 | |||
| }, | |||
| "LoudnessMeter": { | |||
| "creationTimestamp": 1745727881.3109791 | |||
| }, | |||
| "Loud": { | |||
| "creationTimestamp": 1745727881.3919678 | |||
| } | |||
| } | |||
| }, | |||
| @@ -15211,5 +15229,14 @@ | |||
| "creationTimestamp": 1745290568.8963022 | |||
| } | |||
| } | |||
| }, | |||
| "Sulamith": { | |||
| "buildTimestamp": 1745727880.9225924, | |||
| "creationTimestamp": 1745727881.1625378, | |||
| "modules": { | |||
| "ButtonA": { | |||
| "creationTimestamp": 1745727881.2442923 | |||
| } | |||
| } | |||
| } | |||
| } | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "slug": "Cella", | |||
| "name": "Cella", | |||
| "version": "2.0.7", | |||
| "version": "2.8.0", | |||
| "license": "GPL-3.0-or-later", | |||
| "brand": "Cella", | |||
| "author": "Victor Kashirin", | |||
| @@ -93,6 +93,28 @@ | |||
| "Clock modulator", | |||
| "Logic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "LoudnessMeter", | |||
| "name": "Loudness Meter", | |||
| "description": "Loudness meter based on EBU R128 standard", | |||
| "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#loudness-meter", | |||
| "keywords": "ebu loudness lufs", | |||
| "tags": [ | |||
| "Utility", | |||
| "Visual" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Loud", | |||
| "name": "Loud", | |||
| "description": "Loudness meter based on EBU R128 standard, narrow version", | |||
| "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#loudness-meter", | |||
| "keywords": "ebu loudness lufs", | |||
| "tags": [ | |||
| "Utility", | |||
| "Visual" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -2,7 +2,7 @@ | |||
| "slug": "HetrickCV", | |||
| "name": "HetrickCV", | |||
| "brand": "HetrickCV", | |||
| "version": "2.5.1", | |||
| "version": "2.5.2", | |||
| "license": "CC0-1.0", | |||
| "author": "Michael Hetrick", | |||
| "authorEmail": "", | |||
| @@ -128,6 +128,17 @@ | |||
| "Random" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "ClockToPhasor", | |||
| "name": "Clock to Phasor", | |||
| "description": "Generates a phasor from a series of gates.", | |||
| "tags": [ | |||
| "Oscillator", | |||
| "Clock Modulator", | |||
| "Low-frequency Oscillator", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Comparator", | |||
| "name": "Comparator", | |||
| @@ -296,6 +307,15 @@ | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Normals", | |||
| "name": "Normals", | |||
| "description": "Connects an input to an output, unless a plug is inserted into the middle jack.", | |||
| "tags": [ | |||
| "Utility", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "PhaseDrivenSequencer", | |||
| "name": "Phase Driven Sequencer", | |||
| @@ -594,6 +614,15 @@ | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "PhasorToRandom", | |||
| "name": "Phasor to Random", | |||
| "description": "Generates random values for each step of a phasor input.", | |||
| "tags": [ | |||
| "Random", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "PhasorToWaveforms", | |||
| "name": "Phasor to Waveforms", | |||
| @@ -604,6 +633,15 @@ | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "PolymetricPhasors", | |||
| "name": "Polymetric Phasors", | |||
| "description": "Processes a phasor signal with a known number of steps, then produces output phasors at polymetric multiples.", | |||
| "tags": [ | |||
| "Clock Modulator", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Probability", | |||
| "name": "Probability", | |||
| @@ -0,0 +1,30 @@ | |||
| { | |||
| "slug": "Sulamith", | |||
| "name": "Sulamith", | |||
| "version": "2.0.2", | |||
| "license": "GPL-3.0-or-later", | |||
| "brand": "Sulamith", | |||
| "author": "Pascal Breitenbach", | |||
| "authorEmail": "johann@raisedasapackofwolves.de", | |||
| "pluginUrl": "https://github.com/JohannAsbjoernson/Sulamith", | |||
| "authorUrl": "https://www.youtube.com/@johannasbjoernson918/featured", | |||
| "manualUrl": "https://github.com/JohannAsbjoernson/Sulamith/blob/main/README.md", | |||
| "sourceUrl": "https://github.com/JohannAsbjoernson/Sulamith", | |||
| "changelogUrl": "https://github.com/JohannAsbjoernson/Sulamith/blob/main/CHANGELOG.md", | |||
| "modules": [ | |||
| { | |||
| "slug": "ButtonA", | |||
| "name": "Button - Complex Trigger Utility", | |||
| "description": "Swiss Army Knife: Button, Bernoulli Gate, Trigger, Gate with Length, Toggle, Const. Volt., Random CV, Slew, Retrig", | |||
| "manualUrl": "https://github.com/JohannAsbjoernson/Sulamith/blob/main/README.md", | |||
| "tags": [ | |||
| "Utility", | |||
| "Random", | |||
| "Sequencer", | |||
| "Clock modulator", | |||
| "Logic", | |||
| "Controller" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||