@@ -1352,7 +1352,7 @@ | |||
} | |||
}, | |||
"OrangeLine": { | |||
"buildTimestamp": 1727177336.4126167, | |||
"buildTimestamp": 1730227576.1420946, | |||
"creationTimestamp": 1571530639.0, | |||
"modules": { | |||
"Fence": { | |||
@@ -12129,7 +12129,7 @@ | |||
} | |||
}, | |||
"CosineKitty-Sapphire": { | |||
"buildTimestamp": 1729362682.385174, | |||
"buildTimestamp": 1730227148.2922251, | |||
"creationTimestamp": 1660869608.068208, | |||
"modules": { | |||
"Moots": { | |||
@@ -12182,6 +12182,9 @@ | |||
}, | |||
"Gravy": { | |||
"creationTimestamp": 1729364151.879189 | |||
}, | |||
"Sauce": { | |||
"creationTimestamp": 1730227604.4276254 | |||
} | |||
} | |||
}, | |||
@@ -12933,7 +12936,7 @@ | |||
} | |||
}, | |||
"Venom": { | |||
"buildTimestamp": 1726454163.454809, | |||
"buildTimestamp": 1730227527.8658183, | |||
"creationTimestamp": 1676260955.1683722, | |||
"modules": { | |||
"BernoulliSwitch": { | |||
@@ -13082,6 +13085,18 @@ | |||
}, | |||
"Thru": { | |||
"creationTimestamp": 1724754239.7200668 | |||
}, | |||
"MousePad": { | |||
"creationTimestamp": 1730227604.6204388 | |||
}, | |||
"PolyFade": { | |||
"creationTimestamp": 1730227604.6892748 | |||
}, | |||
"QuadVCPolarizer": { | |||
"creationTimestamp": 1730227604.7569199 | |||
}, | |||
"VCOUnit": { | |||
"creationTimestamp": 1730227604.8274825 | |||
} | |||
} | |||
}, | |||
@@ -14511,7 +14526,7 @@ | |||
} | |||
}, | |||
"acModules": { | |||
"buildTimestamp": 1729793197.5424337, | |||
"buildTimestamp": 1730227604.2685342, | |||
"creationTimestamp": 1729793469.3900518, | |||
"modules": { | |||
"Pick6": { | |||
@@ -14525,6 +14540,9 @@ | |||
}, | |||
"Chord4Roy": { | |||
"creationTimestamp": 1729793469.6527503 | |||
}, | |||
"Rhythm1101": { | |||
"creationTimestamp": 1730227604.5116591 | |||
} | |||
} | |||
}, | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "CosineKitty-Sapphire", | |||
"name": "Sapphire", | |||
"version": "2.5.1", | |||
"version": "2.5.2", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "Sapphire", | |||
"author": "Don Cross", | |||
@@ -142,6 +142,16 @@ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "Sauce", | |||
"name": "Sauce", | |||
"description": "Polyphonic low/high/band-pass filter with resonance control.", | |||
"manualUrl": "https://github.com/cosinekitty/sapphire/blob/main/Sauce.md", | |||
"tags": [ | |||
"Filter", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "SplitAddMerge", | |||
"name": "Split/Add/Merge", | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "OrangeLine", | |||
"name": "OrangeLine", | |||
"version": "2.4.7", | |||
"version": "2.4.8", | |||
"license": "GPL-3.0-only", | |||
"brand": "", | |||
"author": "Dieter Stubler", | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "Venom", | |||
"name": "Venom", | |||
"version": "2.9.1", | |||
"version": "2.10.0", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "", | |||
"author": "David Benham", | |||
@@ -28,7 +28,7 @@ | |||
"slug": "BayInput", | |||
"name": "Bay Input", | |||
"description": "Teleporting input utility with custom labels for patch bays", | |||
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#bay-input", | |||
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#bay-modules", | |||
"tags": [ | |||
"Polyphonic", | |||
"Utility" | |||
@@ -38,7 +38,7 @@ | |||
"slug": "BayNorm", | |||
"name": "Bay Normal", | |||
"description": "Teleporting output utility with normal inputs and custom labels for patch bays", | |||
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#bay-normal", | |||
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#bay-modules", | |||
"tags": [ | |||
"Polyphonic", | |||
"Utility" | |||
@@ -48,7 +48,7 @@ | |||
"slug": "BayOutput", | |||
"name": "Bay Output", | |||
"description": "Teleporting output utility with custom labels for patch bays", | |||
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#bay-output", | |||
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#bay-modules", | |||
"tags": [ | |||
"Polyphonic", | |||
"Utility" | |||
@@ -307,6 +307,16 @@ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "MousePad", | |||
"name": "Mouse Pad", | |||
"description": "Use your mouse as a controller", | |||
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#mouse-pad", | |||
"tags": [ | |||
"Controller", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "MultiMerge", | |||
"name": "Multi Merge", | |||
@@ -357,6 +367,18 @@ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "PolyFade", | |||
"name": "Poly Fade", | |||
"description": "Cross fade between channels of a polyphonic signal", | |||
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#poly-fade", | |||
"tags": [ | |||
"Envelope Generator", | |||
"Polyphonic", | |||
"Sequencer", | |||
"Switch" | |||
] | |||
}, | |||
{ | |||
"slug": "PolyOffset", | |||
"name": "Poly Offset", | |||
@@ -411,6 +433,20 @@ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "QuadVCPolarizer", | |||
"name": "Quad VC Polarizer", | |||
"description": "Compact polyphonic bipolar VCA and mixer inspired by Mutable Instruments Blinds", | |||
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#quad-vc-polarizer", | |||
"tags": [ | |||
"Attenuator", | |||
"Mixer", | |||
"Polyphonic", | |||
"Ring modulator", | |||
"Utility", | |||
"Voltage-controlled amplifier" | |||
] | |||
}, | |||
{ | |||
"slug": "Recurse", | |||
"name": "Recurse", | |||
@@ -526,6 +562,18 @@ | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "VCOUnit", | |||
"name": "VCO Unit", | |||
"description": "A smaller version of VCO Lab with only one selectable waveform at a time, and no mixing capabilities", | |||
"manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#vco-lab", | |||
"tags": [ | |||
"Function generator", | |||
"Low-frequency oscillator", | |||
"Oscillator", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "VenomBlank", | |||
"name": "Venom Blank", | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "acModules", | |||
"name": "acModules", | |||
"version": "2.0.0", | |||
"version": "2.0.2", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "artificialcolors", | |||
"author": "g.wygonik", | |||
@@ -11,7 +11,7 @@ | |||
"manualUrl": "https://github.com/gwygonik/acModules", | |||
"sourceUrl": "https://github.com/gwygonik/acModules", | |||
"donateUrl": "", | |||
"changelogUrl": "", | |||
"changelogUrl": "https://github.com/gwygonik/acModules", | |||
"modules": [ | |||
{ | |||
"slug": "Pick6", | |||
@@ -49,6 +49,15 @@ | |||
"Utility", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Rhythm1101", | |||
"name": "Rhythm1101", | |||
"description": "16-step drum-oriented trigger sequencer (1:4 patterned switch), with preset grooves.", | |||
"tags": [ | |||
"Sequencer", | |||
"Switch" | |||
] | |||
} | |||
] | |||
} |