@@ -3559,7 +3559,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"JW-Modules": { | "JW-Modules": { | ||||
"buildTimestamp": 1746937536.0052931, | |||||
"buildTimestamp": 1748197873.359059, | |||||
"creationTimestamp": 1518016501.0, | "creationTimestamp": 1518016501.0, | ||||
"modules": { | "modules": { | ||||
"BlankPanel_SM": { | "BlankPanel_SM": { | ||||
@@ -11724,7 +11724,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"StochasticTelegraph": { | "StochasticTelegraph": { | ||||
"buildTimestamp": 1738441982.126875, | |||||
"buildTimestamp": 1748198584.6621513, | |||||
"creationTimestamp": 1649868370.1906905, | "creationTimestamp": 1649868370.1906905, | ||||
"modules": { | "modules": { | ||||
"Drifter": { | "Drifter": { | ||||
@@ -12318,7 +12318,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"Chinenual-VCV": { | "Chinenual-VCV": { | ||||
"buildTimestamp": 1746937435.8249216, | |||||
"buildTimestamp": 1748197778.4163878, | |||||
"creationTimestamp": 1660869608.7876675, | "creationTimestamp": 1660869608.7876675, | ||||
"modules": { | "modules": { | ||||
"MIDIRecorder": { | "MIDIRecorder": { | ||||
@@ -14214,7 +14214,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"SanguineMutants": { | "SanguineMutants": { | ||||
"buildTimestamp": 1746270812.3657112, | |||||
"buildTimestamp": 1748198488.7258022, | |||||
"creationTimestamp": 1717919524.088269, | "creationTimestamp": 1717919524.088269, | ||||
"modules": { | "modules": { | ||||
"Funes": { | "Funes": { | ||||
@@ -15264,7 +15264,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"VsWorld": { | "VsWorld": { | ||||
"buildTimestamp": 1746937556.816315, | |||||
"buildTimestamp": 1748198601.4462528, | |||||
"creationTimestamp": 1745878284.7605336, | "creationTimestamp": 1745878284.7605336, | ||||
"modules": { | "modules": { | ||||
"XLimitJIVCO": { | "XLimitJIVCO": { | ||||
@@ -15286,5 +15286,35 @@ | |||||
"creationTimestamp": 1746486829.7794182 | "creationTimestamp": 1746486829.7794182 | ||||
} | } | ||||
} | } | ||||
}, | |||||
"WordGenerator": { | |||||
"buildTimestamp": 1748198614.9983509, | |||||
"creationTimestamp": 1748198615.2666538, | |||||
"modules": { | |||||
"WordGenerator": { | |||||
"creationTimestamp": 1748198615.3530354 | |||||
} | |||||
} | |||||
}, | |||||
"JulioChaos": { | |||||
"buildTimestamp": 1748198229.5347247, | |||||
"creationTimestamp": 1748198615.4618344, | |||||
"modules": { | |||||
"JulioChua": { | |||||
"creationTimestamp": 1748198615.5334888 | |||||
} | |||||
} | |||||
}, | |||||
"RSBATechModules": { | |||||
"buildTimestamp": 1748198290.6807103, | |||||
"creationTimestamp": 1748198615.636118, | |||||
"modules": { | |||||
"OrestesOne": { | |||||
"creationTimestamp": 1748198615.7312393 | |||||
}, | |||||
"Pylades": { | |||||
"creationTimestamp": 1748198615.830255 | |||||
} | |||||
} | |||||
} | } | ||||
} | } |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "Chinenual-VCV", | "slug": "Chinenual-VCV", | ||||
"name": "Chinenual", | "name": "Chinenual", | ||||
"version": "2.7.3", | |||||
"version": "2.7.4", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"brand": "Chinenual", | "brand": "Chinenual", | ||||
"author": "Steve Tynor", | "author": "Steve Tynor", | ||||
@@ -10,7 +10,7 @@ | |||||
"sourceUrl": "https://github.com/jeremywen/JW-Modules", | "sourceUrl": "https://github.com/jeremywen/JW-Modules", | ||||
"donateUrl": "https://www.paypal.me/jeremywen", | "donateUrl": "https://www.paypal.me/jeremywen", | ||||
"changelogUrl": "https://github.com/jeremywen/JW-Modules/blob/master/CHANGELOG.md", | "changelogUrl": "https://github.com/jeremywen/JW-Modules/blob/master/CHANGELOG.md", | ||||
"version": "2.0.9", | |||||
"version": "2.0.11", | |||||
"modules": [ | "modules": [ | ||||
{ | { | ||||
"slug": "BlankPanel_1HP", | "slug": "BlankPanel_1HP", | ||||
@@ -0,0 +1,28 @@ | |||||
{ | |||||
"slug": "JulioChaos", | |||||
"name": "Julio's Chaotic Oscillators", | |||||
"version": "2.0.0", | |||||
"license": "BSD-3-Clause", | |||||
"brand": "Julio Argudo", | |||||
"author": "Julio Argudo", | |||||
"authorEmail": "argudomielgo@gmail.com", | |||||
"authorUrl": "", | |||||
"pluginUrl": "", | |||||
"manualUrl": "", | |||||
"sourceUrl": "https://github.com/JulioArgudo/JulioChaos-modules", | |||||
"donateUrl": "", | |||||
"changelogUrl": "", | |||||
"modules": [ | |||||
{ | |||||
"slug": "JulioChua", | |||||
"name": "Chua's Oscillator", | |||||
"description": "Chaotic oscillator based on Chua's circuit", | |||||
"tags": [ | |||||
"Function generator", | |||||
"Low-frequency oscillator", | |||||
"Noise", | |||||
"Oscillator" | |||||
] | |||||
} | |||||
] | |||||
} |
@@ -0,0 +1,38 @@ | |||||
{ | |||||
"slug": "RSBATechModules", | |||||
"name": "RSBATech Modules", | |||||
"version": "2.1.7", | |||||
"license": "GPL-3.0-or-later", | |||||
"brand": "RSBATech", | |||||
"author": "Richard Smith", | |||||
"authorEmail": "rsmith@rbatechnology.co.uk", | |||||
"authorUrl": "https://github.com/rjsmith", | |||||
"pluginUrl": "https://github.com/rjsmith/rsbatech-modules", | |||||
"manualUrl": "https://github.com/rjsmith/rsbatech-modules/wiki", | |||||
"sourceUrl": "https://github.com/rjsmith/rsbatech-modules.git", | |||||
"donateUrl": "", | |||||
"changelogUrl": "https://github.com/rjsmith/rsbatech-modules/blob/main/CHANGELOG.md", | |||||
"modules": [ | |||||
{ | |||||
"slug": "OrestesOne", | |||||
"name": "Orestes One", | |||||
"description": "Module control from Electra One Controller", | |||||
"tags": [ | |||||
"External", | |||||
"Utility", | |||||
"MIDI", | |||||
"Controller" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "Pylades", | |||||
"name": "Pylades", | |||||
"description": "Module control from TouchOSC", | |||||
"tags": [ | |||||
"External", | |||||
"Utility", | |||||
"Controller" | |||||
] | |||||
} | |||||
] | |||||
} |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "SanguineMutants", | "slug": "SanguineMutants", | ||||
"name": "Sanguine Mutants", | "name": "Sanguine Mutants", | ||||
"version": "2.6.6", | |||||
"version": "2.6.7", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"author": "Bloodbat", | "author": "Bloodbat", | ||||
"pluginUrl": "https://github.com/Bloodbat/SanguineMutants", | "pluginUrl": "https://github.com/Bloodbat/SanguineMutants", | ||||
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "StochasticTelegraph", | "slug": "StochasticTelegraph", | ||||
"name": "Stochastic Telegraph", | "name": "Stochastic Telegraph", | ||||
"version": "2.0.19", | |||||
"version": "2.0.20", | |||||
"minRackVersion": "2.4.0", | "minRackVersion": "2.4.0", | ||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"brand": "Stochastic Telegraph", | "brand": "Stochastic Telegraph", | ||||
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "VsWorld", | "slug": "VsWorld", | ||||
"name": "V's World", | "name": "V's World", | ||||
"version": "2.1.3", | |||||
"version": "2.1.4", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"brand": "V's World", | "brand": "V's World", | ||||
"author": "Viktor Schiff", | "author": "Viktor Schiff", | ||||
@@ -0,0 +1,27 @@ | |||||
{ | |||||
"slug": "WordGenerator", | |||||
"name": "Word Generator", | |||||
"version": "2.0.0", | |||||
"license": "MIT", | |||||
"brand": "EucQuant", | |||||
"author": "Brian Ng", | |||||
"authorEmail": "ngwingkui@gmail.com", | |||||
"authorUrl": "", | |||||
"pluginUrl": "", | |||||
"manualUrl": "", | |||||
"sourceUrl": "", | |||||
"donateUrl": "", | |||||
"changelogUrl": "", | |||||
"modules": [ | |||||
{ | |||||
"slug": "WordGenerator", | |||||
"name": "Word Generator", | |||||
"description": "Digital sequencer inspired by the HP 8006A Word Generator", | |||||
"tags": [ | |||||
"Sequencer", | |||||
"Digital", | |||||
"Clock Modulator" | |||||
] | |||||
} | |||||
] | |||||
} |