Browse Source

Update manifest Fundamental to 2.0.1

pull/785/head
Andrew Belt 4 years ago
parent
commit
e91490d2e9
2 changed files with 64 additions and 23 deletions
  1. +4
    -1
      manifests-cache.json
  2. +60
    -22
      manifests/Fundamental.json

+ 4
- 1
manifests-cache.json View File

@@ -584,7 +584,7 @@
} }
}, },
"Fundamental": { "Fundamental": {
"buildTimestamp": 1573195163.2124546,
"buildTimestamp": 1639850438.273388,
"creationTimestamp": 1518016501.0, "creationTimestamp": 1518016501.0,
"modules": { "modules": {
"VCO": { "VCO": {
@@ -667,6 +667,9 @@
}, },
"Random": { "Random": {
"creationTimestamp": 1571481009.0 "creationTimestamp": 1571481009.0
},
"Mixer": {
"creationTimestamp": 1639850439.5225868
} }
} }
}, },


+ 60
- 22
manifests/Fundamental.json View File

@@ -1,11 +1,11 @@
{ {
"slug": "Fundamental", "slug": "Fundamental",
"version": "1.4.0",
"license": "GPL-3.0-only",
"name": "Fundamental", "name": "Fundamental",
"version": "2.0.1",
"license": "GPL-3.0-or-later",
"brand": "VCV", "brand": "VCV",
"author": "VCV", "author": "VCV",
"authorEmail": "contact@vcvrack.com",
"authorEmail": "support@vcvrack.com",
"pluginUrl": "https://vcvrack.com/Fundamental.html", "pluginUrl": "https://vcvrack.com/Fundamental.html",
"authorUrl": "https://vcvrack.com/", "authorUrl": "https://vcvrack.com/",
"manualUrl": "https://vcvrack.com/Fundamental.html#manual", "manualUrl": "https://vcvrack.com/Fundamental.html#manual",
@@ -14,8 +14,9 @@
"modules": [ "modules": [
{ {
"slug": "VCO", "slug": "VCO",
"name": "VCO-1",
"name": "VCO",
"description": "Voltage-controlled oscillator", "description": "Voltage-controlled oscillator",
"manualUrl": "https://vcvrack.com/Fundamental#VCO",
"tags": [ "tags": [
"VCO", "VCO",
"Polyphonic" "Polyphonic"
@@ -23,8 +24,9 @@
}, },
{ {
"slug": "VCO2", "slug": "VCO2",
"name": "VCO-2",
"description": "Voltage-controlled oscillator",
"name": "Wavetable VCO",
"description": "Voltage-controlled wavetable oscillator",
"manualUrl": "https://vcvrack.com/Fundamental#VCO",
"tags": [ "tags": [
"VCO", "VCO",
"Polyphonic" "Polyphonic"
@@ -34,6 +36,7 @@
"slug": "VCF", "slug": "VCF",
"name": "VCF", "name": "VCF",
"description": "Voltage-controlled filter", "description": "Voltage-controlled filter",
"manualUrl": "https://vcvrack.com/Fundamental#VCF",
"tags": [ "tags": [
"VCF", "VCF",
"Polyphonic" "Polyphonic"
@@ -41,8 +44,9 @@
}, },
{ {
"slug": "VCA-1", "slug": "VCA-1",
"name": "VCA-1",
"name": "VCA",
"description": "Voltage-controlled amplifier", "description": "Voltage-controlled amplifier",
"manualUrl": "https://vcvrack.com/Fundamental#VCA",
"tags": [ "tags": [
"VCA", "VCA",
"Polyphonic" "Polyphonic"
@@ -51,17 +55,20 @@
{ {
"slug": "VCA", "slug": "VCA",
"name": "VCA-2", "name": "VCA-2",
"description": "Voltage-controlled amplifier",
"description": "2-channel voltage-controlled amplifier",
"manualUrl": "https://vcvrack.com/Fundamental#VCA",
"tags": [ "tags": [
"VCA", "VCA",
"Dual", "Dual",
"Polyphonic" "Polyphonic"
]
],
"hidden": true
}, },
{ {
"slug": "LFO", "slug": "LFO",
"name": "LFO-1",
"name": "LFO",
"description": "Low-frequency oscillator", "description": "Low-frequency oscillator",
"manualUrl": "https://vcvrack.com/Fundamental#LFO",
"tags": [ "tags": [
"LFO", "LFO",
"Polyphonic" "Polyphonic"
@@ -69,8 +76,9 @@
}, },
{ {
"slug": "LFO2", "slug": "LFO2",
"name": "LFO-2",
"description": "Low-frequency oscillator",
"name": "Wavetable LFO",
"description": "Low-frequency wavetable oscillator",
"manualUrl": "https://vcvrack.com/Fundamental#LFO",
"tags": [ "tags": [
"LFO", "LFO",
"Polyphonic" "Polyphonic"
@@ -80,6 +88,7 @@
"slug": "Delay", "slug": "Delay",
"name": "Delay", "name": "Delay",
"description": "", "description": "",
"manualUrl": "https://vcvrack.com/Fundamental#Delay",
"tags": [ "tags": [
"Delay" "Delay"
] ]
@@ -88,15 +97,26 @@
"slug": "ADSR", "slug": "ADSR",
"name": "ADSR", "name": "ADSR",
"description": "Generates an envelope with Attack/Decay/Sustain/Release", "description": "Generates an envelope with Attack/Decay/Sustain/Release",
"manualUrl": "https://vcvrack.com/Fundamental#ADSR",
"tags": [ "tags": [
"Envelope Generator", "Envelope Generator",
"Polyphonic" "Polyphonic"
] ]
}, },
{
"slug": "Mixer",
"name": "Mix",
"description": "Mixes 6 signals",
"tags": [
"Mixer",
"Polyphonic"
]
},
{ {
"slug": "VCMixer", "slug": "VCMixer",
"name": "Mixer",
"name": "VCA Mix",
"description": "Mixes 4 signals with built-in VCAs", "description": "Mixes 4 signals with built-in VCAs",
"manualUrl": "https://vcvrack.com/Fundamental#VCMixer",
"tags": [ "tags": [
"Mixer", "Mixer",
"VCA", "VCA",
@@ -107,6 +127,7 @@
"slug": "8vert", "slug": "8vert",
"name": "8vert", "name": "8vert",
"description": "Attenuverts 8 signals or creates constant voltages", "description": "Attenuverts 8 signals or creates constant voltages",
"manualUrl": "https://vcvrack.com/Fundamental#8vert",
"tags": [ "tags": [
"Attenuator", "Attenuator",
"Polyphonic" "Polyphonic"
@@ -116,16 +137,19 @@
"slug": "Unity", "slug": "Unity",
"name": "Unity", "name": "Unity",
"description": "Mixes or averages signals with unity gain", "description": "Mixes or averages signals with unity gain",
"manualUrl": "https://vcvrack.com/Fundamental#Unity",
"tags": [ "tags": [
"Mixer", "Mixer",
"Utility", "Utility",
"Dual" "Dual"
]
],
"hidden": true
}, },
{ {
"slug": "Mutes", "slug": "Mutes",
"name": "Mutes", "name": "Mutes",
"description": "Toggles up to 10 signals", "description": "Toggles up to 10 signals",
"manualUrl": "https://vcvrack.com/Fundamental#Mutes",
"tags": [ "tags": [
"Switch", "Switch",
"Polyphonic" "Polyphonic"
@@ -135,6 +159,7 @@
"slug": "Pulses", "slug": "Pulses",
"name": "Pulses", "name": "Pulses",
"description": "Generates up to 10 trigger and gate signals", "description": "Generates up to 10 trigger and gate signals",
"manualUrl": "https://vcvrack.com/Fundamental#Pulses",
"tags": [ "tags": [
"Switch" "Switch"
] ]
@@ -143,6 +168,7 @@
"slug": "Scope", "slug": "Scope",
"name": "Scope", "name": "Scope",
"description": "Inspect waveforms with an oscilloscope", "description": "Inspect waveforms with an oscilloscope",
"manualUrl": "https://vcvrack.com/Fundamental#Scope",
"tags": [ "tags": [
"Visual", "Visual",
"Polyphonic" "Polyphonic"
@@ -150,16 +176,18 @@
}, },
{ {
"slug": "SEQ3", "slug": "SEQ3",
"name": "SEQ-3",
"name": "SEQ 3",
"description": "3-channel 8-step sequencer also with gate outputs", "description": "3-channel 8-step sequencer also with gate outputs",
"manualUrl": "https://vcvrack.com/Fundamental#SEQ-3",
"tags": [ "tags": [
"Sequencer" "Sequencer"
] ]
}, },
{ {
"slug": "SequentialSwitch1", "slug": "SequentialSwitch1",
"name": "Sequential Switch 1",
"description": "Routes an input to one of to 4 outputs",
"name": "Sequential Switch 1 to 4",
"description": "Routes 1 input to one of 4 outputs",
"manualUrl": "https://vcvrack.com/Fundamental#SequentialSwitch",
"tags": [ "tags": [
"Utility", "Utility",
"Polyphonic" "Polyphonic"
@@ -167,8 +195,9 @@
}, },
{ {
"slug": "SequentialSwitch2", "slug": "SequentialSwitch2",
"name": "Sequential Switch 2",
"description": "Routes one of to 4 inputs to an output",
"name": "Sequential Switch 4 to 1",
"description": "Routes one of 4 inputs to 1 output",
"manualUrl": "https://vcvrack.com/Fundamental#SequentialSwitch",
"tags": [ "tags": [
"Utility", "Utility",
"Polyphonic" "Polyphonic"
@@ -177,7 +206,8 @@
{ {
"slug": "Octave", "slug": "Octave",
"name": "Octave", "name": "Octave",
"description": "Shifts 1V/oct CV by octaves",
"description": "Shifts 1V/oct pitch CV by octaves",
"manualUrl": "https://vcvrack.com/Fundamental#Octave",
"tags": [ "tags": [
"Utility", "Utility",
"Polyphonic" "Polyphonic"
@@ -187,6 +217,7 @@
"slug": "Quantizer", "slug": "Quantizer",
"name": "Quantizer", "name": "Quantizer",
"description": "12-note quantizer and scale selector", "description": "12-note quantizer and scale selector",
"manualUrl": "https://vcvrack.com/Fundamental#Quantizer",
"tags": [ "tags": [
"Quantizer", "Quantizer",
"Polyphonic" "Polyphonic"
@@ -196,6 +227,7 @@
"slug": "Split", "slug": "Split",
"name": "Split", "name": "Split",
"description": "Splits a polyphonic cable into multiple monophonic cables", "description": "Splits a polyphonic cable into multiple monophonic cables",
"manualUrl": "https://vcvrack.com/Fundamental#Split",
"tags": [ "tags": [
"Polyphonic", "Polyphonic",
"Utility" "Utility"
@@ -205,6 +237,7 @@
"slug": "Merge", "slug": "Merge",
"name": "Merge", "name": "Merge",
"description": "Combines multiple monophonic cables into a polyphonic cable", "description": "Combines multiple monophonic cables into a polyphonic cable",
"manualUrl": "https://vcvrack.com/Fundamental#Split",
"tags": [ "tags": [
"Polyphonic", "Polyphonic",
"Utility" "Utility"
@@ -213,7 +246,8 @@
{ {
"slug": "Sum", "slug": "Sum",
"name": "Sum", "name": "Sum",
"description": "Sums all channels in a polyphonic cable",
"description": "Sums all channels of a polyphonic cable",
"manualUrl": "https://vcvrack.com/Fundamental#Sum",
"tags": [ "tags": [
"Polyphonic", "Polyphonic",
"Utility" "Utility"
@@ -223,6 +257,7 @@
"slug": "Viz", "slug": "Viz",
"name": "Viz", "name": "Viz",
"description": "Visualizes all channels of a polyphonic cable", "description": "Visualizes all channels of a polyphonic cable",
"manualUrl": "https://vcvrack.com/Fundamental#Viz",
"tags": [ "tags": [
"Polyphonic", "Polyphonic",
"Visual" "Visual"
@@ -231,7 +266,8 @@
{ {
"slug": "MidSide", "slug": "MidSide",
"name": "Mid/Side", "name": "Mid/Side",
"description": "Mid/side stereo encoder/decoder",
"description": "Encodes/decodes between mid/side and left/right stereo signals",
"manualUrl": "https://vcvrack.com/Fundamental#MidSide",
"tags": [ "tags": [
"Utility", "Utility",
"Polyphonic" "Polyphonic"
@@ -241,6 +277,7 @@
"slug": "Noise", "slug": "Noise",
"name": "Noise", "name": "Noise",
"description": "Multicolored noise generator", "description": "Multicolored noise generator",
"manualUrl": "https://vcvrack.com/Fundamental#Noise",
"tags": [ "tags": [
"Noise" "Noise"
] ]
@@ -249,6 +286,7 @@
"slug": "Random", "slug": "Random",
"name": "Random", "name": "Random",
"description": "Random CV generator", "description": "Random CV generator",
"manualUrl": "https://vcvrack.com/Fundamental#Random",
"tags": [ "tags": [
"Random", "Random",
"Sample and hold" "Sample and hold"


Loading…
Cancel
Save