Browse Source

Update manifest for CountModula, squinkylabs-plug1, AriaSalvatrice, ChowDSP

v1
Andrew Belt 4 years ago
parent
commit
83831db72d
5 changed files with 126 additions and 16 deletions
  1. +31
    -4
      manifests-cache.json
  2. +29
    -2
      manifests/AriaSalvatrice.json
  3. +21
    -3
      manifests/ChowDSP.json
  4. +30
    -5
      manifests/CountModula.json
  5. +15
    -2
      manifests/squinkylabs-plug1.json

+ 31
- 4
manifests-cache.json View File

@@ -2446,7 +2446,7 @@
} }
}, },
"squinkylabs-plug1": { "squinkylabs-plug1": {
"buildTimestamp": 1595806050.1351125,
"buildTimestamp": 1598028671.074886,
"creationTimestamp": 1521738241.0, "creationTimestamp": 1521738241.0,
"modules": { "modules": {
"squinkylabs-ev3": { "squinkylabs-ev3": {
@@ -2532,6 +2532,9 @@
}, },
"squinkylabs-sub": { "squinkylabs-sub": {
"creationTimestamp": 1595057942.5306096 "creationTimestamp": 1595057942.5306096
},
"squinkylabs-sines": {
"creationTimestamp": 1598029968.1040394
} }
} }
}, },
@@ -4641,7 +4644,7 @@
} }
}, },
"CountModula": { "CountModula": {
"buildTimestamp": 1594796944.6063392,
"buildTimestamp": 1598029377.729564,
"creationTimestamp": 1560722026.0, "creationTimestamp": 1560722026.0,
"modules": { "modules": {
"AnalogueShiftRegister": { "AnalogueShiftRegister": {
@@ -4967,6 +4970,15 @@
}, },
"Palette": { "Palette": {
"creationTimestamp": 1594797087.49433 "creationTimestamp": 1594797087.49433
},
"Megalomaniac": {
"creationTimestamp": 1598029968.829009
},
"SingleTFlipFlop": {
"creationTimestamp": 1598029969.1171217
},
"SingleSRFlipFlop": {
"creationTimestamp": 1598029969.3221807
} }
} }
}, },
@@ -4976,7 +4988,7 @@
"modules": {} "modules": {}
}, },
"AriaSalvatrice": { "AriaSalvatrice": {
"buildTimestamp": 1595861320.2466145,
"buildTimestamp": 1598029966.5439994,
"creationTimestamp": 1576593342.0, "creationTimestamp": 1576593342.0,
"modules": { "modules": {
"Splort": { "Splort": {
@@ -5032,6 +5044,15 @@
}, },
"Solomon16": { "Solomon16": {
"creationTimestamp": 1595861323.2792523 "creationTimestamp": 1595861323.2792523
},
"Pokies4": {
"creationTimestamp": 1598029969.5247142
},
"Grabby": {
"creationTimestamp": 1598029969.730724
},
"Rotatoes4": {
"creationTimestamp": 1598029969.932541
} }
} }
}, },
@@ -8303,7 +8324,7 @@
} }
}, },
"ChowDSP": { "ChowDSP": {
"buildTimestamp": 1596177666.9832532,
"buildTimestamp": 1598028759.7770176,
"creationTimestamp": 1596178135.934532, "creationTimestamp": 1596178135.934532,
"modules": { "modules": {
"ChowTape": { "ChowTape": {
@@ -8317,6 +8338,12 @@
}, },
"ChowFDN": { "ChowFDN": {
"creationTimestamp": 1596178136.8302577 "creationTimestamp": 1596178136.8302577
},
"ChowRNN": {
"creationTimestamp": 1598029968.4080982
},
"ChowModal": {
"creationTimestamp": 1598029968.6083245
} }
} }
} }

+ 29
- 2
manifests/AriaSalvatrice.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "AriaSalvatrice", "slug": "AriaSalvatrice",
"name": "Aria Salvatrice", "name": "Aria Salvatrice",
"version": "1.6.1",
"version": "1.7.0",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"brand": "Aria Salvatrice", "brand": "Aria Salvatrice",
"author": "Aria Salvatrice", "author": "Aria Salvatrice",
@@ -73,7 +73,7 @@
{ {
"slug": "Qqqq", "slug": "Qqqq",
"name": "Quatherina's Quality Quad Quantizer", "name": "Quatherina's Quality Quad Quantizer",
"description": "Quatherina the Quantum Duck's Quantizer with custom & external scales, 16 scenes, offset, sample and hold,\ntransposition, lead sheet chords parsing, 4 polyphonic quantizer columns, and a licensed illustration of Quatherina",
"description": "Quatherina the Quantum Duck's Quantizer with custom & Poly External Scales, 16 scenes, offset, sample and hold,\ntransposition, lead sheet chords parsing, 4 polyphonic quantizer columns, and a licensed illustration of Quatherina",
"manualUrl": "https://aria.dog/modules/qqqq", "manualUrl": "https://aria.dog/modules/qqqq",
"tags": [ "tags": [
"Quantizer", "Quantizer",
@@ -195,6 +195,33 @@
"Expander" "Expander"
] ]
}, },
{
"slug": "Pokies4",
"name": "Signature Series Pokies",
"description": "4 tiny buttons for automation or manual performance of CV parameters. Right-click options to change output values, and use in latch mode.",
"tags": [
"Controller",
"Utility"
]
},
{
"slug": "Grabby",
"name": "Signature Series Grabby",
"description": "A lil fader for automation or manual performance of CV parameters. Right-click options to offset and invert output.\n Support for Poly External Scales from Quatherina's Quantizer.",
"tags": [
"Controller",
"Utility"
]
},
{
"slug": "Rotatoes4",
"name": "Signature Series Rotatoes",
"description": "4 tiny knobs for automation or manual performance of CV parameters. Right-click options to offset and invert output.\n Support for Poly External Scales from Quatherina's Quantizer.",
"tags": [
"Controller",
"Utility"
]
},
{ {
"slug": "Undular", "slug": "Undular",
"name": "Signature Series Undular", "name": "Signature Series Undular",


+ 21
- 3
manifests/ChowDSP.json View File

@@ -1,8 +1,8 @@
{ {
"slug": "ChowDSP", "slug": "ChowDSP",
"name": "ChowDSP", "name": "ChowDSP",
"version": "1.0.0",
"license": "GPL-3.0",
"version": "1.1.0",
"license": "GPL-3.0-or-later",
"brand": "chowdsp", "brand": "chowdsp",
"author": "Jatin Chowdhury", "author": "Jatin Chowdhury",
"authorEmail": "jatin@ccmra.stanford.edu", "authorEmail": "jatin@ccmra.stanford.edu",
@@ -11,7 +11,7 @@
"manualUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/README.md#modules", "manualUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/README.md#modules",
"sourceUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV", "sourceUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV",
"donateUrl": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=93S67ZSKMBG68&source=url", "donateUrl": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=93S67ZSKMBG68&source=url",
"changelogUrl": "",
"changelogUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/CHANGELOG.md",
"modules": [ "modules": [
{ {
"slug": "ChowTape", "slug": "ChowTape",
@@ -49,6 +49,24 @@
"Effect", "Effect",
"Reverb" "Reverb"
] ]
},
{
"slug": "ChowRNN",
"name": "ChowRNN",
"description": "Simple recurrent neural network",
"tags": [
"Effect"
]
},
{
"slug": "ChowModal",
"name": "ChowModal",
"description": "Single resonant mode",
"tags": [
"Effect",
"Oscillator",
"Filter"
]
} }
] ]
} }

+ 30
- 5
manifests/CountModula.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "CountModula", "slug": "CountModula",
"name": "Count Modula", "name": "Count Modula",
"version": "1.11.0",
"version": "1.12.0",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"brand": "Count Modula", "brand": "Count Modula",
"author": "Adam Verspaget", "author": "Adam Verspaget",
@@ -266,8 +266,8 @@
}, },
{ {
"slug": "SRFlipFlop", "slug": "SRFlipFlop",
"name": "SR Flip Flop",
"description": "A logical Set/Reset flip flop with enable",
"name": "Dual SR Flip Flop",
"description": "A dual logical Set/Reset flip flop with enable",
"tags": [ "tags": [
"Logic", "Logic",
"Dual" "Dual"
@@ -285,8 +285,8 @@
}, },
{ {
"slug": "TFlipFlop", "slug": "TFlipFlop",
"name": "T Flip Flop",
"description": "A logical T type (toggle) flip flop with enable",
"name": "Dual T Flip Flop",
"description": "A dual logical T type (toggle) flip flop with enable",
"tags": [ "tags": [
"Logic", "Logic",
"Dual" "Dual"
@@ -965,6 +965,31 @@
"tags": [ "tags": [
"Utility" "Utility"
] ]
},
{
"slug": "Megalomaniac",
"name": "Megalomaniac - Hyper Maniacal LFO CV Expander",
"description": "Voltage control over the Hyper Maniacal LFO",
"tags": [
"LFO",
"Expander"
]
},
{
"slug": "SingleTFlipFlop",
"name": "T Flip Flop",
"description": "A logical T type (toggle) flip flop with enable",
"tags": [
"Logic"
]
},
{
"slug": "SingleSRFlipFlop",
"name": "SR Flip Flop",
"description": "A logical Set/Reset flip flop with enable",
"tags": [
"Logic"
]
} }
] ]
} }

+ 15
- 2
manifests/squinkylabs-plug1.json View File

@@ -8,7 +8,7 @@
"sourceUrl": "https://github.com/squinkylabs/SquinkyVCV", "sourceUrl": "https://github.com/squinkylabs/SquinkyVCV",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/booty-shifter.md", "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/booty-shifter.md",
"changelogUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/CHANGELOG.md", "changelogUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/CHANGELOG.md",
"version": "1.0.10",
"version": "1.0.11",
"modules": [ "modules": [
{ {
"slug": "squinkylabs-ev3", "slug": "squinkylabs-ev3",
@@ -280,7 +280,8 @@
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/kitchen-sink.md", "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/kitchen-sink.md",
"tags": [ "tags": [
"VCO", "VCO",
"Polyphonic"
"Polyphonic",
"Synth voice"
] ]
}, },
{ {
@@ -292,6 +293,18 @@
"VCO", "VCO",
"Polyphonic" "Polyphonic"
] ]
},
{
"slug": "squinkylabs-sines",
"name": "Organ Three",
"description": "Hammond organ emulator",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/ck-1/docs/sines.md",
"tags": [
"VCO",
"Polyphonic",
"Hardware",
"Synth voice"
]
} }
] ]
} }

Loading…
Cancel
Save