| @@ -1,6 +1,6 @@ | |||
| { | |||
| "slug": "Bidoo", | |||
| "version": "1.1.1", | |||
| "version": "1.1.2", | |||
| "license": "GPL-3.0-only", | |||
| "name": "Bidoo", | |||
| "brand": "Bidoo", | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "slug": "GlueTheGiant", | |||
| "name": "Glue the Giant", | |||
| "version": "1.0.6", | |||
| "version": "1.0.7", | |||
| "license": "GPL-3.0-or-later", | |||
| "brand": "Glue the Giant", | |||
| "author": "Paul Merchant", | |||
| @@ -11,20 +11,22 @@ | |||
| "manualUrl": "https://github.com/gluethegiant/gtg-rack/wiki", | |||
| "sourceUrl": "https://github.com/gluethegiant/gtg-rack", | |||
| "donateUrl": "", | |||
| "changelogUrl": "https://github.com/gluethegiant/gtg-rack/#release-notes", | |||
| "modules": [ | |||
| { | |||
| "slug": "MiniBus", | |||
| "name": "Mini Bus Mixer", | |||
| "description": "Mono to three stereo buses", | |||
| "slug": "GigBus", | |||
| "name": "Gig Bus Mixer", | |||
| "description": "Pan to three stereo buses", | |||
| "tags": [ | |||
| "Mixer", | |||
| "visual", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "GigBus", | |||
| "name": "Gig Bus Mixer", | |||
| "description": "Pan to three stereo buses", | |||
| "slug": "MiniBus", | |||
| "name": "Mini Bus Mixer", | |||
| "description": "Mono to three stereo buses", | |||
| "tags": [ | |||
| "Mixer", | |||
| "Polyphonic" | |||
| @@ -61,7 +63,7 @@ | |||
| { | |||
| "slug": "BusRoute", | |||
| "name": "Bus Route", | |||
| "description": "Three stereo sends and returns", | |||
| "description": "Three stereo sends and returns with optional sample delays", | |||
| "tags": [ | |||
| "Mixer", | |||
| "Delay", | |||
| @@ -72,7 +74,7 @@ | |||
| { | |||
| "slug": "Road", | |||
| "name": "Road", | |||
| "description": "Merge stereo buses from mix groups", | |||
| "description": "Merge stereo buses from mixers and mix groups", | |||
| "tags": [ | |||
| "Utility", | |||
| "Polyphonic" | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "slug": "LifeFormModular", | |||
| "name": "LifeFormModular", | |||
| "version": "1.0.1", | |||
| "version": "1.0.2", | |||
| "license": "MIT", | |||
| "brand": "LifeFormModular", | |||
| "author": "Marc Dacunha", | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "slug": "Stoermelder-P1", | |||
| "version": "1.2.0", | |||
| "version": "1.3.0", | |||
| "license": "GPL-3.0-only", | |||
| "author": "Benjamin Dill", | |||
| "name": "PackOne", | |||
| @@ -88,6 +88,16 @@ | |||
| ], | |||
| "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Infix.md" | |||
| }, | |||
| { | |||
| "slug": "InfixMicro", | |||
| "name": "\u00b5INFIX", | |||
| "description": "Insert for polyphonic cables", | |||
| "tags": [ | |||
| "Utility", | |||
| "Polyphonic" | |||
| ], | |||
| "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Infix.md" | |||
| }, | |||
| { | |||
| "slug": "Strip", | |||
| "name": "STRIP", | |||
| @@ -109,6 +119,16 @@ | |||
| ], | |||
| "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/EightFace.md" | |||
| }, | |||
| { | |||
| "slug": "EightFaceX2", | |||
| "name": "8FACEx2", | |||
| "description": "Universal expander for sequencing up to sixteen presets of any module", | |||
| "tags": [ | |||
| "Utility", | |||
| "Sequencer" | |||
| ], | |||
| "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/EightFace.md" | |||
| }, | |||
| { | |||
| "slug": "MidiCat", | |||
| "name": "MIDI-CAT", | |||
| @@ -143,6 +163,27 @@ | |||
| ], | |||
| "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/FourRounds.md" | |||
| }, | |||
| { | |||
| "slug": "Arena", | |||
| "name": "ARENA", | |||
| "description": "2-dimensional XY-Mixer for 8 sources with various modulation targets and fun graphical interface", | |||
| "tags": [ | |||
| "Utility", | |||
| "Controller", | |||
| "Mixer" | |||
| ], | |||
| "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Arena.md" | |||
| }, | |||
| { | |||
| "slug": "Maze", | |||
| "name": "MAZE", | |||
| "description": "4 channel sequencer running on a 2-dimensional grid", | |||
| "tags": [ | |||
| "Sequencer", | |||
| "Random" | |||
| ], | |||
| "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Maze.md" | |||
| }, | |||
| { | |||
| "slug": "AudioInterface64", | |||
| "name": "AUDIO-64", | |||