@@ -12339,7 +12339,7 @@ | |||
} | |||
}, | |||
"SickoCV": { | |||
"buildTimestamp": 1738992220.917285, | |||
"buildTimestamp": 1742661712.7778184, | |||
"creationTimestamp": 1661903994.336356, | |||
"modules": { | |||
"Btoggler": { | |||
@@ -12518,6 +12518,15 @@ | |||
}, | |||
"TrigSeqPlus": { | |||
"creationTimestamp": 1738992391.263322 | |||
}, | |||
"RandLoops": { | |||
"creationTimestamp": 1742661726.611103 | |||
}, | |||
"RandLoops8": { | |||
"creationTimestamp": 1742661726.6954153 | |||
}, | |||
"TrigSeq8x": { | |||
"creationTimestamp": 1742661726.7764795 | |||
} | |||
} | |||
}, | |||
@@ -12984,7 +12993,7 @@ | |||
} | |||
}, | |||
"NOI": { | |||
"buildTimestamp": 1724753519.124568, | |||
"buildTimestamp": 1742661056.1146133, | |||
"creationTimestamp": 1673758885.1150217, | |||
"modules": { | |||
"Wilt": { | |||
@@ -14154,7 +14163,7 @@ | |||
} | |||
}, | |||
"SanguineMutants": { | |||
"buildTimestamp": 1741630910.261337, | |||
"buildTimestamp": 1742661296.4636025, | |||
"creationTimestamp": 1717919524.088269, | |||
"modules": { | |||
"Funes": { | |||
@@ -14961,7 +14970,7 @@ | |||
} | |||
}, | |||
"wildergarden": { | |||
"buildTimestamp": 1739693808.4286087, | |||
"buildTimestamp": 1742661726.3142645, | |||
"creationTimestamp": 1738441992.4482398, | |||
"modules": { | |||
"Dimit": { | |||
@@ -14969,6 +14978,9 @@ | |||
}, | |||
"Pascal": { | |||
"creationTimestamp": 1738441992.630795 | |||
}, | |||
"modmix": { | |||
"creationTimestamp": 1742661726.5336716 | |||
} | |||
} | |||
}, | |||
@@ -15078,7 +15090,7 @@ | |||
} | |||
}, | |||
"Moffenzeef": { | |||
"buildTimestamp": 1742146425.625985, | |||
"buildTimestamp": 1742661025.0916348, | |||
"creationTimestamp": 1742146425.774556, | |||
"modules": { | |||
"BadIdea9": { | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "Moffenzeef", | |||
"name": "Moffenzeef", | |||
"version": "2.0.0", | |||
"version": "2.0.1", | |||
"license": "GPL-3.0+", | |||
"brand": "Moffenzeef", | |||
"author": "Ross Fish", | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "NOI", | |||
"name": "NOI", | |||
"version": "2.0.7", | |||
"version": "2.0.8", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "NOI", | |||
"author": "Thomas Guillory", | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "SanguineMutants", | |||
"name": "Sanguine Mutants", | |||
"version": "2.6.3", | |||
"version": "2.6.4", | |||
"license": "GPL-3.0-or-later", | |||
"author": "Bloodbat", | |||
"pluginUrl": "https://github.com/Bloodbat/SanguineMutants", | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "SickoCV", | |||
"name": "SickoCV", | |||
"version": "2.7.0", | |||
"version": "2.7.1", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "Sickozell", | |||
"author": "Sickozell", | |||
@@ -322,6 +322,23 @@ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "RandLoops", | |||
"name": "randLoops", | |||
"description": "random voltage/trigger sequencer inspired by Turing Machine", | |||
"tags": [ | |||
"Sequencer" | |||
] | |||
}, | |||
{ | |||
"slug": "RandLoops8", | |||
"name": "randLoops8", | |||
"description": "8 looped random voltage/trigger sequencer inspired by Turing Machine", | |||
"tags": [ | |||
"Sequencer", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Shifter", | |||
"name": "shifter", | |||
@@ -464,7 +481,7 @@ | |||
{ | |||
"slug": "StepSeqPlus", | |||
"name": "stepSeq+", | |||
"description": "16 step sequencer with direction and presets(ss16+)", | |||
"description": "16 step sequencer with direction and presets (ss16+)", | |||
"tags": [ | |||
"Sequencer" | |||
] | |||
@@ -538,6 +555,14 @@ | |||
"Sequencer" | |||
] | |||
}, | |||
{ | |||
"slug": "TrigSeq8x", | |||
"name": "trigSeq8x", | |||
"description": "8 track / 16 step trig sequencer with direction and presets (ts8x)", | |||
"tags": [ | |||
"Sequencer" | |||
] | |||
}, | |||
{ | |||
"slug": "Wavetabler", | |||
"name": "wavetabler", | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "wildergarden", | |||
"name": "wildergarden", | |||
"version": "2.0.1", | |||
"version": "2.1.0", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "wildergarden", | |||
"author": "wildergarden", | |||
@@ -26,12 +26,22 @@ | |||
{ | |||
"slug": "Pascal", | |||
"name": "Pascal", | |||
"description": "This plugin uses Pascal's triangle, a mathematical pattern independently invented throughout the world during the Middle Ages, to create evolving melodies and drum sequences.", | |||
"description": "This module uses Pascal's triangle, a mathematical pattern independently invented throughout the world during the Middle Ages, to create evolving melodies and drum sequences.", | |||
"tags": [ | |||
"Logic", | |||
"Sequencer", | |||
"Clock modulator" | |||
] | |||
}, | |||
{ | |||
"slug": "modmix", | |||
"name": "Mod Mix", | |||
"description": "Wavefolding mixer for audio and CV", | |||
"tags": [ | |||
"Waveshaper", | |||
"Utility", | |||
"Mixer" | |||
] | |||
} | |||
] | |||
} |