diff --git a/manifests-cache.json b/manifests-cache.json index 532bc5b7..a1da9c53 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -7921,6 +7921,15 @@ "modules": { "ChordCV": { "creationTimestamp": 1580577302.0 + }, + "ScaleCV": { + "creationTimestamp": 1638129681.7790837 + }, + "DiatonicCV": { + "creationTimestamp": 1638129681.972781 + }, + "RandomNoteCV": { + "creationTimestamp": 1638129682.0881612 } } }, diff --git a/manifests/21kHz.json b/manifests/21kHz.json index d52da1f9..81237e11 100644 --- a/manifests/21kHz.json +++ b/manifests/21kHz.json @@ -1,14 +1,14 @@ { "slug": "21kHz", "name": "21kHz", - "version": "1.0.1", + "version": "2.0.1", "license": "MIT", "brand": "21kHz", - "author": "21kHz", + "author": "21kHz, Netboy3", "authorEmail": "", "authorUrl": "", "pluginUrl": "https://github.com/netboy3/21kHz-rack-plugins", - "manualUrl": "https://github.com/netboy3/21kHz-rack-plugins/blob/master/README.md", + "manualUrl": "https://github.com/netboy3/21kHz-rack-plugins#readme", "sourceUrl": "https://github.com/netboy3/21kHz-rack-plugins.git", "donateUrl": "", "changelogUrl": "", @@ -16,7 +16,8 @@ { "slug": "kHzPalmLoop", "name": "PalmLoop", - "description": "Palm Loop \u2014 basic VCO \u2014 8hp", + "description": "CPU friendly voltage controlled oscillator with polyBLEP/BLAMP anti-aliasing", + "manualURL": "https://github.com/netboy3/21kHz-rack-plugins#PalmLoop", "tags": [ "Oscillator" ] @@ -24,7 +25,8 @@ { "slug": "kHzTachyonEntangler", "name": "TachyonEntangler", - "description": "Tachyon Entangler \u2014 chaotic sync VCO \u2014 20hp", + "description": "Anti-aliased chaotic sync voltage controlled oscillator", + "manualURL": "https://github.com/netboy3/21kHz-rack-plugins#TachyonEntangler", "tags": [ "Oscillator" ] @@ -32,7 +34,8 @@ { "slug": "kHzD_Inf", "name": "D\u221e", - "description": "D\u221e \u2014 pitch tools \u2014 4hp", + "description": "Polyphonic module for modifying V/OCT signals by transposition and inversion", + "manualURL": "https://github.com/netboy3/21kHz-rack-plugins#DInf", "tags": [ "Tuner", "Utility", diff --git a/manifests/8Mode.json b/manifests/8Mode.json index 5c994d65..8dd8834c 100644 --- a/manifests/8Mode.json +++ b/manifests/8Mode.json @@ -1,7 +1,7 @@ { "slug": "8Mode", "name": "8Mode", - "version": "1.0.0", + "version": "2.0.0", "license": "BSD-3-Clause", "brand": "8Mode", "author": "Matt Dwyer, 8Mode", diff --git a/manifests/AaronStatic.json b/manifests/AaronStatic.json index c0044209..c69c4f57 100644 --- a/manifests/AaronStatic.json +++ b/manifests/AaronStatic.json @@ -1,7 +1,7 @@ { "slug": "AaronStatic", "name": "Aaron Static", - "version": "1.0.1", + "version": "2.0.0", "license": "MIT", "brand": "Aaron Static", "author": "Aaron Static", @@ -21,6 +21,35 @@ "Polyphonic", "Tuner" ] + }, + { + "slug": "ScaleCV", + "name": "ScaleCV", + "description": "Generates a scale", + "tags": [ + "Polyphonic", + "Tuner", + "Quantizer" + ] + }, + { + "slug": "DiatonicCV", + "name": "DiatonicCV", + "description": "Generates diatonic chords from the provided scale", + "tags": [ + "Polyphonic", + "Tuner" + ] + }, + { + "slug": "RandomNoteCV", + "name": "RandomNoteCV", + "description": "Generates a random note when triggered", + "tags": [ + "Polyphonic", + "Tuner", + "Random" + ] } ] } \ No newline at end of file