@@ -2022,7 +2022,7 @@ | |||
} | |||
}, | |||
"MindMeldModular": { | |||
"buildTimestamp": 1588868525.3456023, | |||
"buildTimestamp": 1591780897.8288994, | |||
"creationTimestamp": 1572165273.0, | |||
"modules": { | |||
"MixMasterJr": { | |||
@@ -2048,6 +2048,12 @@ | |||
}, | |||
"Unmeld": { | |||
"creationTimestamp": 1574018254.0 | |||
}, | |||
"BassMasterJr": { | |||
"creationTimestamp": 1591780925.1954274 | |||
}, | |||
"BassMaster": { | |||
"creationTimestamp": 1591780925.4462535 | |||
} | |||
} | |||
}, | |||
@@ -2731,7 +2737,7 @@ | |||
} | |||
}, | |||
"ModularFungi": { | |||
"buildTimestamp": 1581057800.3875039, | |||
"buildTimestamp": 1591780802.1734138, | |||
"creationTimestamp": 1539737109.0, | |||
"modules": { | |||
"Blank1HP": { | |||
@@ -2766,6 +2772,9 @@ | |||
}, | |||
"Color12HP": { | |||
"creationTimestamp": 1581061371.0 | |||
}, | |||
"LightsOff": { | |||
"creationTimestamp": 1591780925.6563892 | |||
} | |||
} | |||
}, | |||
@@ -7521,11 +7530,14 @@ | |||
"modules": {} | |||
}, | |||
"Ahornberg": { | |||
"buildTimestamp": 1580144395.2956438, | |||
"buildTimestamp": 1591780923.5194774, | |||
"creationTimestamp": 1562952023.0, | |||
"modules": { | |||
"EqualDivision": { | |||
"creationTimestamp": 1562952023.0 | |||
}, | |||
"Metronome": { | |||
"creationTimestamp": 1591780928.2264493 | |||
} | |||
} | |||
}, | |||
@@ -7599,7 +7611,7 @@ | |||
} | |||
}, | |||
"LunettaModula": { | |||
"buildTimestamp": 1588868399.149531, | |||
"buildTimestamp": 1591780775.5594816, | |||
"creationTimestamp": 1588869627.9631658, | |||
"modules": { | |||
"ADC": { | |||
@@ -7676,6 +7688,39 @@ | |||
}, | |||
"MC14530": { | |||
"creationTimestamp": 1588869632.4858115 | |||
}, | |||
"CD4010": { | |||
"creationTimestamp": 1591780925.9531696 | |||
}, | |||
"CD4015": { | |||
"creationTimestamp": 1591780926.176704 | |||
}, | |||
"CD4017": { | |||
"creationTimestamp": 1591780926.4453053 | |||
}, | |||
"CD4022": { | |||
"creationTimestamp": 1591780926.656201 | |||
}, | |||
"CD4023": { | |||
"creationTimestamp": 1591780926.8654962 | |||
}, | |||
"CD4025": { | |||
"creationTimestamp": 1591780927.0720034 | |||
}, | |||
"CD4031": { | |||
"creationTimestamp": 1591780927.2601562 | |||
}, | |||
"CD4041": { | |||
"creationTimestamp": 1591780927.4468887 | |||
}, | |||
"CD4073": { | |||
"creationTimestamp": 1591780927.6357965 | |||
}, | |||
"CD4075": { | |||
"creationTimestamp": 1591780927.8255188 | |||
}, | |||
"CD4532": { | |||
"creationTimestamp": 1591780928.0185308 | |||
} | |||
} | |||
}, | |||
@@ -1,6 +1,6 @@ | |||
{ | |||
"slug": "Ahornberg", | |||
"version": "1.0.2", | |||
"version": "1.1.0", | |||
"license": "CC0-1.0", | |||
"name": "Ahornberg", | |||
"brand": "Ahornberg", | |||
@@ -16,11 +16,20 @@ | |||
{ | |||
"slug": "EqualDivision", | |||
"name": "Equal Division", | |||
"description": "microtonal re-tuner", | |||
"description": "microtonal re-tuner and attenuverter", | |||
"tags": [ | |||
"Attenuator", | |||
"Tuner", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Metronome", | |||
"name": "Metronome", | |||
"description": "classic rehearsal metronome", | |||
"tags": [ | |||
"Clock generator" | |||
] | |||
} | |||
] | |||
} |
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "LunettaModula", | |||
"name": "Lunetta Modula by Count Modula", | |||
"version": "1.0.0", | |||
"version": "1.1.0", | |||
"license": "GPL-3.0-only", | |||
"brand": "Lunetta Modula", | |||
"author": "Adam Verspaget", | |||
@@ -61,6 +61,14 @@ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "CD4010", | |||
"name": "CD4010 Hex Buffer", | |||
"description": "Hex Buffer", | |||
"tags": [ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "CD4011", | |||
"name": "CD4011 Quad 2-Input NAND Gate", | |||
@@ -77,6 +85,24 @@ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "CD4015", | |||
"name": "CD4015 Dual 4-Stage Static Shift Register", | |||
"description": "Dual 4-Stage Static Shift Register", | |||
"tags": [ | |||
"Logic", | |||
"Clock modulator" | |||
] | |||
}, | |||
{ | |||
"slug": "CD4017", | |||
"name": "CD4017 Decade Counter/Divider", | |||
"description": "Decade Counter/Divider", | |||
"tags": [ | |||
"Logic", | |||
"Clock modulator" | |||
] | |||
}, | |||
{ | |||
"slug": "CD4019", | |||
"name": "CD4019 Quad AND-OR Select Gate", | |||
@@ -85,6 +111,31 @@ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "CD4022", | |||
"name": "CD4022 Octal Counter/Divider", | |||
"description": "Octal Counter/Divider", | |||
"tags": [ | |||
"Logic", | |||
"Clock modulator" | |||
] | |||
}, | |||
{ | |||
"slug": "CD4023", | |||
"name": "CD4023 Triple 3-Input NAND Gate", | |||
"description": "Triple 3-Input NAND Gate", | |||
"tags": [ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "CD4025", | |||
"name": "CD4025 Triple 3-Input NOR Gate", | |||
"description": "Triple 3-Input NOR Gate", | |||
"tags": [ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "CD4030", | |||
"name": "CD4030 Quad 2-Input XOR Gate", | |||
@@ -93,6 +144,22 @@ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "CD4031", | |||
"name": "CD4031 64 Stage Static Shift Register", | |||
"description": "64 Stage Static Shift Register", | |||
"tags": [ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "CD4041", | |||
"name": "CD4041 Quad True/Complement Buffer", | |||
"description": "Quad True/Complement Buffer", | |||
"tags": [ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "CD4042", | |||
"name": "CD4042 Quad Clocked \"D\" Latch", | |||
@@ -149,6 +216,22 @@ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "CD4073", | |||
"name": "CD4073 Triple 3-Input AND Gate", | |||
"description": "Triple 3-Input AND Gate", | |||
"tags": [ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "CD4075", | |||
"name": "CD4075 Triple 3-Input OR Gate", | |||
"description": "Triple 3-Input OR Gate", | |||
"tags": [ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "CD4077", | |||
"name": "CD4077 Quad 2-Input XNOR Gate", | |||
@@ -205,6 +288,14 @@ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "CD4532", | |||
"name": "CD4532 8-Bit Priority Encoder", | |||
"description": "8-Bit Priority Encoder", | |||
"tags": [ | |||
"Logic" | |||
] | |||
}, | |||
{ | |||
"slug": "MC14530", | |||
"name": "MC14530 Dual 5 Input Majority Gate", | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "MindMeldModular", | |||
"name": "MindMeld", | |||
"version": "1.1.6", | |||
"version": "1.1.7", | |||
"license": "GPL-3.0-only", | |||
"author": "S.Baker and M.Boul\u00e9 ", | |||
"brand": "MindMeld", | |||
@@ -89,6 +89,24 @@ | |||
"Polyphonic", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "BassMasterJr", | |||
"name": "BassMasterJr", | |||
"description": "Dual band spatialiser for high spread and bass mono", | |||
"tags": [ | |||
"Utility", | |||
"Equalizer" | |||
] | |||
}, | |||
{ | |||
"slug": "BassMaster", | |||
"name": "BassMaster", | |||
"description": "Dual band spatialiser for high spread and bass mono with VU meter", | |||
"tags": [ | |||
"Utility", | |||
"Equalizer" | |||
] | |||
} | |||
] | |||
} |
@@ -8,7 +8,7 @@ | |||
"sourceUrl": "https://github.com/david-c14/ModularFungi", | |||
"donateUrl": "https://paypal.me/omricohencomposer", | |||
"manualUrl": "https://github.com/david-c14/ModularFungi/blob/master/README.md", | |||
"version": "1.0.1", | |||
"version": "1.1.0", | |||
"modules": [ | |||
{ | |||
"slug": "Blank1HP", | |||
@@ -97,6 +97,14 @@ | |||
"tags": [ | |||
"Blank" | |||
] | |||
}, | |||
{ | |||
"slug": "LightsOff", | |||
"name": "Lights Off", | |||
"description": "Dim the lights in your Rack!", | |||
"tags": [ | |||
"Utility" | |||
] | |||
} | |||
] | |||
} |