| @@ -5209,7 +5209,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "HetrickCV": { | "HetrickCV": { | ||||
| "buildTimestamp": 1737236728.5306537, | |||||
| "buildTimestamp": 1745727872.3079844, | |||||
| "creationTimestamp": 1518016501.0, | "creationTimestamp": 1518016501.0, | ||||
| "modules": { | "modules": { | ||||
| "ASR": { | "ASR": { | ||||
| @@ -5427,6 +5427,18 @@ | |||||
| }, | }, | ||||
| "BinaryCounter": { | "BinaryCounter": { | ||||
| "creationTimestamp": 1737236728.7280376 | "creationTimestamp": 1737236728.7280376 | ||||
| }, | |||||
| "ClockToPhasor": { | |||||
| "creationTimestamp": 1745727881.4788094 | |||||
| }, | |||||
| "Normals": { | |||||
| "creationTimestamp": 1745727881.5549996 | |||||
| }, | |||||
| "PhasorToRandom": { | |||||
| "creationTimestamp": 1745727881.6293378 | |||||
| }, | |||||
| "PolymetricPhasors": { | |||||
| "creationTimestamp": 1745727881.7199178 | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -14322,7 +14334,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "Cella": { | "Cella": { | ||||
| "buildTimestamp": 1745003181.779504, | |||||
| "buildTimestamp": 1745727619.5390813, | |||||
| "creationTimestamp": 1723919612.1472793, | "creationTimestamp": 1723919612.1472793, | ||||
| "modules": { | "modules": { | ||||
| "Euler": { | "Euler": { | ||||
| @@ -14345,6 +14357,12 @@ | |||||
| }, | }, | ||||
| "CognitiveShift": { | "CognitiveShift": { | ||||
| "creationTimestamp": 1745003914.498608 | "creationTimestamp": 1745003914.498608 | ||||
| }, | |||||
| "LoudnessMeter": { | |||||
| "creationTimestamp": 1745727881.3109791 | |||||
| }, | |||||
| "Loud": { | |||||
| "creationTimestamp": 1745727881.3919678 | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -15211,5 +15229,14 @@ | |||||
| "creationTimestamp": 1745290568.8963022 | "creationTimestamp": 1745290568.8963022 | ||||
| } | } | ||||
| } | } | ||||
| }, | |||||
| "Sulamith": { | |||||
| "buildTimestamp": 1745727880.9225924, | |||||
| "creationTimestamp": 1745727881.1625378, | |||||
| "modules": { | |||||
| "ButtonA": { | |||||
| "creationTimestamp": 1745727881.2442923 | |||||
| } | |||||
| } | |||||
| } | } | ||||
| } | } | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "Cella", | "slug": "Cella", | ||||
| "name": "Cella", | "name": "Cella", | ||||
| "version": "2.0.7", | |||||
| "version": "2.8.0", | |||||
| "license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
| "brand": "Cella", | "brand": "Cella", | ||||
| "author": "Victor Kashirin", | "author": "Victor Kashirin", | ||||
| @@ -93,6 +93,28 @@ | |||||
| "Clock modulator", | "Clock modulator", | ||||
| "Logic" | "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", | "slug": "HetrickCV", | ||||
| "name": "HetrickCV", | "name": "HetrickCV", | ||||
| "brand": "HetrickCV", | "brand": "HetrickCV", | ||||
| "version": "2.5.1", | |||||
| "version": "2.5.2", | |||||
| "license": "CC0-1.0", | "license": "CC0-1.0", | ||||
| "author": "Michael Hetrick", | "author": "Michael Hetrick", | ||||
| "authorEmail": "", | "authorEmail": "", | ||||
| @@ -128,6 +128,17 @@ | |||||
| "Random" | "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", | "slug": "Comparator", | ||||
| "name": "Comparator", | "name": "Comparator", | ||||
| @@ -296,6 +307,15 @@ | |||||
| "Polyphonic" | "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", | "slug": "PhaseDrivenSequencer", | ||||
| "name": "Phase Driven Sequencer", | "name": "Phase Driven Sequencer", | ||||
| @@ -594,6 +614,15 @@ | |||||
| "Polyphonic" | "Polyphonic" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| "slug": "PhasorToRandom", | |||||
| "name": "Phasor to Random", | |||||
| "description": "Generates random values for each step of a phasor input.", | |||||
| "tags": [ | |||||
| "Random", | |||||
| "Polyphonic" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| "slug": "PhasorToWaveforms", | "slug": "PhasorToWaveforms", | ||||
| "name": "Phasor to Waveforms", | "name": "Phasor to Waveforms", | ||||
| @@ -604,6 +633,15 @@ | |||||
| "Polyphonic" | "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", | "slug": "Probability", | ||||
| "name": "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" | |||||
| ] | |||||
| } | |||||
| ] | |||||
| } | |||||