Browse Source

Update manifest for 8Mode, 21kHz, AaronStatic

pull/785/head
Andrew Belt 3 years ago
parent
commit
95ee9e965a
4 changed files with 49 additions and 8 deletions
  1. +9
    -0
      manifests-cache.json
  2. +9
    -6
      manifests/21kHz.json
  3. +1
    -1
      manifests/8Mode.json
  4. +30
    -1
      manifests/AaronStatic.json

+ 9
- 0
manifests-cache.json View File

@@ -7921,6 +7921,15 @@
"modules": { "modules": {
"ChordCV": { "ChordCV": {
"creationTimestamp": 1580577302.0 "creationTimestamp": 1580577302.0
},
"ScaleCV": {
"creationTimestamp": 1638129681.7790837
},
"DiatonicCV": {
"creationTimestamp": 1638129681.972781
},
"RandomNoteCV": {
"creationTimestamp": 1638129682.0881612
} }
} }
}, },


+ 9
- 6
manifests/21kHz.json View File

@@ -1,14 +1,14 @@
{ {
"slug": "21kHz", "slug": "21kHz",
"name": "21kHz", "name": "21kHz",
"version": "1.0.1",
"version": "2.0.1",
"license": "MIT", "license": "MIT",
"brand": "21kHz", "brand": "21kHz",
"author": "21kHz",
"author": "21kHz, Netboy3",
"authorEmail": "", "authorEmail": "",
"authorUrl": "", "authorUrl": "",
"pluginUrl": "https://github.com/netboy3/21kHz-rack-plugins", "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", "sourceUrl": "https://github.com/netboy3/21kHz-rack-plugins.git",
"donateUrl": "", "donateUrl": "",
"changelogUrl": "", "changelogUrl": "",
@@ -16,7 +16,8 @@
{ {
"slug": "kHzPalmLoop", "slug": "kHzPalmLoop",
"name": "PalmLoop", "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": [ "tags": [
"Oscillator" "Oscillator"
] ]
@@ -24,7 +25,8 @@
{ {
"slug": "kHzTachyonEntangler", "slug": "kHzTachyonEntangler",
"name": "TachyonEntangler", "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": [ "tags": [
"Oscillator" "Oscillator"
] ]
@@ -32,7 +34,8 @@
{ {
"slug": "kHzD_Inf", "slug": "kHzD_Inf",
"name": "D\u221e", "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": [ "tags": [
"Tuner", "Tuner",
"Utility", "Utility",


+ 1
- 1
manifests/8Mode.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "8Mode", "slug": "8Mode",
"name": "8Mode", "name": "8Mode",
"version": "1.0.0",
"version": "2.0.0",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"brand": "8Mode", "brand": "8Mode",
"author": "Matt Dwyer, 8Mode", "author": "Matt Dwyer, 8Mode",


+ 30
- 1
manifests/AaronStatic.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "AaronStatic", "slug": "AaronStatic",
"name": "Aaron Static", "name": "Aaron Static",
"version": "1.0.1",
"version": "2.0.0",
"license": "MIT", "license": "MIT",
"brand": "Aaron Static", "brand": "Aaron Static",
"author": "Aaron Static", "author": "Aaron Static",
@@ -21,6 +21,35 @@
"Polyphonic", "Polyphonic",
"Tuner" "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"
]
} }
] ]
} }

Loading…
Cancel
Save