Browse Source

Update manifest for rackwindows, SurgeRack, IggyLabsModules, ChowDSP

v1
Andrew Belt 4 years ago
parent
commit
6f7c54d9f3
5 changed files with 141 additions and 8 deletions
  1. +36
    -3
      manifests-cache.json
  2. +54
    -0
      manifests/ChowDSP.json
  3. +10
    -2
      manifests/IggyLabsModules.json
  4. +31
    -1
      manifests/SurgeRack.json
  5. +10
    -2
      manifests/rackwindows.json

+ 36
- 3
manifests-cache.json View File

@@ -426,7 +426,7 @@
} }
}, },
"SurgeRack": { "SurgeRack": {
"buildTimestamp": 1573918545.2527554,
"buildTimestamp": 1596178134.0673938,
"creationTimestamp": 1561132770.0, "creationTimestamp": 1561132770.0,
"modules": { "modules": {
"SurgeDelay": { "SurgeDelay": {
@@ -485,6 +485,15 @@
}, },
"SurgePatchPlayer": { "SurgePatchPlayer": {
"creationTimestamp": 1561132770.0 "creationTimestamp": 1561132770.0
},
"SurgeReverb2": {
"creationTimestamp": 1596178134.719035
},
"SurgeFlanger": {
"creationTimestamp": 1596178134.9277763
},
"SurgeRingMod": {
"creationTimestamp": 1596178135.135228
} }
} }
}, },
@@ -8095,7 +8104,7 @@
} }
}, },
"IggyLabsModules": { "IggyLabsModules": {
"buildTimestamp": 1594797084.8192728,
"buildTimestamp": 1596177757.3653467,
"creationTimestamp": 1594269751.191527, "creationTimestamp": 1594269751.191527,
"modules": { "modules": {
"table": { "table": {
@@ -8103,6 +8112,9 @@
}, },
"select": { "select": {
"creationTimestamp": 1594395484.2257426 "creationTimestamp": 1594395484.2257426
},
"more-ideas": {
"creationTimestamp": 1596178135.6102302
} }
} }
}, },
@@ -8137,7 +8149,7 @@
} }
}, },
"rackwindows": { "rackwindows": {
"buildTimestamp": 1594395203.879107,
"buildTimestamp": 1596177727.867997,
"creationTimestamp": 1594395481.168588, "creationTimestamp": 1594395481.168588,
"modules": { "modules": {
"bitshiftgain": { "bitshiftgain": {
@@ -8178,6 +8190,9 @@
}, },
"vibrato": { "vibrato": {
"creationTimestamp": 1594395483.987962 "creationTimestamp": 1594395483.987962
},
"holt": {
"creationTimestamp": 1596178135.3625333
} }
} }
}, },
@@ -8240,5 +8255,23 @@
"creationTimestamp": 1594865423.2429962 "creationTimestamp": 1594865423.2429962
} }
} }
},
"ChowDSP": {
"buildTimestamp": 1596177666.9832532,
"creationTimestamp": 1596178135.934532,
"modules": {
"ChowTape": {
"creationTimestamp": 1596178136.1919043
},
"ChowPhaserFeedback": {
"creationTimestamp": 1596178136.4050467
},
"ChowPhaserMod": {
"creationTimestamp": 1596178136.621086
},
"ChowFDN": {
"creationTimestamp": 1596178136.8302577
}
}
} }
} }

+ 54
- 0
manifests/ChowDSP.json View File

@@ -0,0 +1,54 @@
{
"slug": "ChowDSP",
"name": "ChowDSP",
"version": "1.0.0",
"license": "GPL-3.0",
"brand": "chowdsp",
"author": "Jatin Chowdhury",
"authorEmail": "jatin@ccmra.stanford.edu",
"authorUrl": "https://ccrma.stanford.edu/~jatin/chowdsp",
"pluginUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV",
"manualUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/README.md#modules",
"sourceUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV",
"donateUrl": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=93S67ZSKMBG68&source=url",
"changelogUrl": "",
"modules": [
{
"slug": "ChowTape",
"name": "ChowTape",
"description": "Analog tape emulation",
"tags": [
"Effect",
"Distortion",
"Physical modeling"
]
},
{
"slug": "ChowPhaserFeedback",
"name": "ChowPhaserFeedback",
"description": "A feedback phaser",
"tags": [
"Effect",
"Phaser"
]
},
{
"slug": "ChowPhaserMod",
"name": "ChowPhaserMod",
"description": "A modulation phaser",
"tags": [
"Effect",
"Phaser"
]
},
{
"slug": "ChowFDN",
"name": "ChowFDN",
"description": "Feedback delay network reverb",
"tags": [
"Effect",
"Reverb"
]
}
]
}

+ 10
- 2
manifests/IggyLabsModules.json View File

@@ -1,14 +1,14 @@
{ {
"slug": "IggyLabsModules", "slug": "IggyLabsModules",
"name": "iggy.labs", "name": "iggy.labs",
"version": "1.0.2",
"version": "1.1.0",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "iggy.labs", "brand": "iggy.labs",
"author": "Isabel Kaspriskie", "author": "Isabel Kaspriskie",
"authorEmail": "ikaspriskie@gmail.com", "authorEmail": "ikaspriskie@gmail.com",
"authorUrl": "", "authorUrl": "",
"pluginUrl": "", "pluginUrl": "",
"manualUrl": "https://github.com/IggyLabs/IggyLabsModules/wiki/Manual",
"manualUrl": "https://github.com/IggyLabs/IggyLabsModulesManual",
"sourceUrl": "https://github.com/IggyLabs/IggyLabsModules", "sourceUrl": "https://github.com/IggyLabs/IggyLabsModules",
"donateUrl": "https://www.buymeacoffee.com/iggylabs", "donateUrl": "https://www.buymeacoffee.com/iggylabs",
"changelogUrl": "", "changelogUrl": "",
@@ -30,6 +30,14 @@
"tags": [ "tags": [
"utility" "utility"
] ]
},
{
"slug": "more-ideas",
"name": "more-ideas",
"description": "Elementary cellular automata sequencer (modeled after less concepts for norns)",
"tags": [
"random"
]
} }
] ]
} }

+ 31
- 1
manifests/SurgeRack.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "SurgeRack", "slug": "SurgeRack",
"name": "Surge for Rack", "name": "Surge for Rack",
"version": "1.beta1.4",
"version": "1.7.0",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"author": "The Surge Team", "author": "The Surge Team",
"authorEmail": "", "authorEmail": "",
@@ -81,6 +81,16 @@
"Reverb" "Reverb"
] ]
}, },
{
"slug": "SurgeReverb2",
"name": "SurgeReverb2",
"description": "The Surge reverb (second one)",
"tags": [
"Effect",
"Polyphonic",
"Reverb"
]
},
{ {
"slug": "SurgeFreqShift", "slug": "SurgeFreqShift",
"name": "SurgeFreqShift", "name": "SurgeFreqShift",
@@ -101,6 +111,26 @@
"EQ" "EQ"
] ]
}, },
{
"slug": "SurgeFlanger",
"name": "SurgeFlanger",
"description": "The Surge flanger effect",
"tags": [
"Effect",
"Polyphonic",
"Flanger"
]
},
{
"slug": "SurgeRingMod",
"name": "SurgeRingMod",
"description": "The Surge ring modulator effect",
"tags": [
"Effect",
"Polyphonic",
"Ring Modulator"
]
},
{ {
"slug": "SurgeClock", "slug": "SurgeClock",
"name": "SurgeClock", "name": "SurgeClock",


+ 10
- 2
manifests/rackwindows.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "rackwindows", "slug": "rackwindows",
"name": "Rackwindows", "name": "Rackwindows",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT", "license": "MIT",
"brand": "Rackwindows", "brand": "Rackwindows",
"author": "Jens Robert Janke", "author": "Jens Robert Janke",
@@ -75,12 +75,20 @@
"Utility" "Utility"
] ]
}, },
{
"slug": "holt",
"name": "Holt",
"description": "Resonant lowpass filter focussed on low frequencies",
"tags": [
"Filter",
"Polyphonic"
]
},
{ {
"slug": "hombre", "slug": "hombre",
"name": "Hombre", "name": "Hombre",
"description": "Texas tone and texture", "description": "Texas tone and texture",
"tags": [ "tags": [
"Distortion",
"Effect", "Effect",
"Polyphonic" "Polyphonic"
] ]


Loading…
Cancel
Save