Browse Source

Update manifest for squinkylabs-plug1, ImpromptuModular, RPJ, SunsetSignals, Plurm

v1
Andrew Belt 3 years ago
parent
commit
f87e4eff54
6 changed files with 142 additions and 21 deletions
  1. +40
    -4
      manifests-cache.json
  2. +1
    -14
      manifests/ImpromptuModular.json
  3. +10
    -1
      manifests/Plurm.json
  4. +65
    -1
      manifests/RPJ.json
  5. +25
    -0
      manifests/SunsetSignals.json
  6. +1
    -1
      manifests/squinkylabs-plug1.json

+ 40
- 4
manifests-cache.json View File

@@ -1893,7 +1893,7 @@
"modules": {}
},
"ImpromptuModular": {
"buildTimestamp": 1624762676.633485,
"buildTimestamp": 1626771475.671174,
"creationTimestamp": 1521979525.0,
"modules": {
"Tact": {
@@ -2641,7 +2641,7 @@
}
},
"squinkylabs-plug1": {
"buildTimestamp": 1625921305.2303083,
"buildTimestamp": 1626771271.5197136,
"creationTimestamp": 1521738241.0,
"modules": {
"squinkylabs-ev3": {
@@ -9534,11 +9534,14 @@
}
},
"Plurm": {
"buildTimestamp": 1619962328.3468897,
"buildTimestamp": 1626771290.3401554,
"creationTimestamp": 1619962434.980022,
"modules": {
"Stacktrace": {
"creationTimestamp": 1619962435.0621927
},
"randomchordrecorder": {
"creationTimestamp": 1626771545.088718
}
}
},
@@ -9591,11 +9594,35 @@
}
},
"RPJ": {
"buildTimestamp": 1625444088.285534,
"buildTimestamp": 1626771544.8661323,
"creationTimestamp": 1624763005.6302476,
"modules": {
"Grendel": {
"creationTimestamp": 1624763005.6937168
},
"Lavender": {
"creationTimestamp": 1626771545.4041786
},
"Easter": {
"creationTimestamp": 1626771545.479861
},
"DryLand": {
"creationTimestamp": 1626771545.5535443
},
"TheWeb": {
"creationTimestamp": 1626771545.6273243
},
"Gazpacho": {
"creationTimestamp": 1626771545.6997383
},
"Estonia": {
"creationTimestamp": 1626771545.777487
},
"Brave": {
"creationTimestamp": 1626771545.8474734
},
"Essence": {
"creationTimestamp": 1626771545.9498081
}
}
},
@@ -9631,5 +9658,14 @@
"creationTimestamp": 1625845406.821245
}
}
},
"SunsetSignals": {
"buildTimestamp": 1626771488.0714653,
"creationTimestamp": 1626771545.2016675,
"modules": {
"SignalBooster": {
"creationTimestamp": 1626771545.3220866
}
}
}
}

+ 1
- 14
manifests/ImpromptuModular.json View File

@@ -1,7 +1,7 @@
{
"slug": "ImpromptuModular",
"name": "Impromptu",
"version": "1.1.11",
"version": "1.1.12",
"license": "GPL-3.0-only",
"author": "Marc Boul\u00e9",
"brand": "Impromptu",
@@ -195,19 +195,6 @@
"Polyphonic"
]
},
{
"slug": "Prob-Key-Expander",
"name": "ProbKey expander",
"description": "Expander for ProbKey",
"disabled": true,
"manualUrl": "https://marcboule.github.io/ImpromptuModular/#expanders",
"tags": [
"Sequencer",
"Random",
"Polyphonic",
"Expander"
]
},
{
"slug": "Semi-ModularSynth",
"name": "SMS16",


+ 10
- 1
manifests/Plurm.json View File

@@ -1,7 +1,7 @@
{
"slug": "Plurm",
"name": "Plurm",
"version": "1.0.0",
"version": "1.1.0",
"license": "GPL-3.0-or-later",
"brand": "Plurm",
"author": "David Cherepov",
@@ -20,6 +20,15 @@
"tags": [
"Sample and hold"
]
},
{
"slug": "randomchordrecorder",
"name": "randomchordrecorder",
"description": "",
"tags": [
"Sequencer",
"Random"
]
}
]
}

+ 65
- 1
manifests/RPJ.json View File

@@ -1,7 +1,7 @@
{
"slug": "RPJ",
"name": "RPJ",
"version": "1.0.2",
"version": "1.0.3",
"license": "GPL-3.0-or-later",
"brand": "RPJ",
"author": "Robert Kock",
@@ -20,6 +20,70 @@
"tags": [
"LFO"
]
},
{
"slug": "Lavender",
"name": "Lavender",
"description": "Module with 2nd order LPF, HPF, BPF and BSF",
"tags": [
"VCF"
]
},
{
"slug": "Easter",
"name": "Easter",
"description": "Module with 2 resonators",
"tags": [
"VCF"
]
},
{
"slug": "DryLand",
"name": "DryLand",
"description": "Module with 1st order LPF and HPF",
"tags": [
"VCF"
]
},
{
"slug": "TheWeb",
"name": "TheWeb",
"description": "Module with 2nd order Butterworth LPF, HPF, BPF and BSF",
"tags": [
"VCF"
]
},
{
"slug": "Gazpacho",
"name": "Gazpacho",
"description": "Module with 2nd order Linkwitz-Riley LPF and HPF",
"tags": [
"VCF"
]
},
{
"slug": "Estonia",
"name": "Estonia",
"description": "Estonia is a 1st order High and Low shelving filter.",
"tags": [
"VCF"
]
},
{
"slug": "Brave",
"name": "Brave",
"description": "Brave is a 2nd Order Parametric EQ Filter: Non constant Q.",
"tags": [
"VCF"
]
},
{
"slug": "Essence",
"name": "Essence",
"description": "Essence is a 2nd Order Parametric EQ Filter with a constant Q.",
"tags": [
"VCF"
]
}
]
}

+ 25
- 0
manifests/SunsetSignals.json View File

@@ -0,0 +1,25 @@
{
"slug": "SunsetSignals",
"name": "SunsetSignals",
"version": "1.0.0",
"license": "MIT",
"brand": "SunsetSignals",
"author": "Jeremy Mitchell",
"authorEmail": "jeremym9614@gmail.com",
"authorUrl": "",
"pluginUrl": "https://gitlab.com/jeremy_mitchell/sunsetsignals",
"manualUrl": "",
"sourceUrl": "https://gitlab.com/jeremy_mitchell/sunsetsignals",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "SignalBooster",
"name": "SignalBooster",
"description": "Reads a signal in and boosts it",
"tags": [
"Utility"
]
}
]
}

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

@@ -8,7 +8,7 @@
"sourceUrl": "https://github.com/squinkylabs/SquinkyVCV",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/booty-shifter.md",
"changelogUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/CHANGELOG.md",
"version": "1.0.21",
"version": "1.0.22",
"modules": [
{
"slug": "squinkylabs-ev3",


Loading…
Cancel
Save