fixed fx(pp)_bitcrush on daisy seed and adapted to latest tibia
This commit is contained in:
parent
eef7f35dc5
commit
07387edcc6
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "cutoff" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_ap1",
|
||||
"types": [ "@lv2:AllpassPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "cutoff" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Cutoff",
|
||||
"shortName": "Cutoff",
|
||||
"id" : "cutoff",
|
||||
"direction": "input",
|
||||
"defaultValue": 1000.0,
|
||||
"minimum": 20.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "cutoff", "q" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_ap2",
|
||||
"types": [ "@lv2:AllpassPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "cutoff", "q" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Cutoff",
|
||||
"shortName": "Cutoff",
|
||||
"id": "cutoff",
|
||||
"direction": "input",
|
||||
"defaultValue": 1000.0,
|
||||
"minimum": 20.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Q",
|
||||
"shortName": "Q",
|
||||
"id": "q",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.5,
|
||||
"minimum": 0.5,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "balance", "l_level", "r_level" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_balance",
|
||||
"types": [ "@lv2:SpatialPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "balance", "l_level", "r_level" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "stereo",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "stereo",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Balance",
|
||||
"shortName": "Balance",
|
||||
"id": "balance",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -100.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Left level",
|
||||
"shortName": "L level",
|
||||
"id": "l_level",
|
||||
"direction": "output",
|
||||
"defaultValue": -60.0,
|
||||
"minimum": -60.0,
|
||||
@ -44,6 +48,7 @@
|
||||
{
|
||||
"name": "Right level",
|
||||
"shortName": "R level",
|
||||
"id": "r_level",
|
||||
"direction": "output",
|
||||
"defaultValue": -60.0,
|
||||
"minimum": -60.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "sr_ratio", "bit_depth", "gate" ]
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"daisy_seed": {
|
||||
"parameterPins": [ 15, 16 ]
|
||||
"parameterPins": [ 15, 16, 22 ]
|
||||
}
|
||||
}
|
||||
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_bitcrush",
|
||||
"types": [ "@lv2:DistortionPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "sr_ratio", "bit_depth", "gate" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Sample rate ratio",
|
||||
"shortName": "SR ratio",
|
||||
"id": "sr_ratio",
|
||||
"direction": "input",
|
||||
"defaultValue": 100.0,
|
||||
"minimum": 1.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Bit depth",
|
||||
"shortName": "Bit depth",
|
||||
"id": "bit_depth",
|
||||
"direction": "input",
|
||||
"defaultValue": 16.0,
|
||||
"minimum": 1.0,
|
||||
@ -44,6 +48,7 @@
|
||||
{
|
||||
"name": "Gate",
|
||||
"shortName": "Gate",
|
||||
"id": "gate",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": 0.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "cutoff_low", "cutoff_high", "tone" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_cab",
|
||||
"types": [ "@lv2:SimulatorPlugin", "@lv2:FilterPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "cutoff_low", "cutoff_high", "tone" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Cutoff low",
|
||||
"shortName": "Cutoff low",
|
||||
"id": "cutoff_low",
|
||||
"direction": "input",
|
||||
"defaultValue": 50.0,
|
||||
"minimum": 0.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Cutoff high",
|
||||
"shortName": "Cutoff high",
|
||||
"id": "cutoff_high",
|
||||
"direction": "input",
|
||||
"defaultValue": 50.0,
|
||||
"minimum": 0.0,
|
||||
@ -44,6 +48,7 @@
|
||||
{
|
||||
"name": "Tone",
|
||||
"shortName": "Tone",
|
||||
"id": "tone",
|
||||
"direction": "input",
|
||||
"defaultValue": 50.0,
|
||||
"minimum": 0.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "rate", "depth", "type" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_chorus",
|
||||
"types": [ "@lv2:ChorusPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "rate", "depth", "type" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Rate",
|
||||
"shortName": "Rate",
|
||||
"id": "rate",
|
||||
"direction": "input",
|
||||
"defaultValue": 1.0,
|
||||
"minimum": 0.01,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Depth",
|
||||
"shortName": "Depth",
|
||||
"id": "depth",
|
||||
"direction": "input",
|
||||
"defaultValue": 50.0,
|
||||
"minimum": 0.0,
|
||||
@ -44,6 +48,7 @@
|
||||
{
|
||||
"name": "Type",
|
||||
"shortName": "Type",
|
||||
"id": "type",
|
||||
"direction": "input",
|
||||
"defaultValue": 1,
|
||||
"minimum": 1,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "gain", "bias" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_clip",
|
||||
"types": [ "@lv2:WaveshaperPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "gain", "bias" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Gain",
|
||||
"shortName": "Gain",
|
||||
"id": "gain",
|
||||
"direction": "input",
|
||||
"defaultValue": 1.0,
|
||||
"minimum": 0.1,
|
||||
@ -33,6 +36,7 @@
|
||||
{
|
||||
"name": "Bias",
|
||||
"shortName": "Bias",
|
||||
"id": "bias",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -2.5,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "ff_delay", "fb_delay", "blend", "ff", "fb" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_comb",
|
||||
"types": [ "@lv2:CombPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "ff_delay", "fb_delay", "blend", "ff", "fb" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Feedforward delay",
|
||||
"shortName": "FF delay",
|
||||
"id": "ff_delay",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": 0.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Feedback delay",
|
||||
"shortName": "FB delay",
|
||||
"id": "fb_delay",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": 0.0,
|
||||
@ -44,6 +48,7 @@
|
||||
{
|
||||
"name": "Blend coefficient",
|
||||
"shortName": "Blend coeff",
|
||||
"id": "blend",
|
||||
"direction": "input",
|
||||
"defaultValue": 1.0,
|
||||
"minimum": 0.0,
|
||||
@ -53,6 +58,7 @@
|
||||
{
|
||||
"name": "Feedforward coefficient",
|
||||
"shortName": "FF coeff",
|
||||
"id": "ff",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -1.0,
|
||||
@ -62,6 +68,7 @@
|
||||
{
|
||||
"name": "Feedback coefficient",
|
||||
"shortName": "FB coeff",
|
||||
"id": "fb",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -0.999,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output", "sidechain_in" ],
|
||||
"parameterIds": [ "threshold", "ratio", "attack", "release", "gain", "ext_sidechain" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_comp",
|
||||
"types": [ "@lv2:CompressorPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output", "sidechain_in" ],
|
||||
"parameterSymbols": [ "threshold", "ratio", "attack", "release", "gain", "ext_sidechain" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,14 +10,16 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
@ -25,6 +27,7 @@
|
||||
"channels": "mono",
|
||||
"name": "Sidechain input",
|
||||
"shortName": "Sidechain in",
|
||||
"id": "sidechain_in",
|
||||
"sidechain": true,
|
||||
"cv": false,
|
||||
"optional": true
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Threshold",
|
||||
"shortName": "Threshold",
|
||||
"id": "threshold",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -60.0,
|
||||
@ -44,6 +48,7 @@
|
||||
{
|
||||
"name": "Ratio",
|
||||
"shortName": "Ratio",
|
||||
"id": "ratio",
|
||||
"direction": "input",
|
||||
"defaultValue": 1.0,
|
||||
"minimum": 1.0,
|
||||
@ -53,6 +58,7 @@
|
||||
{
|
||||
"name": "Attack",
|
||||
"shortName": "Attack",
|
||||
"id": "attack",
|
||||
"direction": "input",
|
||||
"defaultValue": 20.0,
|
||||
"minimum": 1.0,
|
||||
@ -63,6 +69,7 @@
|
||||
{
|
||||
"name": "Release",
|
||||
"shortName": "Release",
|
||||
"id": "release",
|
||||
"direction": "input",
|
||||
"defaultValue": 250.0,
|
||||
"minimum": 1.0,
|
||||
@ -73,6 +80,7 @@
|
||||
{
|
||||
"name": "Makeup gain",
|
||||
"shortName": "Gain",
|
||||
"id": "gain",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": 0.0,
|
||||
@ -83,6 +91,7 @@
|
||||
{
|
||||
"name": "External sidechain",
|
||||
"shortName": "Ext sidechain",
|
||||
"id": "ext_sidechain",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": 0.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "delay" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_delay",
|
||||
"types": [ "@lv2:DelayPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "delay" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Delay",
|
||||
"shortName": "Delay",
|
||||
"id": "delay",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": 0.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "distortion", "tone", "volume" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_dist",
|
||||
"types": [ "@lv2:DistortionPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "distortion", "tone", "volume" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Distortion",
|
||||
"shortName": "Distortion",
|
||||
"id": "distortion",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": 0.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Tone",
|
||||
"shortName": "Tone",
|
||||
"id": "tone",
|
||||
"direction": "input",
|
||||
"defaultValue": 50.0,
|
||||
"minimum": 0.0,
|
||||
@ -44,6 +48,7 @@
|
||||
{
|
||||
"name": "Volume",
|
||||
"shortName": "Volume",
|
||||
"id": "volume",
|
||||
"direction": "input",
|
||||
"defaultValue": 100.0,
|
||||
"minimum": 0.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "drive", "tone", "volume" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_drive",
|
||||
"types": [ "@lv2:DistortionPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "drive", "tone", "volume" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Drive",
|
||||
"shortName": "Drive",
|
||||
"id": "drive",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": 0.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Tone",
|
||||
"shortName": "Tone",
|
||||
"id": "tone",
|
||||
"direction": "input",
|
||||
"defaultValue": 50.0,
|
||||
"minimum": 0.0,
|
||||
@ -44,6 +48,7 @@
|
||||
{
|
||||
"name": "Volume",
|
||||
"shortName": "Volume",
|
||||
"id": "volume",
|
||||
"direction": "input",
|
||||
"defaultValue": 100.0,
|
||||
"minimum": 0.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "ls_cutoff", "ls_gain", "ls_q", "peak_cutoff", "peak_gain", "peak_bw", "hs_cutoff", "hs_gain", "hs_q" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_eq_3band",
|
||||
"types": [ "@lv2:ParaEQPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "ls_cutoff", "ls_gain", "ls_q", "peak_cutoff", "peak_gain", "peak_bw", "hs_cutoff", "hs_gain", "hs_q" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Low shelf cutoff",
|
||||
"shortName": "LS cutoff",
|
||||
"id": "ls_cutoff",
|
||||
"direction": "input",
|
||||
"defaultValue": 112.4682650380698,
|
||||
"minimum": 20.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Low shelf gain",
|
||||
"shortName": "LS gain",
|
||||
"id": "ls_gain",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -20.0,
|
||||
@ -44,6 +48,7 @@
|
||||
{
|
||||
"name": "Low shelf Q",
|
||||
"shortName": "LS Q",
|
||||
"id": "ls_q",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.5,
|
||||
"minimum": 0.5,
|
||||
@ -53,6 +58,7 @@
|
||||
{
|
||||
"name": "Peak cutoff",
|
||||
"shortName": "Peak cutoff",
|
||||
"id": "peak_cutoff",
|
||||
"direction": "input",
|
||||
"defaultValue": 632.4555320336758,
|
||||
"minimum": 20.0,
|
||||
@ -63,6 +69,7 @@
|
||||
{
|
||||
"name": "Peak gain",
|
||||
"shortName": "Peak gain",
|
||||
"id": "peak_gain",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -20.0,
|
||||
@ -73,6 +80,7 @@
|
||||
{
|
||||
"name": "Peak bandwidth",
|
||||
"shortName": "Peak bw",
|
||||
"id": "peak_bw",
|
||||
"direction": "input",
|
||||
"defaultValue": 1.0,
|
||||
"minimum": 0.01,
|
||||
@ -83,6 +91,7 @@
|
||||
{
|
||||
"name": "High shelf cutoff",
|
||||
"shortName": "HS cutoff",
|
||||
"id": "hs_cutoff",
|
||||
"direction": "input",
|
||||
"defaultValue": 3556.558820077844,
|
||||
"minimum": 20.0,
|
||||
@ -93,6 +102,7 @@
|
||||
{
|
||||
"name": "High shelf gain",
|
||||
"shortName": "HS gain",
|
||||
"id": "hs_gain",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -20.0,
|
||||
@ -103,6 +113,7 @@
|
||||
{
|
||||
"name": "High shelf Q",
|
||||
"shortName": "HS Q",
|
||||
"id": "hs_q",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.5,
|
||||
"minimum": 0.5,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "rate", "depth", "feedback" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_flanger",
|
||||
"types": [ "@lv2:FlangerPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "rate", "depth", "feedback" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Rate",
|
||||
"shortName": "Rate",
|
||||
"id": "rate",
|
||||
"direction": "input",
|
||||
"defaultValue": 1.0,
|
||||
"minimum": 0.01,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Amount",
|
||||
"shortName": "Amount",
|
||||
"id": "amount",
|
||||
"direction": "input",
|
||||
"defaultValue": 50.0,
|
||||
"minimum": 0.0,
|
||||
@ -44,6 +48,7 @@
|
||||
{
|
||||
"name": "Feedback",
|
||||
"shortName": "Feedback",
|
||||
"id": "feedback",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -99.9,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "fuzz", "volume" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_fuzz",
|
||||
"types": [ "@lv2:DistortionPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "fuzz", "volume" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Fuzz",
|
||||
"shortName": "Fuzz",
|
||||
"id": "fuzz",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": 0.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Volume",
|
||||
"shortName": "Volume",
|
||||
"id": "volume",
|
||||
"direction": "input",
|
||||
"defaultValue": 100.0,
|
||||
"minimum": 0.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "cutoff" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_hp1",
|
||||
"types": [ "@lv2:HighpassPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "cutoff" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Cutoff",
|
||||
"shortName": "Cutoff",
|
||||
"id": "cutoff",
|
||||
"direction": "input",
|
||||
"defaultValue": 1000.0,
|
||||
"minimum": 20.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "cutoff", "gain" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_hs1",
|
||||
"types": [ "@lv2:FilterPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "cutoff", "gain" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Cutoff",
|
||||
"shortName": "Cutoff",
|
||||
"id": "cutoff",
|
||||
"direction": "input",
|
||||
"defaultValue": 1000.0,
|
||||
"minimum": 20.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Gain",
|
||||
"shortName": "Gain",
|
||||
"id": "gain",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -20.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "cutoff" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_lp1",
|
||||
"types": [ "@lv2:LowpassPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "cutoff" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Cutoff",
|
||||
"shortName": "Cutoff",
|
||||
"id": "cutoff",
|
||||
"direction": "input",
|
||||
"defaultValue": 1000.0,
|
||||
"minimum": 20.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "cutoff", "gain" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_ls1",
|
||||
"types": [ "@lv2:FilterPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "cutoff", "gain" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Cutoff",
|
||||
"shortName": "Cutoff",
|
||||
"id": "cutoff",
|
||||
"direction": "input",
|
||||
"defaultValue": 1000.0,
|
||||
"minimum": 20.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Gain",
|
||||
"shortName": "Gain",
|
||||
"id": "gain",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -20.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "cutoff", "in", "lp" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_mm1",
|
||||
"types": [ "@lv2:FilterPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "cutoff", "in", "lp" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Cutoff",
|
||||
"shortName": "Cutoff",
|
||||
"id": "cutoff",
|
||||
"direction": "input",
|
||||
"defaultValue": 1000.0,
|
||||
"minimum": 20.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Input coefficient",
|
||||
"shortName": "In coeff",
|
||||
"id": "in",
|
||||
"direction": "input",
|
||||
"defaultValue": 1.0,
|
||||
"minimum": -1.0,
|
||||
@ -43,6 +47,7 @@
|
||||
{
|
||||
"name": "Lowpass coefficient",
|
||||
"shortName": "LP coeff",
|
||||
"id": "lp",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -1.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "cutoff", "q", "in", "lp", "bp", "hp" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_mm2",
|
||||
"types": [ "@lv2:FilterPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "cutoff", "q", "in", "lp", "bp", "hp" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Cutoff",
|
||||
"shortName": "Cutoff",
|
||||
"id": "cutoff",
|
||||
"direction": "input",
|
||||
"defaultValue": 1000.0,
|
||||
"minimum": 20.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Q",
|
||||
"shortName": "Q",
|
||||
"id": "q",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.5,
|
||||
"minimum": 0.5,
|
||||
@ -43,6 +47,7 @@
|
||||
{
|
||||
"name": "Input coefficient",
|
||||
"shortName": "In coeff",
|
||||
"id": "in",
|
||||
"direction": "input",
|
||||
"defaultValue": 1.0,
|
||||
"minimum": -1.0,
|
||||
@ -52,6 +57,7 @@
|
||||
{
|
||||
"name": "Lowpass coefficient",
|
||||
"shortName": "LP coeff",
|
||||
"id": "lp",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -1.0,
|
||||
@ -61,6 +67,7 @@
|
||||
{
|
||||
"name": "Bandpass coefficient",
|
||||
"shortName": "BP coeff",
|
||||
"id": "bp",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -1.0,
|
||||
@ -70,6 +77,7 @@
|
||||
{
|
||||
"name": "Highpass coefficient",
|
||||
"shortName": "HP coeff",
|
||||
"id": "hp",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -1.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output", "sidechain_in" ],
|
||||
"parameterIds": [ "threshold", "ratio", "attack", "release", "ext_sidechain" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_noise_gate",
|
||||
"types": [ "@lv2:GatePlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output", "sidechain_in" ],
|
||||
"parameterSymbols": [ "threshold", "ratio", "attack", "release", "ext_sidechain" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,14 +10,16 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
@ -25,6 +27,7 @@
|
||||
"channels": "mono",
|
||||
"name": "Sidechain input",
|
||||
"shortName": "Sidechain in",
|
||||
"id": "sidechain_in",
|
||||
"sidechain": true,
|
||||
"cv": false,
|
||||
"optional": true
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Threshold",
|
||||
"shortName": "Threshold",
|
||||
"id": "threshold",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -60.0,
|
||||
@ -44,6 +48,7 @@
|
||||
{
|
||||
"name": "Ratio",
|
||||
"shortName": "Ratio",
|
||||
"id": "ratio",
|
||||
"direction": "input",
|
||||
"defaultValue": 1.0,
|
||||
"minimum": 1.0,
|
||||
@ -53,6 +58,7 @@
|
||||
{
|
||||
"name": "Attack",
|
||||
"shortName": "Attack",
|
||||
"id": "attack",
|
||||
"direction": "input",
|
||||
"defaultValue": 20.0,
|
||||
"minimum": 1.0,
|
||||
@ -63,6 +69,7 @@
|
||||
{
|
||||
"name": "Release",
|
||||
"shortName": "Release",
|
||||
"id": "release",
|
||||
"direction": "input",
|
||||
"defaultValue": 250.0,
|
||||
"minimum": 1.0,
|
||||
@ -73,6 +80,7 @@
|
||||
{
|
||||
"name": "External sidechain",
|
||||
"shortName": "Ext sidechain",
|
||||
"id": "ext_sidechain",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": 0.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "cutoff", "q" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_notch",
|
||||
"types": [ "@lv2:FilterPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "cutoff", "q" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Cutoff",
|
||||
"shortName": "Cutoff",
|
||||
"id": "cutoff",
|
||||
"direction": "input",
|
||||
"defaultValue": 1000.0,
|
||||
"minimum": 20.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Q",
|
||||
"shortName": "Q",
|
||||
"id": "q",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.5,
|
||||
"minimum": 0.5,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "cutoff" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_one_pole",
|
||||
"types": [ "@lv2:LowpassPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "cutoff" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Cutoff",
|
||||
"shortName": "Cutoff",
|
||||
"id": "cutoff",
|
||||
"direction": "input",
|
||||
"defaultValue": 1000.0,
|
||||
"minimum": 20.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "pan", "l_level", "r_level" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_pan",
|
||||
"types": [ "@lv2:SpatialPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "pan", "l_level", "r_level" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "stereo",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Pan",
|
||||
"shortName": "Pan",
|
||||
"id": "pan",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -100.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Left level",
|
||||
"shortName": "L level",
|
||||
"id": "l_level",
|
||||
"direction": "output",
|
||||
"defaultValue": -60.0,
|
||||
"minimum": -60.0,
|
||||
@ -44,6 +48,7 @@
|
||||
{
|
||||
"name": "Right level",
|
||||
"shortName": "R level",
|
||||
"id": "r_level",
|
||||
"direction": "output",
|
||||
"defaultValue": -60.0,
|
||||
"minimum": -60.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "rate", "amount", "center" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_phaser",
|
||||
"types": [ "@lv2:PhaserPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "rate", "amount", "center" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Modulation rate",
|
||||
"shortName": "Mod rate",
|
||||
"id": "rate",
|
||||
"direction": "input",
|
||||
"defaultValue": 1.0,
|
||||
"minimum": 0.01,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Modulation amount",
|
||||
"shortName": "Mod amount",
|
||||
"id": "amount",
|
||||
"direction": "input",
|
||||
"defaultValue": 2.0,
|
||||
"minimum": 0.0,
|
||||
@ -44,6 +48,7 @@
|
||||
{
|
||||
"name": "Center frequency",
|
||||
"shortName": "Center freq",
|
||||
"id": "center",
|
||||
"direction": "input",
|
||||
"defaultValue": 1000.0,
|
||||
"minimum": 20.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "predelay", "bandwidth", "damping", "decay", "wet" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_reverb",
|
||||
"types": [ "@lv2:ReverbPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "predelay", "bandwidth", "damping", "decay", "wet" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "stereo",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "stereo",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Predelay",
|
||||
"shortName": "Predelay",
|
||||
"id": "predelay",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": 0.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Bandwidth",
|
||||
"shortName": "Bandwidth",
|
||||
"id": "bandwidth",
|
||||
"direction": "input",
|
||||
"defaultValue": 20000.0,
|
||||
"minimum": 20.0,
|
||||
@ -44,6 +48,7 @@
|
||||
{
|
||||
"name": "Damping cutoff",
|
||||
"shortName": "Damping cutoff",
|
||||
"id": "damping",
|
||||
"direction": "input",
|
||||
"defaultValue": 20000.0,
|
||||
"minimum": 20.0,
|
||||
@ -54,6 +59,7 @@
|
||||
{
|
||||
"name": "Decay rate",
|
||||
"shortName": "Decay rate",
|
||||
"id": "decay",
|
||||
"direction": "input",
|
||||
"defaultValue": 50.0,
|
||||
"minimum": 0.0,
|
||||
@ -64,6 +70,7 @@
|
||||
{
|
||||
"name": "Wet",
|
||||
"shortName": "Wet",
|
||||
"id": "wet",
|
||||
"direction": "input",
|
||||
"defaultValue": 50.0,
|
||||
"minimum": 0.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "frequency", "amount" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_ring_mod",
|
||||
"types": [ "@lv2:ModulatorPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "frequency", "amount" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Frequency",
|
||||
"shortName": "Frequency",
|
||||
"id": "frequency",
|
||||
"direction": "input",
|
||||
"defaultValue": 1000.0,
|
||||
"minimum": 20.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Amount",
|
||||
"shortName": "Amount",
|
||||
"id": "amount",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -100.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "gain", "bias" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_satur",
|
||||
"types": [ "@lv2:WaveshaperPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "gain", "bias" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Gain",
|
||||
"shortName": "Gain",
|
||||
"id": "gain",
|
||||
"direction": "input",
|
||||
"defaultValue": 1.0,
|
||||
"minimum": 0.1,
|
||||
@ -33,6 +36,7 @@
|
||||
{
|
||||
"name": "Bias",
|
||||
"shortName": "Bias",
|
||||
"id": "bias",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": -2.5,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "max_rate" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_slew_lim",
|
||||
"types": [ "@lv2:UtilityPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "max_rate" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Maximumm rate",
|
||||
"shortName": "Max rate",
|
||||
"id": "max_rate",
|
||||
"direction": "input",
|
||||
"defaultValue": 10000.0,
|
||||
"minimum": 1.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "cutoff", "q" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_svf",
|
||||
"types": [ "@lv2:LowpassPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "cutoff", "q" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Cutoff",
|
||||
"shortName": "Cutoff",
|
||||
"id": "cutoff",
|
||||
"direction": "input",
|
||||
"defaultValue": 1000.0,
|
||||
"minimum": 20.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Q",
|
||||
"shortName": "Q",
|
||||
"id": "q",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.5,
|
||||
"minimum": 0.5,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "rate", "amount" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_trem",
|
||||
"types": [ "@lv2:ModulatorPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "rate", "amount" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Rate",
|
||||
"shortName": "Rate",
|
||||
"id": "rate",
|
||||
"direction": "input",
|
||||
"defaultValue": 1.0,
|
||||
"minimum": 0.01,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Amount",
|
||||
"shortName": "Amount",
|
||||
"id": "amount",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": 0.0,
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"cmd": {
|
||||
"busIds": [ "input", "output" ],
|
||||
"parameterIds": [ "rate", "amount" ]
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
},
|
||||
"uri": "@bw_examples:fx_vibrato",
|
||||
"types": [ "@lv2:ModulatorPlugin" ],
|
||||
"version": "0.0",
|
||||
"busSymbols": [ "input", "output" ],
|
||||
"parameterSymbols": [ "rate", "amount" ]
|
||||
"version": "0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,20 +10,23 @@
|
||||
"direction": "input",
|
||||
"channels": "mono",
|
||||
"name": "Input",
|
||||
"shortName": "Input"
|
||||
"shortName": "Input",
|
||||
"id": "input"
|
||||
},
|
||||
{
|
||||
"type": "audio",
|
||||
"direction": "output",
|
||||
"channels": "mono",
|
||||
"name": "Output",
|
||||
"shortName": "Output"
|
||||
"shortName": "Output",
|
||||
"id": "output"
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "Rate",
|
||||
"shortName": "Rate",
|
||||
"id": "rate",
|
||||
"direction": "input",
|
||||
"defaultValue": 3.0,
|
||||
"minimum": 1.0,
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "Amount",
|
||||
"shortName": "Amount",
|
||||
"id": "amount",
|
||||
"direction": "input",
|
||||
"defaultValue": 0.0,
|
||||
"minimum": 0.0,
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user