@@ -1352,7 +1352,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"OrangeLine": { | "OrangeLine": { | ||||
"buildTimestamp": 1709628025.4246848, | |||||
"buildTimestamp": 1726631594.7021835, | |||||
"creationTimestamp": 1571530639.0, | "creationTimestamp": 1571530639.0, | ||||
"modules": { | "modules": { | ||||
"Fence": { | "Fence": { | ||||
@@ -1381,6 +1381,12 @@ | |||||
}, | }, | ||||
"Morpheus": { | "Morpheus": { | ||||
"creationTimestamp": 1705177738.9511976 | "creationTimestamp": 1705177738.9511976 | ||||
}, | |||||
"Buckets": { | |||||
"creationTimestamp": 1726631594.987994 | |||||
}, | |||||
"Cron": { | |||||
"creationTimestamp": 1726631595.0509875 | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -14353,5 +14359,14 @@ | |||||
"creationTimestamp": 1726510808.2943149 | "creationTimestamp": 1726510808.2943149 | ||||
} | } | ||||
} | } | ||||
}, | |||||
"Calvario": { | |||||
"buildTimestamp": 1726631546.829145, | |||||
"creationTimestamp": 1726631595.129412, | |||||
"modules": { | |||||
"Calvario": { | |||||
"creationTimestamp": 1726631595.1812491 | |||||
} | |||||
} | |||||
} | } | ||||
} | } |
@@ -0,0 +1,28 @@ | |||||
{ | |||||
"slug": "Calvario", | |||||
"name": "Calvario", | |||||
"version": "2.3.1", | |||||
"license": "GPL-3.0-or-later", | |||||
"brand": "HydrangeaSystems", | |||||
"author": "merumerutho", | |||||
"authorEmail": "merutochan@gmail.com", | |||||
"authorUrl": "https://github.com/HydrangeaSystems/", | |||||
"pluginUrl": "https://github.com/HydrangeaSystems/Calvario", | |||||
"manualUrl": "", | |||||
"sourceUrl": "https://github.com/HydrangeaSystems/Calvario", | |||||
"donateUrl": "", | |||||
"changelogUrl": "", | |||||
"modules": [ | |||||
{ | |||||
"slug": "Calvario", | |||||
"name": "Calvario", | |||||
"description": "Small and brutal signal cross-modulator.", | |||||
"tags": [ | |||||
"Distortion", | |||||
"Effect", | |||||
"Ring modulator", | |||||
"Waveshaper" | |||||
] | |||||
} | |||||
] | |||||
} |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "OrangeLine", | "slug": "OrangeLine", | ||||
"name": "OrangeLine", | "name": "OrangeLine", | ||||
"version": "2.4.5", | |||||
"version": "2.4.6", | |||||
"license": "GPL-3.0-only", | "license": "GPL-3.0-only", | ||||
"brand": "", | "brand": "", | ||||
"author": "Dieter Stubler", | "author": "Dieter Stubler", | ||||
@@ -107,6 +107,24 @@ | |||||
"Random", | "Random", | ||||
"Polyphonic" | "Polyphonic" | ||||
] | ] | ||||
}, | |||||
{ | |||||
"slug": "Buckets", | |||||
"name": "Buckets", | |||||
"description": "Splits up polyphonic pitch and gate input into up to 12 polyphic pitch and gate outputs, depending on pitch value, chainable", | |||||
"tags": [ | |||||
"Utility", | |||||
"Polyphonic" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "Cron", | |||||
"name": "Cron", | |||||
"description": "Interface Module for MIDI>CV deriving BPM from MIDI CLK and 24 pmm CLK/N, handling Transport and calculating CMP cv for GATOR for latency compensation of up to 16 channels", | |||||
"tags": [ | |||||
"MIDI", | |||||
"Utility" | |||||
] | |||||
} | } | ||||
] | ] | ||||
} | } |