diff --git a/manifests-cache.json b/manifests-cache.json index 1738e805..12fe55f2 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -2001,7 +2001,7 @@ "modules": {} }, "ImpromptuModular": { - "buildTimestamp": 1692127977.9560258, + "buildTimestamp": 1698774423.3014472, "creationTimestamp": 1521979525.0, "modules": { "Tact": { @@ -3936,7 +3936,7 @@ } }, "Valley": { - "buildTimestamp": 1696704389.5712492, + "buildTimestamp": 1698774546.053722, "creationTimestamp": 1521979525.0, "modules": { "Topograph": { @@ -11064,7 +11064,7 @@ "buildTimestamp": 1655698520.048924 }, "SequelSequencers": { - "buildTimestamp": 1697986926.7727013, + "buildTimestamp": 1698774260.426185, "creationTimestamp": 1639113349.024814, "modules": { "Sequel8": { @@ -11937,7 +11937,7 @@ } }, "CosineKitty-Sapphire": { - "buildTimestamp": 1678645685.1339588, + "buildTimestamp": 1698773710.910923, "creationTimestamp": 1660869608.068208, "modules": { "Moots": { @@ -11948,6 +11948,15 @@ }, "TubeUnit": { "creationTimestamp": 1677813063.7937803 + }, + "Frolic": { + "creationTimestamp": 1698774546.8680253 + }, + "Tricorder": { + "creationTimestamp": 1698774547.0038836 + }, + "Tin": { + "creationTimestamp": 1698774547.128557 } } }, @@ -12970,5 +12979,14 @@ "creationTimestamp": 1697175427.6343298 } } + }, + "patina": { + "buildTimestamp": 1698774204.769998, + "creationTimestamp": 1698774546.5977657, + "modules": { + "MemoryPad": { + "creationTimestamp": 1698774546.7369034 + } + } } } \ No newline at end of file diff --git a/manifests/CosineKitty-Sapphire.json b/manifests/CosineKitty-Sapphire.json index 64f284bc..bcda3217 100644 --- a/manifests/CosineKitty-Sapphire.json +++ b/manifests/CosineKitty-Sapphire.json @@ -1,7 +1,7 @@ { "slug": "CosineKitty-Sapphire", "name": "Sapphire", - "version": "2.2.2", + "version": "2.3.0", "license": "GPL-3.0-or-later", "brand": "Sapphire", "author": "Don Cross", @@ -45,6 +45,34 @@ "Polyphonic", "Reverb" ] + }, + { + "slug": "Frolic", + "name": "Frolic", + "description": "Chaotic oscillator based on the Rucklidge Attractor.", + "tags": [ + "Physical modeling", + "Effect", + "Low-frequency oscillator" + ] + }, + { + "slug": "Tricorder", + "name": "Tricorder", + "description": "3D plotter expander module for Frolic and Tin.", + "tags": [ + "Expander", + "Visual" + ] + }, + { + "slug": "Tin", + "name": "Tin", + "description": "Feeds arbitrary input signals into Tricorder.", + "tags": [ + "Expander", + "Utility" + ] } ] } \ No newline at end of file diff --git a/manifests/ImpromptuModular.json b/manifests/ImpromptuModular.json index 67cfff22..d2a4cbe1 100644 --- a/manifests/ImpromptuModular.json +++ b/manifests/ImpromptuModular.json @@ -1,7 +1,7 @@ { "slug": "ImpromptuModular", "name": "Impromptu", - "version": "2.4.0", + "version": "2.4.1", "license": "GPL-3.0-or-later", "author": "Marc Boul\u00e9", "brand": "Impromptu", diff --git a/manifests/SequelSequencers.json b/manifests/SequelSequencers.json index 986648ef..c647f2f6 100644 --- a/manifests/SequelSequencers.json +++ b/manifests/SequelSequencers.json @@ -1,7 +1,7 @@ { "slug": "SequelSequencers", "name": "Daniel Davies", - "version": "2.3.0", + "version": "2.3.1", "license": "GPL-3.0-or-later", "brand": "Daniel Davies", "author": "Daniel Davies", diff --git a/manifests/Valley.json b/manifests/Valley.json index 0a71cff1..17283b0b 100644 --- a/manifests/Valley.json +++ b/manifests/Valley.json @@ -1,7 +1,7 @@ { "slug": "Valley", "name": "Valley", - "version": "2.4.3", + "version": "2.4.4", "license": "GPL-3.0-or-later", "author": "Valley", "authorEmail": "valley.audio.soft@gmail.com", diff --git a/manifests/patina.json b/manifests/patina.json new file mode 100644 index 00000000..553b97d9 --- /dev/null +++ b/manifests/patina.json @@ -0,0 +1,26 @@ +{ + "slug": "patina", + "name": "Patina", + "version": "2.0.1", + "license": "GPL-3.0-or-later", + "brand": "Patina", + "author": "Eugenio Padilla", + "authorEmail": "epadilla@gmail.com", + "authorUrl": "https://github.com/epadilla", + "pluginUrl": "https://github.com/epadilla/patina", + "manualUrl": "", + "sourceUrl": "https://github.com/epadilla/patina", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "MemoryPad", + "name": "Memory Pad", + "description": "Interactive X-Y pad that records and repeats path drawn on touchpad. Can be used to modulate any parameter as a custom-drawn LFO with 2 outputs. Outputs can be set to bipolar or unipolar values and attenuated. Drag with the mouse on the touchpad to record a path.", + "tags": [ + "Low-frequency oscillator", + "Controller" + ] + } + ] +} \ No newline at end of file