| @@ -1732,7 +1732,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "BaconMusic": { | "BaconMusic": { | ||||
| "buildTimestamp": 1673293606.7646642, | |||||
| "buildTimestamp": 1691740727.6885324, | |||||
| "creationTimestamp": 1521929448.0, | "creationTimestamp": 1521929448.0, | ||||
| "modules": { | "modules": { | ||||
| "HarMoNee": { | "HarMoNee": { | ||||
| @@ -5065,7 +5065,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "HetrickCV": { | "HetrickCV": { | ||||
| "buildTimestamp": 1691452799.018081, | |||||
| "buildTimestamp": 1691740113.5362856, | |||||
| "creationTimestamp": 1518016501.0, | "creationTimestamp": 1518016501.0, | ||||
| "modules": { | "modules": { | ||||
| "ASR": { | "ASR": { | ||||
| @@ -5256,6 +5256,9 @@ | |||||
| }, | }, | ||||
| "PhasorToWaveforms": { | "PhasorToWaveforms": { | ||||
| "creationTimestamp": 1691452802.331147 | "creationTimestamp": 1691452802.331147 | ||||
| }, | |||||
| "PhasorBurstGen": { | |||||
| "creationTimestamp": 1691740728.1658375 | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -9879,7 +9882,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "LilacLoop": { | "LilacLoop": { | ||||
| "buildTimestamp": 1690733274.542375, | |||||
| "buildTimestamp": 1691739597.6706858, | |||||
| "creationTimestamp": 1603081447.3990774, | "creationTimestamp": 1603081447.3990774, | ||||
| "modules": { | "modules": { | ||||
| "Looper": { | "Looper": { | ||||
| @@ -9893,6 +9896,9 @@ | |||||
| }, | }, | ||||
| "Lopper": { | "Lopper": { | ||||
| "creationTimestamp": 1690733276.6356752 | "creationTimestamp": 1690733276.6356752 | ||||
| }, | |||||
| "LoopMutator": { | |||||
| "creationTimestamp": 1691740728.2846987 | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -12411,7 +12417,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "Airwin2Rack": { | "Airwin2Rack": { | ||||
| "buildTimestamp": 1687710123.4108846, | |||||
| "buildTimestamp": 1691740678.9655335, | |||||
| "creationTimestamp": 1675100686.7833567, | "creationTimestamp": 1675100686.7833567, | ||||
| "modules": { | "modules": { | ||||
| "Airwin2Rack": { | "Airwin2Rack": { | ||||
| @@ -12699,7 +12705,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "monome": { | "monome": { | ||||
| "buildTimestamp": 1687709684.6115656, | |||||
| "buildTimestamp": 1691739892.638168, | |||||
| "creationTimestamp": 1687317423.8644073, | "creationTimestamp": 1687317423.8644073, | ||||
| "modules": { | "modules": { | ||||
| "whitewhale": { | "whitewhale": { | ||||
| @@ -12777,7 +12783,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "TheAllElectricSmartGrid": { | "TheAllElectricSmartGrid": { | ||||
| "buildTimestamp": 1691452435.8043077, | |||||
| "buildTimestamp": 1691739906.2347188, | |||||
| "creationTimestamp": 1690733275.6031704, | "creationTimestamp": 1690733275.6031704, | ||||
| "modules": { | "modules": { | ||||
| "LameJuis": { | "LameJuis": { | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "Airwin2Rack", | "slug": "Airwin2Rack", | ||||
| "name": "Airwindows", | "name": "Airwindows", | ||||
| "version": "2.4.0", | |||||
| "version": "2.5.0", | |||||
| "license": "MIT", | "license": "MIT", | ||||
| "author": "@baconpaul, @airwindows", | "author": "@baconpaul, @airwindows", | ||||
| "authorEmail": "", | "authorEmail": "", | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "BaconMusic", | "slug": "BaconMusic", | ||||
| "name": "Bacon Music", | "name": "Bacon Music", | ||||
| "version": "2.3.0", | |||||
| "version": "2.3.1", | |||||
| "license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
| "author": "@baconpaul", | "author": "@baconpaul", | ||||
| "authorEmail": "", | "authorEmail": "", | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "HetrickCV", | "slug": "HetrickCV", | ||||
| "name": "HetrickCV", | "name": "HetrickCV", | ||||
| "version": "2.3.0", | |||||
| "version": "2.3.1", | |||||
| "license": "CC0-1.0", | "license": "CC0-1.0", | ||||
| "author": "Michael Hetrick", | "author": "Michael Hetrick", | ||||
| "authorEmail": "", | "authorEmail": "", | ||||
| @@ -315,6 +315,18 @@ | |||||
| "Polyphonic" | "Polyphonic" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| "slug": "PhasorBurstGen", | |||||
| "name": "Phasor Burst Generator", | |||||
| "description": "Generates a phasor repeatedly for a given number of times.", | |||||
| "tags": [ | |||||
| "Oscillator", | |||||
| "Clock Generator", | |||||
| "Clock Modulator", | |||||
| "Low-frequency Oscillator", | |||||
| "Polyphonic" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| "slug": "PhasorDivMult", | "slug": "PhasorDivMult", | ||||
| "name": "Phasor Divide & Multiply", | "name": "Phasor Divide & Multiply", | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "LilacLoop", | "slug": "LilacLoop", | ||||
| "name": "Lilac Loop", | "name": "Lilac Loop", | ||||
| "version": "2.1.4", | |||||
| "version": "2.1.5", | |||||
| "license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
| "brand": "Lilac", | "brand": "Lilac", | ||||
| "author": "Gavin Rough", | "author": "Gavin Rough", | ||||
| @@ -31,6 +31,16 @@ | |||||
| "Polyphonic" | "Polyphonic" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| "slug": "LoopMutator", | |||||
| "name": "Loop Mutator", | |||||
| "description": "Work in progress", | |||||
| "tags": [ | |||||
| "Recording", | |||||
| "Sampler" | |||||
| ], | |||||
| "hidden": false | |||||
| }, | |||||
| { | { | ||||
| "slug": "LooperTwo", | "slug": "LooperTwo", | ||||
| "name": "Looper Two", | "name": "Looper Two", | ||||
| @@ -40,7 +50,7 @@ | |||||
| "Recording", | "Recording", | ||||
| "Sampler" | "Sampler" | ||||
| ], | ], | ||||
| "hidden": true | |||||
| "hidden": false | |||||
| }, | }, | ||||
| { | { | ||||
| "slug": "Lopper", | "slug": "Lopper", | ||||
| @@ -1,9 +1,9 @@ | |||||
| { | { | ||||
| "slug": "TheAllElectricSmartGrid", | "slug": "TheAllElectricSmartGrid", | ||||
| "name": "TheAllElectricSmartGrid", | |||||
| "version": "2.0.2", | |||||
| "name": "The All Electric Smart Grid", | |||||
| "version": "2.0.3", | |||||
| "license": "GPL-3.0-only", | "license": "GPL-3.0-only", | ||||
| "brand": "SmartGridMusic", | |||||
| "brand": "The All Electric Smart Grid", | |||||
| "author": "Joyo Victor", | "author": "Joyo Victor", | ||||
| "authorEmail": "joyofresh@gmail.com", | "authorEmail": "joyofresh@gmail.com", | ||||
| "authorUrl": "", | "authorUrl": "", | ||||
| @@ -1,7 +1,8 @@ | |||||
| { | { | ||||
| "slug": "monome", | "slug": "monome", | ||||
| "name": "monome", | "name": "monome", | ||||
| "version": "2.1.3", | |||||
| "version": "2.1.5", | |||||
| "minRackVersion": "2.4.0", | |||||
| "license": "GPL-2.0-only", | "license": "GPL-2.0-only", | ||||
| "author": "Michael Dewberry", | "author": "Michael Dewberry", | ||||
| "authorEmail": "", | "authorEmail": "", | ||||