Browse Source

Update manifest PathSet to 2.0.0, dbRackModules to 2.0.5, 3HR to 2.0.0, RPJ to 2.1.1

pull/785/head
Andrew Belt 3 years ago
parent
commit
40417de1cc
5 changed files with 122 additions and 4 deletions
  1. +32
    -2
      manifests-cache.json
  2. +43
    -0
      manifests/3HR.json
  3. +45
    -0
      manifests/PathSet.json
  4. +1
    -1
      manifests/RPJ.json
  5. +1
    -1
      manifests/dbRackModules.json

+ 32
- 2
manifests-cache.json View File

@@ -10020,7 +10020,7 @@
}
},
"RPJ": {
"buildTimestamp": 1642835959.2070692,
"buildTimestamp": 1643066842.9855504,
"creationTimestamp": 1624763005.6302476,
"modules": {
"Grendel": {
@@ -10524,7 +10524,7 @@
}
},
"dbRackModules": {
"buildTimestamp": 1642326885.1481192,
"buildTimestamp": 1643065455.6016936,
"creationTimestamp": 1641209269.2091281,
"modules": {
"GeneticTerrain": {
@@ -10612,5 +10612,35 @@
"creationTimestamp": 1642327813.333794
}
}
},
"PathSet": {
"buildTimestamp": 1643065293.2640152,
"creationTimestamp": 1643066843.6193788,
"modules": {
"ShiftyMod": {
"creationTimestamp": 1643066843.7400932
},
"IceTray": {
"creationTimestamp": 1643066843.894593
},
"AstroVibe": {
"creationTimestamp": 1643066844.1824462
}
}
},
"3HR": {
"buildTimestamp": 1643066586.0519874,
"creationTimestamp": 1643066844.4075267,
"modules": {
"Repeat3hr": {
"creationTimestamp": 1643066844.55901
},
"Xtenuat3hr": {
"creationTimestamp": 1643066844.7313168
},
"FM3HR": {
"creationTimestamp": 1643066844.8709173
}
}
}
}

+ 43
- 0
manifests/3HR.json View File

@@ -0,0 +1,43 @@
{
"slug": "3HR",
"name": "3HR",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "3HR",
"author": "Robin Hammar",
"authorEmail": "jobbin.hammar@gmail.com",
"authorUrl": "",
"pluginUrl": "https://github.com/Geekachuqt/3HR",
"manualUrl": "https://github.com/Geekachuqt/3HR",
"sourceUrl": "https://github.com/Geekachuqt/3HR",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "Repeat3hr",
"name": "Repeat3hr",
"description": "Creative mono delay with a decimated feedback line.",
"tags": [
"delay",
"distortion"
]
},
{
"slug": "Xtenuat3hr",
"name": "Xtenuat3hr",
"description": "CV-controlled crossfader and attenuverter.",
"tags": [
"attenuator",
"utility"
]
},
{
"slug": "FM3HR",
"name": "FM3HR",
"description": "Sequential Self-FMing Oscillator",
"tags": [
"oscillator"
]
}
]
}

+ 45
- 0
manifests/PathSet.json View File

@@ -0,0 +1,45 @@
{
"slug": "PathSet",
"name": "Path Set",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "Patheros",
"author": "Andrew Hanson",
"authorEmail": "",
"authorUrl": "https://github.com/patheros",
"pluginUrl": "https://github.com/patheros/PathSetModules",
"manualUrl": "https://github.com/patheros/PathSetModules",
"sourceUrl": "https://github.com/patheros/PathSetModules",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "ShiftyMod",
"name": "Shifty",
"description": "Gate shift register with controllable delays. Create generative gate sequences from a single clock.",
"tags": [
"Clock modulator",
"Sample and hold"
]
},
{
"slug": "IceTray",
"name": "IceTray",
"description": "Speed shifter and tape delay with selective memory. Perform into this and it will never forget your mistakes.",
"tags": [
"Delay",
"Recording"
]
},
{
"slug": "AstroVibe",
"name": "AstroVibe",
"description": "Three stereo oscillators or LFOs with random waveforms. Explore a universe of unique waveforms.",
"tags": [
"VCO",
"LFO",
"Physical modeling"
]
}
]
}

+ 1
- 1
manifests/RPJ.json View File

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


+ 1
- 1
manifests/dbRackModules.json View File

@@ -1,7 +1,7 @@
{
"slug": "dbRackModules",
"name": "dbRackModules",
"version": "2.0.4",
"version": "2.0.5",
"license": "GPL-3.0-or-later",
"brand": "docB",
"author": "docB",


Loading…
Cancel
Save