|
- {
- "slug": "Sparkette",
- "name": "Sparkette's Stuff",
- "version": "2.8.1",
- "license": "GPL-3.0-or-later",
- "brand": "Sparkette's Stuff",
- "author": "Sara Sparks",
- "authorEmail": "flarn2006@gmail.com",
- "authorUrl": "",
- "pluginUrl": "",
- "manualUrl": "",
- "sourceUrl": "https://github.com/flarn2006/SparketteVCV",
- "donateUrl": "https://venmo.com/flarn2006",
- "changelogUrl": "",
- "modules": [
- {
- "slug": "Ellie",
- "name": "Ellie",
- "description": "Ellie is hiding on your rack as a blank panel!",
- "tags": [
- "Blank"
- ]
- },
- {
- "slug": "NoteClassifier",
- "name": "Note Classifier",
- "description": "Classifies the pitch of an incoming note (C, D, etc.) and turns on a different output for each pitch.",
- "tags": [
- "Utility",
- "Polyphonic"
- ]
- },
- {
- "slug": "PolyRepeater",
- "name": "Polyphonic Repeater",
- "description": "Converts a monophonic signal to a polyphonic signal where all channels have the same value. Outputs up to four copies of the polyphonic signal, because I had room for extra ports so why not?",
- "tags": [
- "Polyphonic",
- "Utility"
- ]
- },
- {
- "slug": "RGBMatrix16",
- "name": "RGB Matrix (16x16)",
- "description": "An array of RGB lights with built-in oscillators for generating and displaying patterns.",
- "tags": [
- "Visual",
- "Polyphonic"
- ]
- },
- {
- "slug": "RGBMatrix",
- "name": "RGB Matrix (32x32)",
- "description": "An array of RGB lights with built-in oscillators for generating and displaying patterns.",
- "tags": [
- "Visual",
- "Polyphonic"
- ]
- },
- {
- "slug": "RGBMatrix64",
- "name": "RGB Matrix (64x64)",
- "description": "An array of RGB lights with built-in oscillators for generating and displaying patterns.",
- "tags": [
- "Visual",
- "Polyphonic"
- ]
- },
- {
- "slug": "HSV2RGB",
- "name": "Color Wheel",
- "description": "Converts a color from HSV format to RGB values.",
- "tags": [
- "Utility",
- "Visual",
- "Polyphonic"
- ]
- },
- {
- "slug": "PolySelector",
- "name": "Polyphonic Selector",
- "description": "Selects one output (or more) from a polyphonic input based on the voltage from another input.",
- "tags": [
- "Polyphonic",
- "Utility",
- "Sequencer"
- ]
- },
- {
- "slug": "Functions",
- "name": "Functions",
- "description": "A selection of 1-in-1-out functions for various purposes.",
- "tags": [
- "Polyphonic",
- "Utility",
- "Waveshaper"
- ]
- },
- {
- "slug": "PolyCat",
- "name": "PolyCat",
- "description": "Concatenates up to five polyphonic inputs into a single output.",
- "tags": [
- "Polyphonic",
- "Utility"
- ]
- },
- {
- "slug": "Integrator",
- "name": "Dual Integrator",
- "description": "Modulates up to two values over time at variable speed. DMA compatible; try stacking multiple horizontally.",
- "tags": [
- "Dual",
- "Dynamics",
- "Function generator"
- ]
- },
- {
- "slug": "ColorMixer",
- "name": "Color Mixer",
- "description": "Provides layers for compositing images, e.g. for RGB Matrix modules.",
- "tags": [
- "Visual",
- "Mixer"
- ]
- },
- {
- "slug": "Busybox",
- "name": "Busybox",
- "description": "Multipurpose module containing four LFO's, two ADSR+VCA envelopes, and a noise generator.",
- "tags": [
- "Envelope generator",
- "Low-frequency oscillator",
- "Noise"
- ]
- },
- {
- "slug": "RAM40964",
- "name": "RAM-40964",
- "description": "64\u00d764\u00d74 planar random access memory, designed with RGB Matrix in mind. DMA compatible.",
- "tags": [
- "Digital",
- "Sample and hold",
- "Sequencer",
- "Polyphonic",
- "Visual"
- ]
- },
- {
- "slug": "Quadrants",
- "name": "Quadrants",
- "description": "Splits an XY coordinate plane into four segments, switching inputs based on the active segment. Useful with RGB Matrix and RAM-40964.",
- "tags": [
- "Clock modulator",
- "Switch"
- ]
- },
- {
- "slug": "VoltageRange",
- "name": "Voltage Range",
- "description": "Generates a smooth range of values between and including two specified voltages on a polyphonic output.",
- "tags": [
- "Utility",
- "Polyphonic"
- ]
- },
- {
- "slug": "Microcosm",
- "name": "Microcosm",
- "description": "5x5 Conway's Game of Life where each cell is individually controllable. DMA compatible.",
- "tags": [
- "Digital",
- "Sequencer"
- ]
- },
- {
- "slug": "DMAFX",
- "name": "DMA-FX",
- "description": "An expander that connects to an adjacent DMA-compatible module, providing a selection of miscellaneous effect triggers.",
- "tags": [
- "Visual",
- "Expander"
- ]
- },
- {
- "slug": "Accessor",
- "name": "Accessor",
- "description": "Connects to an adjacent DMA-compatible module to allow for reading and writing of memory.",
- "tags": [
- "Expander"
- ]
- },
- {
- "slug": "Trixie",
- "name": "Trixie",
- "description": "Trixie joins Ellie as a blank panel",
- "tags": [
- "Blank"
- ]
- }
- ]
- }
|