Browse Source

Update manifest for squinkylabs-plug1, cf, RPJ

pull/785/head
Andrew Belt 3 years ago
parent
commit
323037800e
3 changed files with 56 additions and 45 deletions
  1. +1
    -1
      manifests/RPJ.json
  2. +54
    -43
      manifests/cf.json
  3. +1
    -1
      manifests/squinkylabs-plug1.json

+ 1
- 1
manifests/RPJ.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "RPJ", "slug": "RPJ",
"name": "RPJ", "name": "RPJ",
"version": "2.0.3",
"version": "2.0.5",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "RPJ", "brand": "RPJ",
"author": "Robert Kock", "author": "Robert Kock",


+ 54
- 43
manifests/cf.json View File

@@ -1,6 +1,6 @@
{ {
"slug": "cf", "slug": "cf",
"version": "1.1.1",
"version": "2.0.2",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"name": "cf", "name": "cf",
"brand": "cf", "brand": "cf",
@@ -10,230 +10,241 @@
"authorUrl": "https://github.com/cfoulc", "authorUrl": "https://github.com/cfoulc",
"manualUrl": "https://github.com/cfoulc/cf", "manualUrl": "https://github.com/cfoulc/cf",
"sourceUrl": "https://github.com/cfoulc/cf", "sourceUrl": "https://github.com/cfoulc/cf",
"changelogUrl": "https://github.com/cfoulc/cf",
"donateUrl": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3CSNFE349G99Q", "donateUrl": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3CSNFE349G99Q",
"modules": [ "modules": [
{ {
"slug": "METRO", "slug": "METRO",
"name": "Metro", "name": "Metro",
"description": "Clock", "description": "Clock",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"CLOCK"
"Clock generator"
] ]
}, },
{ {
"slug": "EACH", "slug": "EACH",
"name": "Each", "name": "Each",
"description": "Clock divider", "description": "Clock divider",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"UTILITY"
"Clock modulator"
] ]
}, },
{ {
"slug": "trSEQ", "slug": "trSEQ",
"name": "trSeq", "name": "trSeq",
"description": "sequencer with per step inputs", "description": "sequencer with per step inputs",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"SEQUENCER"
"Sequencer"
] ]
}, },
{ {
"slug": "LEDSEQ", "slug": "LEDSEQ",
"name": "ledSeq", "name": "ledSeq",
"description": "5x16 triggers sequencer", "description": "5x16 triggers sequencer",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"SEQUENCER"
"Sequencer"
] ]
}, },
{ {
"slug": "L3DS3Q", "slug": "L3DS3Q",
"name": "l3dS3q", "name": "l3dS3q",
"description": "5x16 triggers sequencer", "description": "5x16 triggers sequencer",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"SEQUENCER"
]
},
{
"slug": "L3DS3Q",
"name": "l3dS3q",
"description": "5x16 triggers sequencer",
"tags": [
"SEQUENCER"
"Sequencer"
] ]
}, },
{ {
"slug": "SLIDERSEQ", "slug": "SLIDERSEQ",
"name": "SliderSeq", "name": "SliderSeq",
"description": "16 CVs sequencer", "description": "16 CVs sequencer",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"SEQUENCER"
"Sequencer"
] ]
}, },
{ {
"slug": "PLAYER", "slug": "PLAYER",
"name": "Player", "name": "Player",
"description": "Sample player", "description": "Sample player",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"SAMPLER"
"Sampler"
] ]
}, },
{ {
"slug": "PLAY", "slug": "PLAY",
"name": "Play", "name": "Play",
"description": "Mini sample player", "description": "Mini sample player",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"SAMPLER"
"Sampler"
] ]
}, },
{ {
"slug": "MONO", "slug": "MONO",
"name": "Mono", "name": "Mono",
"description": "Modular mixer Mono Channel", "description": "Modular mixer Mono Channel",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"MIXER"
"Mixer"
] ]
}, },
{ {
"slug": "STEREO", "slug": "STEREO",
"name": "Stereo", "name": "Stereo",
"description": "Modular mixer Stereo Channel", "description": "Modular mixer Stereo Channel",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"MIXER"
"Mixer"
] ]
}, },
{ {
"slug": "SUB", "slug": "SUB",
"name": "Sub", "name": "Sub",
"description": "Modular mixer Sends", "description": "Modular mixer Sends",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"MIXER"
"Mixer"
] ]
}, },
{ {
"slug": "MASTER", "slug": "MASTER",
"name": "Master", "name": "Master",
"description": "Modular mixer Master", "description": "Modular mixer Master",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"MIXER"
"Mixer"
] ]
}, },
{ {
"slug": "VARIABLE", "slug": "VARIABLE",
"name": "Variable", "name": "Variable",
"description": "Sample & Hold", "description": "Sample & Hold",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"UTILITY"
"Utility"
] ]
}, },
{ {
"slug": "ALGEBRA", "slug": "ALGEBRA",
"name": "Algebra", "name": "Algebra",
"description": "2 signals math", "description": "2 signals math",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"UTILITY"
"Utility"
] ]
}, },
{ {
"slug": "FUNKTION", "slug": "FUNKTION",
"name": "Funktion", "name": "Funktion",
"description": "1 signal math", "description": "1 signal math",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"UTILITY"
"Utility"
] ]
}, },
{ {
"slug": "CHOKE", "slug": "CHOKE",
"name": "Choke", "name": "Choke",
"description": "hi hat style choker", "description": "hi hat style choker",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"UTILITY"
"Utility"
] ]
}, },
{ {
"slug": "FOUR", "slug": "FOUR",
"name": "Four", "name": "Four",
"description": "4 x solo/mute", "description": "4 x solo/mute",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"UTILITY"
"Utility"
] ]
}, },
{ {
"slug": "STEPS", "slug": "STEPS",
"name": "Steps", "name": "Steps",
"description": "quantiser", "description": "quantiser",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"UTILITY"
"Utility"
] ]
}, },
{ {
"slug": "PEAK", "slug": "PEAK",
"name": "Peak", "name": "Peak",
"description": "limiter", "description": "limiter",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"LIMITER"
"Limiter"
] ]
}, },
{ {
"slug": "CUTS", "slug": "CUTS",
"name": "Cuts", "name": "Cuts",
"description": "dirty HP & LP filters", "description": "dirty HP & LP filters",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"FILTER"
"Filter"
] ]
}, },
{ {
"slug": "BUFFER", "slug": "BUFFER",
"name": "Buffer", "name": "Buffer",
"description": "dirty delay buffer/filter", "description": "dirty delay buffer/filter",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"DELAY"
"Delay"
] ]
}, },
{ {
"slug": "DISTO", "slug": "DISTO",
"name": "Disto", "name": "Disto",
"description": "dirty distortion", "description": "dirty distortion",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"DISTORTION"
"Distortion"
] ]
}, },
{ {
"slug": "CUBE", "slug": "CUBE",
"name": "Cube", "name": "Cube",
"description": "weird lfo", "description": "weird lfo",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"LFO"
"Low-frequency oscillator"
] ]
}, },
{ {
"slug": "PATCH", "slug": "PATCH",
"name": "Patch", "name": "Patch",
"description": "patch bay", "description": "patch bay",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"UTILITY"
"Utility"
] ]
}, },
{ {
"slug": "LABEL", "slug": "LABEL",
"name": "LABEL", "name": "LABEL",
"description": "label", "description": "label",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"VISUAL"
]
},
{
"slug": "LEDS",
"name": "Leds",
"description": "leds",
"tags": [
"VISUAL"
"Visual"
] ]
}, },
{ {
"slug": "DAVE", "slug": "DAVE",
"name": "Dave", "name": "Dave",
"description": "blank panel", "description": "blank panel",
"manualUrl": "https://github.com/cfoulc/cf",
"tags": [ "tags": [
"BLANK"
"Blank"
] ]
} }
] ]

+ 1
- 1
manifests/squinkylabs-plug1.json View File

@@ -8,7 +8,7 @@
"sourceUrl": "https://github.com/kockie69/SquinkyVCV-main", "sourceUrl": "https://github.com/kockie69/SquinkyVCV-main",
"manualUrl": "https://github.com/kockie69/SquinkyVCV-main/blob/master/docs/booty-shifter.md", "manualUrl": "https://github.com/kockie69/SquinkyVCV-main/blob/master/docs/booty-shifter.md",
"changelogUrl": "https://github.com/kockie69/SquinkyVCV-main/blob/master/CHANGELOG.md", "changelogUrl": "https://github.com/kockie69/SquinkyVCV-main/blob/master/CHANGELOG.md",
"version": "2.1.0",
"version": "2.1.1",
"modules": [ "modules": [
{ {
"slug": "squinkylabs-mixm", "slug": "squinkylabs-mixm",


Loading…
Cancel
Save