Browse Source

Update manifest SurgeXTRack to 2.1.1.0, alefsbits to 2.5.2, StochasticTelegraph to 2.0.7, SillySounds to 2.0.0, PS-PurrSoftware to 2.0.27

pull/785/head
Andrew Belt 2 years ago
parent
commit
8fd08455f1
6 changed files with 78 additions and 10 deletions
  1. +24
    -6
      manifests-cache.json
  2. +1
    -1
      manifests/PS-PurrSoftware.json
  3. +41
    -0
      manifests/SillySounds.json
  4. +1
    -1
      manifests/StochasticTelegraph.json
  5. +1
    -1
      manifests/SurgeXTRack.json
  6. +10
    -1
      manifests/alefsbits.json

+ 24
- 6
manifests-cache.json View File

@@ -3816,7 +3816,7 @@
"modules": {}
},
"PS-PurrSoftware": {
"buildTimestamp": 1673294318.8008919,
"buildTimestamp": 1675713350.0607612,
"creationTimestamp": 1579232908.0,
"modules": {
"Meander": {
@@ -4744,7 +4744,7 @@
}
},
"Bidoo": {
"buildTimestamp": 1674368513.3667786,
"buildTimestamp": 1675710608.6673887,
"creationTimestamp": 1518016501.0,
"modules": {
"vOId": {
@@ -11151,7 +11151,7 @@
}
},
"StochasticTelegraph": {
"buildTimestamp": 1673293808.6335375,
"buildTimestamp": 1675713249.088015,
"creationTimestamp": 1649868370.1906905,
"modules": {
"Drifter": {
@@ -11178,7 +11178,7 @@
}
},
"alefsbits": {
"buildTimestamp": 1667893756.513823,
"buildTimestamp": 1675713167.3457918,
"creationTimestamp": 1650829410.386362,
"modules": {
"simplexandhold": {
@@ -11222,6 +11222,9 @@
},
"polyplay": {
"creationTimestamp": 1664898771.9832747
},
"lights": {
"creationTimestamp": 1675713351.032931
}
}
},
@@ -11925,7 +11928,7 @@
"creationTimestamp": 1674371175.371694
}
},
"buildTimestamp": 1674370800.0789778
"buildTimestamp": 1675713065.4896882
},
"AaronKarp-EarthTones": {
"buildTimestamp": 1673293386.5852942,
@@ -11937,7 +11940,7 @@
}
},
"questionablemodules": {
"buildTimestamp": 1675096284.8638926,
"buildTimestamp": 1675710714.7703369,
"creationTimestamp": 1671488541.442978,
"modules": {
"discombobulator": {
@@ -12031,5 +12034,20 @@
"creationTimestamp": 1675100687.0354137
}
}
},
"SillySounds": {
"buildTimestamp": 1675713280.9122138,
"creationTimestamp": 1675713351.5408783,
"modules": {
"Sesame": {
"creationTimestamp": 1675713351.8348472
},
"Lola": {
"creationTimestamp": 1675713352.1196012
},
"Kyle": {
"creationTimestamp": 1675713352.312701
}
}
}
}

+ 1
- 1
manifests/PS-PurrSoftware.json View File

@@ -1,7 +1,7 @@
{
"slug": "PS-PurrSoftware",
"name": "PS-PurrSoftware",
"version": "2.0.26",
"version": "2.0.27",
"license": "GPL-3.0-or-later",
"brand": "PurrSoftware",
"author": "Ken Chaffin",


+ 41
- 0
manifests/SillySounds.json View File

@@ -0,0 +1,41 @@
{
"slug": "SillySounds",
"name": "Silly Sounds",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "Silly Sounds",
"author": "Giacomo Loparco",
"authorEmail": "gdloparco@gmail.com",
"authorUrl": "https://loparcog.github.io",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "https://github.com/loparcog/SillySounds",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "Sesame",
"name": "Sesame",
"description": "A clock modulator for adding repeat and swing to a regular clock signal",
"tags": [
"Clock modulator"
]
},
{
"slug": "Lola",
"name": "Lola",
"description": "An in-line sampler, allowing for real-time recording and playback through manual and voltage-based controls",
"tags": [
"Sampler"
]
},
{
"slug": "Kyle",
"name": "Kyle",
"description": "A sidechain module utilizing an envelope follower to create an accurate level adjuster",
"tags": [
"Envelope Follower"
]
}
]
}

+ 1
- 1
manifests/StochasticTelegraph.json View File

@@ -1,7 +1,7 @@
{
"slug": "StochasticTelegraph",
"name": "Stochastic Telegraph",
"version": "2.0.5",
"version": "2.0.7",
"license": "GPL-3.0-or-later",
"brand": "Stochastic Telegraph",
"author": "Mahlen Morris",


+ 1
- 1
manifests/SurgeXTRack.json View File

@@ -1,7 +1,7 @@
{
"slug": "SurgeXTRack",
"name": "Surge XT",
"version": "2.1.0.0",
"version": "2.1.1.0",
"license": "GPL-3.0-or-later",
"author": "Surge Synth Team",
"authorEmail": "",


+ 10
- 1
manifests/alefsbits.json View File

@@ -1,7 +1,7 @@
{
"slug": "alefsbits",
"name": "alef's bits",
"version": "2.5.1",
"version": "2.5.2",
"license": "GPL-3.0-or-later",
"brand": "alef's bits",
"author": "alefnull",
@@ -125,6 +125,15 @@
"Sampler",
"Polyphonic"
]
},
{
"slug": "lights",
"name": "lights",
"description": "lights turn on when gate is high. 'latch' mode toggles lights on trigger",
"tags": [
"Utility",
"Visual"
]
}
]
}

Loading…
Cancel
Save