diff --git a/src/mruby-zest/example/ZynLFO.qml b/src/mruby-zest/example/ZynLFO.qml index 28b3439a..7b2b2723 100644 --- a/src/mruby-zest/example/ZynLFO.qml +++ b/src/mruby-zest/example/ZynLFO.qml @@ -16,6 +16,8 @@ Group { ParModuleRow { id: bot Knob { type: :float; extern: box.extern+"delay"} + Knob { type: :float; extern: box.extern+"fadein"} + Knob { type: :float; extern: box.extern+"fadeout"} Knob {extern: box.extern+"Prandomness"} Knob {extern: box.extern+"Pfreqrand"} Col { diff --git a/src/osc-bridge/schema/test.json b/src/osc-bridge/schema/test.json index 4b9b4237..e6503e8c 100644 --- a/src/osc-bridge/schema/test.json +++ b/src/osc-bridge/schema/test.json @@ -35,13 +35,25 @@ "range" : [0,127], "default" : "64" + }, + { + "path" : "/part[0,15]/kit[0,15]/padpars/FreqLfo/Pcutoff", + "shortname": "lp", + "name" : "Pcutoff", + "tooltip" : "RND/SQR lp-filter freq", + "type" : "i", + "range" : [0,127], + "default" : "127" + }, { "path" : "/part[0,15]/kit[0,15]/padpars/FreqLfo/PLFOtype", "shortname": "type", "name" : "PLFOtype", "tooltip" : "Shape of LFO", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "sine" , "options" : [ @@ -110,6 +122,30 @@ "range" : [0.0,4.0], "default" : "0" + }, + { + "path" : "/part[0,15]/kit[0,15]/padpars/FreqLfo/fadein", + "shortname": "f.in", + "name" : "fadein", + "tooltip" : "Time to ramp up LFO amplitude\n 0..10 seconds", + "units" : "S", + "scale" : "linear", + "type" : "f", + "range" : [0.0,10.0f], + "default" : "0.0f" + + }, + { + "path" : "/part[0,15]/kit[0,15]/padpars/FreqLfo/fadeout", + "shortname": "f.out", + "name" : "fadeout", + "tooltip" : "Time to ramp down LFO amplitude on key release\n 0..10 seconds, 10=off (default)", + "units" : "S", + "scale" : "linear", + "type" : "f", + "range" : [0.001,10.0f], + "default" : "10.0f" + }, { "path" : "/part[0,15]/kit[0,15]/padpars/FreqLfo/Pcontinous", @@ -159,13 +195,25 @@ "range" : [0,127], "default" : "64" + }, + { + "path" : "/part[0,15]/kit[0,15]/padpars/AmpLfo/Pcutoff", + "shortname": "lp", + "name" : "Pcutoff", + "tooltip" : "RND/SQR lp-filter freq", + "type" : "i", + "range" : [0,127], + "default" : "127" + }, { "path" : "/part[0,15]/kit[0,15]/padpars/AmpLfo/PLFOtype", "shortname": "type", "name" : "PLFOtype", "tooltip" : "Shape of LFO", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "sine" , "options" : [ @@ -234,6 +282,30 @@ "range" : [0.0,4.0], "default" : "0" + }, + { + "path" : "/part[0,15]/kit[0,15]/padpars/AmpLfo/fadein", + "shortname": "f.in", + "name" : "fadein", + "tooltip" : "Time to ramp up LFO amplitude\n 0..10 seconds", + "units" : "S", + "scale" : "linear", + "type" : "f", + "range" : [0.0,10.0f], + "default" : "0.0f" + + }, + { + "path" : "/part[0,15]/kit[0,15]/padpars/AmpLfo/fadeout", + "shortname": "f.out", + "name" : "fadeout", + "tooltip" : "Time to ramp down LFO amplitude on key release\n 0..10 seconds, 10=off (default)", + "units" : "S", + "scale" : "linear", + "type" : "f", + "range" : [0.001,10.0f], + "default" : "10.0f" + }, { "path" : "/part[0,15]/kit[0,15]/padpars/AmpLfo/Pcontinous", @@ -283,13 +355,25 @@ "range" : [0,127], "default" : "64" + }, + { + "path" : "/part[0,15]/kit[0,15]/padpars/FilterLfo/Pcutoff", + "shortname": "lp", + "name" : "Pcutoff", + "tooltip" : "RND/SQR lp-filter freq", + "type" : "i", + "range" : [0,127], + "default" : "127" + }, { "path" : "/part[0,15]/kit[0,15]/padpars/FilterLfo/PLFOtype", "shortname": "type", "name" : "PLFOtype", "tooltip" : "Shape of LFO", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "sine" , "options" : [ @@ -358,6 +442,30 @@ "range" : [0.0,4.0], "default" : "0" + }, + { + "path" : "/part[0,15]/kit[0,15]/padpars/FilterLfo/fadein", + "shortname": "f.in", + "name" : "fadein", + "tooltip" : "Time to ramp up LFO amplitude\n 0..10 seconds", + "units" : "S", + "scale" : "linear", + "type" : "f", + "range" : [0.0,10.0f], + "default" : "0.0f" + + }, + { + "path" : "/part[0,15]/kit[0,15]/padpars/FilterLfo/fadeout", + "shortname": "f.out", + "name" : "fadeout", + "tooltip" : "Time to ramp down LFO amplitude on key release\n 0..10 seconds, 10=off (default)", + "units" : "S", + "scale" : "linear", + "type" : "f", + "range" : [0.001,10.0f], + "default" : "10.0f" + }, { "path" : "/part[0,15]/kit[0,15]/padpars/FilterLfo/Pcontinous", @@ -434,6 +542,15 @@ "type" : "t", "default" : "false" + }, + { + "path" : "/part[0,15]/kit[0,15]/padpars/FreqEnvelope/Prepeating", + "shortname": "repeat", + "name" : "Prepeating", + "tooltip" : "Repeat the Envelope", + "type" : "t", + "default" : "false" + }, { "path" : "/part[0,15]/kit[0,15]/padpars/FreqEnvelope/PA_dt", @@ -452,7 +569,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00" + "default" : "0.0f" }, { @@ -482,7 +599,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00925031" + "default" : "0.009f" }, { @@ -521,8 +638,8 @@ "tooltip" : "Release Time", "scale" : "logarithmic", "type" : "f", - "range" : [0.01f,41.0f], - "default" : "0.498893" + "range" : [0.009f,41.0f], + "default" : "0.499f" }, { @@ -591,6 +708,15 @@ "type" : "t", "default" : "false" + }, + { + "path" : "/part[0,15]/kit[0,15]/padpars/AmpEnvelope/Prepeating", + "shortname": "repeat", + "name" : "Prepeating", + "tooltip" : "Repeat the Envelope", + "type" : "t", + "default" : "false" + }, { "path" : "/part[0,15]/kit[0,15]/padpars/AmpEnvelope/PA_dt", @@ -609,7 +735,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00" + "default" : "0.0f" }, { @@ -639,7 +765,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00925031" + "default" : "0.009f" }, { @@ -678,8 +804,8 @@ "tooltip" : "Release Time", "scale" : "logarithmic", "type" : "f", - "range" : [0.01f,41.0f], - "default" : "0.498893" + "range" : [0.009f,41.0f], + "default" : "0.499f" }, { @@ -748,6 +874,15 @@ "type" : "t", "default" : "false" + }, + { + "path" : "/part[0,15]/kit[0,15]/padpars/FilterEnvelope/Prepeating", + "shortname": "repeat", + "name" : "Prepeating", + "tooltip" : "Repeat the Envelope", + "type" : "t", + "default" : "false" + }, { "path" : "/part[0,15]/kit[0,15]/padpars/FilterEnvelope/PA_dt", @@ -766,7 +901,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00" + "default" : "0.0f" }, { @@ -796,7 +931,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00925031" + "default" : "0.009f" }, { @@ -835,8 +970,8 @@ "tooltip" : "Release Time", "scale" : "logarithmic", "type" : "f", - "range" : [0.01f,41.0f], - "default" : "0.498893" + "range" : [0.009f,41.0f], + "default" : "0.499f" }, { @@ -1547,6 +1682,10 @@ "id" : 15, "value" : "circle" }, + { + "id" : 16, + "value" : "powersinus" + }, { "id" : 127, "value" : "use-as-base waveform" @@ -2704,6 +2843,10 @@ "id" : 15, "value" : "circle" }, + { + "id" : 16, + "value" : "powersinus" + }, { "id" : 127, "value" : "use-as-base waveform" @@ -3337,6 +3480,10 @@ "id" : 15, "value" : "circle" }, + { + "id" : 16, + "value" : "powersinus" + }, { "id" : 127, "value" : "use-as-base waveform" @@ -3773,13 +3920,25 @@ "range" : [0,127], "default" : "64" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/FreqLfo/Pcutoff", + "shortname": "lp", + "name" : "Pcutoff", + "tooltip" : "RND/SQR lp-filter freq", + "type" : "i", + "range" : [0,127], + "default" : "127" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/FreqLfo/PLFOtype", "shortname": "type", "name" : "PLFOtype", "tooltip" : "Shape of LFO", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "sine" , "options" : [ @@ -3848,6 +4007,30 @@ "range" : [0.0,4.0], "default" : "0" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/FreqLfo/fadein", + "shortname": "f.in", + "name" : "fadein", + "tooltip" : "Time to ramp up LFO amplitude\n 0..10 seconds", + "units" : "S", + "scale" : "linear", + "type" : "f", + "range" : [0.0,10.0f], + "default" : "0.0f" + + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/FreqLfo/fadeout", + "shortname": "f.out", + "name" : "fadeout", + "tooltip" : "Time to ramp down LFO amplitude on key release\n 0..10 seconds, 10=off (default)", + "units" : "S", + "scale" : "linear", + "type" : "f", + "range" : [0.001,10.0f], + "default" : "10.0f" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/FreqLfo/Pcontinous", @@ -3897,13 +4080,25 @@ "range" : [0,127], "default" : "64" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/AmpLfo/Pcutoff", + "shortname": "lp", + "name" : "Pcutoff", + "tooltip" : "RND/SQR lp-filter freq", + "type" : "i", + "range" : [0,127], + "default" : "127" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/AmpLfo/PLFOtype", "shortname": "type", "name" : "PLFOtype", "tooltip" : "Shape of LFO", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "sine" , "options" : [ @@ -3972,6 +4167,30 @@ "range" : [0.0,4.0], "default" : "0" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/AmpLfo/fadein", + "shortname": "f.in", + "name" : "fadein", + "tooltip" : "Time to ramp up LFO amplitude\n 0..10 seconds", + "units" : "S", + "scale" : "linear", + "type" : "f", + "range" : [0.0,10.0f], + "default" : "0.0f" + + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/AmpLfo/fadeout", + "shortname": "f.out", + "name" : "fadeout", + "tooltip" : "Time to ramp down LFO amplitude on key release\n 0..10 seconds, 10=off (default)", + "units" : "S", + "scale" : "linear", + "type" : "f", + "range" : [0.001,10.0f], + "default" : "10.0f" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/AmpLfo/Pcontinous", @@ -4021,13 +4240,25 @@ "range" : [0,127], "default" : "64" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/FilterLfo/Pcutoff", + "shortname": "lp", + "name" : "Pcutoff", + "tooltip" : "RND/SQR lp-filter freq", + "type" : "i", + "range" : [0,127], + "default" : "127" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/FilterLfo/PLFOtype", "shortname": "type", "name" : "PLFOtype", "tooltip" : "Shape of LFO", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "sine" , "options" : [ @@ -4096,6 +4327,30 @@ "range" : [0.0,4.0], "default" : "0" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/FilterLfo/fadein", + "shortname": "f.in", + "name" : "fadein", + "tooltip" : "Time to ramp up LFO amplitude\n 0..10 seconds", + "units" : "S", + "scale" : "linear", + "type" : "f", + "range" : [0.0,10.0f], + "default" : "0.0f" + + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/FilterLfo/fadeout", + "shortname": "f.out", + "name" : "fadeout", + "tooltip" : "Time to ramp down LFO amplitude on key release\n 0..10 seconds, 10=off (default)", + "units" : "S", + "scale" : "linear", + "type" : "f", + "range" : [0.001,10.0f], + "default" : "10.0f" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/FilterLfo/Pcontinous", @@ -4172,6 +4427,15 @@ "type" : "t", "default" : "false" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/FreqEnvelope/Prepeating", + "shortname": "repeat", + "name" : "Prepeating", + "tooltip" : "Repeat the Envelope", + "type" : "t", + "default" : "false" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/FreqEnvelope/PA_dt", @@ -4190,7 +4454,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00" + "default" : "0.0f" }, { @@ -4220,7 +4484,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00925031" + "default" : "0.009f" }, { @@ -4259,8 +4523,8 @@ "tooltip" : "Release Time", "scale" : "logarithmic", "type" : "f", - "range" : [0.01f,41.0f], - "default" : "0.498893" + "range" : [0.009f,41.0f], + "default" : "0.499f" }, { @@ -4329,6 +4593,15 @@ "type" : "t", "default" : "false" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/AmpEnvelope/Prepeating", + "shortname": "repeat", + "name" : "Prepeating", + "tooltip" : "Repeat the Envelope", + "type" : "t", + "default" : "false" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/AmpEnvelope/PA_dt", @@ -4347,7 +4620,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00" + "default" : "0.0f" }, { @@ -4377,7 +4650,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00925031" + "default" : "0.009f" }, { @@ -4416,8 +4689,8 @@ "tooltip" : "Release Time", "scale" : "logarithmic", "type" : "f", - "range" : [0.01f,41.0f], - "default" : "0.498893" + "range" : [0.009f,41.0f], + "default" : "0.499f" }, { @@ -4486,6 +4759,15 @@ "type" : "t", "default" : "false" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/FilterEnvelope/Prepeating", + "shortname": "repeat", + "name" : "Prepeating", + "tooltip" : "Repeat the Envelope", + "type" : "t", + "default" : "false" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/FilterEnvelope/PA_dt", @@ -4504,7 +4786,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00" + "default" : "0.0f" }, { @@ -4534,7 +4816,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00925031" + "default" : "0.009f" }, { @@ -4573,8 +4855,8 @@ "tooltip" : "Release Time", "scale" : "logarithmic", "type" : "f", - "range" : [0.01f,41.0f], - "default" : "0.498893" + "range" : [0.009f,41.0f], + "default" : "0.499f" }, { @@ -4643,6 +4925,15 @@ "type" : "t", "default" : "false" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/FMFreqEnvelope/Prepeating", + "shortname": "repeat", + "name" : "Prepeating", + "tooltip" : "Repeat the Envelope", + "type" : "t", + "default" : "false" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/FMFreqEnvelope/PA_dt", @@ -4661,7 +4952,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00" + "default" : "0.0f" }, { @@ -4691,7 +4982,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00925031" + "default" : "0.009f" }, { @@ -4730,8 +5021,8 @@ "tooltip" : "Release Time", "scale" : "logarithmic", "type" : "f", - "range" : [0.01f,41.0f], - "default" : "0.498893" + "range" : [0.009f,41.0f], + "default" : "0.499f" }, { @@ -4800,6 +5091,15 @@ "type" : "t", "default" : "false" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/FMAmpEnvelope/Prepeating", + "shortname": "repeat", + "name" : "Prepeating", + "tooltip" : "Repeat the Envelope", + "type" : "t", + "default" : "false" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/FMAmpEnvelope/PA_dt", @@ -4818,7 +5118,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00" + "default" : "0.0f" }, { @@ -4848,7 +5148,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00925031" + "default" : "0.009f" }, { @@ -4887,8 +5187,8 @@ "tooltip" : "Release Time", "scale" : "logarithmic", "type" : "f", - "range" : [0.01f,41.0f], - "default" : "0.498893" + "range" : [0.009f,41.0f], + "default" : "0.499f" }, { @@ -5256,7 +5556,9 @@ "shortname": "type", "name" : "Type", "tooltip" : "Type of Sound", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "Sound" , "options" : [ @@ -5571,7 +5873,9 @@ "shortname": "mode", "name" : "PFMEnabled", "tooltip" : "Modulator mode", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "none" , "options" : [ @@ -5754,6 +6058,15 @@ "type" : "i", "range" : [-64,63] }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/VoicePar[0,7]/Enabled", + "shortname": "enable", + "name" : "VoicePar#8/Enabled", + "tooltip" : "Voice Enable", + "type" : "t", + "default" : "[true false false ...]" + + }, { "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/Reson/Penabled", "shortname": "enable", @@ -5839,13 +6152,25 @@ "range" : [0,127], "default" : "64" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/FreqLfo/Pcutoff", + "shortname": "lp", + "name" : "Pcutoff", + "tooltip" : "RND/SQR lp-filter freq", + "type" : "i", + "range" : [0,127], + "default" : "127" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/FreqLfo/PLFOtype", "shortname": "type", "name" : "PLFOtype", "tooltip" : "Shape of LFO", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "sine" , "options" : [ @@ -5914,6 +6239,30 @@ "range" : [0.0,4.0], "default" : "0" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/FreqLfo/fadein", + "shortname": "f.in", + "name" : "fadein", + "tooltip" : "Time to ramp up LFO amplitude\n 0..10 seconds", + "units" : "S", + "scale" : "linear", + "type" : "f", + "range" : [0.0,10.0f], + "default" : "0.0f" + + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/FreqLfo/fadeout", + "shortname": "f.out", + "name" : "fadeout", + "tooltip" : "Time to ramp down LFO amplitude on key release\n 0..10 seconds, 10=off (default)", + "units" : "S", + "scale" : "linear", + "type" : "f", + "range" : [0.001,10.0f], + "default" : "10.0f" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/FreqLfo/Pcontinous", @@ -5963,13 +6312,25 @@ "range" : [0,127], "default" : "64" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/AmpLfo/Pcutoff", + "shortname": "lp", + "name" : "Pcutoff", + "tooltip" : "RND/SQR lp-filter freq", + "type" : "i", + "range" : [0,127], + "default" : "127" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/AmpLfo/PLFOtype", "shortname": "type", "name" : "PLFOtype", "tooltip" : "Shape of LFO", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "sine" , "options" : [ @@ -6038,6 +6399,30 @@ "range" : [0.0,4.0], "default" : "0" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/AmpLfo/fadein", + "shortname": "f.in", + "name" : "fadein", + "tooltip" : "Time to ramp up LFO amplitude\n 0..10 seconds", + "units" : "S", + "scale" : "linear", + "type" : "f", + "range" : [0.0,10.0f], + "default" : "0.0f" + + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/AmpLfo/fadeout", + "shortname": "f.out", + "name" : "fadeout", + "tooltip" : "Time to ramp down LFO amplitude on key release\n 0..10 seconds, 10=off (default)", + "units" : "S", + "scale" : "linear", + "type" : "f", + "range" : [0.001,10.0f], + "default" : "10.0f" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/AmpLfo/Pcontinous", @@ -6087,13 +6472,25 @@ "range" : [0,127], "default" : "64" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/FilterLfo/Pcutoff", + "shortname": "lp", + "name" : "Pcutoff", + "tooltip" : "RND/SQR lp-filter freq", + "type" : "i", + "range" : [0,127], + "default" : "127" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/FilterLfo/PLFOtype", "shortname": "type", "name" : "PLFOtype", "tooltip" : "Shape of LFO", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "sine" , "options" : [ @@ -6162,6 +6559,30 @@ "range" : [0.0,4.0], "default" : "0" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/FilterLfo/fadein", + "shortname": "f.in", + "name" : "fadein", + "tooltip" : "Time to ramp up LFO amplitude\n 0..10 seconds", + "units" : "S", + "scale" : "linear", + "type" : "f", + "range" : [0.0,10.0f], + "default" : "0.0f" + + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/FilterLfo/fadeout", + "shortname": "f.out", + "name" : "fadeout", + "tooltip" : "Time to ramp down LFO amplitude on key release\n 0..10 seconds, 10=off (default)", + "units" : "S", + "scale" : "linear", + "type" : "f", + "range" : [0.001,10.0f], + "default" : "10.0f" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/FilterLfo/Pcontinous", @@ -6240,7 +6661,16 @@ }, { - "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/FreqEnvelope/PA_dt", + "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/FreqEnvelope/Prepeating", + "shortname": "repeat", + "name" : "Prepeating", + "tooltip" : "Repeat the Envelope", + "type" : "t", + "default" : "false" + + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/FreqEnvelope/PA_dt", "shortname": "a.dt", "name" : "PA_dt", "tooltip" : "Attack Time", @@ -6256,7 +6686,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00" + "default" : "0.0f" }, { @@ -6286,7 +6716,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00925031" + "default" : "0.009f" }, { @@ -6325,8 +6755,8 @@ "tooltip" : "Release Time", "scale" : "logarithmic", "type" : "f", - "range" : [0.01f,41.0f], - "default" : "0.498893" + "range" : [0.009f,41.0f], + "default" : "0.499f" }, { @@ -6395,6 +6825,15 @@ "type" : "t", "default" : "false" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/AmpEnvelope/Prepeating", + "shortname": "repeat", + "name" : "Prepeating", + "tooltip" : "Repeat the Envelope", + "type" : "t", + "default" : "false" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/AmpEnvelope/PA_dt", @@ -6413,7 +6852,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00" + "default" : "0.0f" }, { @@ -6443,7 +6882,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00925031" + "default" : "0.009f" }, { @@ -6482,8 +6921,8 @@ "tooltip" : "Release Time", "scale" : "logarithmic", "type" : "f", - "range" : [0.01f,41.0f], - "default" : "0.498893" + "range" : [0.009f,41.0f], + "default" : "0.499f" }, { @@ -6552,6 +6991,15 @@ "type" : "t", "default" : "false" + }, + { + "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/FilterEnvelope/Prepeating", + "shortname": "repeat", + "name" : "Prepeating", + "tooltip" : "Repeat the Envelope", + "type" : "t", + "default" : "false" + }, { "path" : "/part[0,15]/kit[0,15]/adpars/GlobalPar/FilterEnvelope/PA_dt", @@ -6570,7 +7018,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00" + "default" : "0.0f" }, { @@ -6600,7 +7048,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00925031" + "default" : "0.009f" }, { @@ -6639,8 +7087,8 @@ "tooltip" : "Release Time", "scale" : "logarithmic", "type" : "f", - "range" : [0.01f,41.0f], - "default" : "0.498893" + "range" : [0.009f,41.0f], + "default" : "0.499f" }, { @@ -7498,6 +7946,15 @@ "type" : "t", "default" : "false" + }, + { + "path" : "/part[0,15]/kit[0,15]/subpars/AmpEnvelope/Prepeating", + "shortname": "repeat", + "name" : "Prepeating", + "tooltip" : "Repeat the Envelope", + "type" : "t", + "default" : "false" + }, { "path" : "/part[0,15]/kit[0,15]/subpars/AmpEnvelope/PA_dt", @@ -7516,7 +7973,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00" + "default" : "0.0f" }, { @@ -7546,7 +8003,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00925031" + "default" : "0.009f" }, { @@ -7585,8 +8042,8 @@ "tooltip" : "Release Time", "scale" : "logarithmic", "type" : "f", - "range" : [0.01f,41.0f], - "default" : "0.498893" + "range" : [0.009f,41.0f], + "default" : "0.499f" }, { @@ -7655,6 +8112,15 @@ "type" : "t", "default" : "false" + }, + { + "path" : "/part[0,15]/kit[0,15]/subpars/FreqEnvelope/Prepeating", + "shortname": "repeat", + "name" : "Prepeating", + "tooltip" : "Repeat the Envelope", + "type" : "t", + "default" : "false" + }, { "path" : "/part[0,15]/kit[0,15]/subpars/FreqEnvelope/PA_dt", @@ -7673,7 +8139,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00" + "default" : "0.0f" }, { @@ -7703,7 +8169,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00925031" + "default" : "0.009f" }, { @@ -7742,8 +8208,8 @@ "tooltip" : "Release Time", "scale" : "logarithmic", "type" : "f", - "range" : [0.01f,41.0f], - "default" : "0.498893" + "range" : [0.009f,41.0f], + "default" : "0.499f" }, { @@ -7812,6 +8278,15 @@ "type" : "t", "default" : "false" + }, + { + "path" : "/part[0,15]/kit[0,15]/subpars/BandWidthEnvelope/Prepeating", + "shortname": "repeat", + "name" : "Prepeating", + "tooltip" : "Repeat the Envelope", + "type" : "t", + "default" : "false" + }, { "path" : "/part[0,15]/kit[0,15]/subpars/BandWidthEnvelope/PA_dt", @@ -7830,7 +8305,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00" + "default" : "0.0f" }, { @@ -7860,7 +8335,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00925031" + "default" : "0.009f" }, { @@ -7899,8 +8374,8 @@ "tooltip" : "Release Time", "scale" : "logarithmic", "type" : "f", - "range" : [0.01f,41.0f], - "default" : "0.498893" + "range" : [0.009f,41.0f], + "default" : "0.499f" }, { @@ -7969,6 +8444,15 @@ "type" : "t", "default" : "false" + }, + { + "path" : "/part[0,15]/kit[0,15]/subpars/GlobalFilterEnvelope/Prepeating", + "shortname": "repeat", + "name" : "Prepeating", + "tooltip" : "Repeat the Envelope", + "type" : "t", + "default" : "false" + }, { "path" : "/part[0,15]/kit[0,15]/subpars/GlobalFilterEnvelope/PA_dt", @@ -7987,7 +8471,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00" + "default" : "0.0f" }, { @@ -8017,7 +8501,7 @@ "scale" : "logarithmic", "type" : "f", "range" : [0.0f,41.0f], - "default" : "0.00925031" + "default" : "0.009f" }, { @@ -8056,8 +8540,8 @@ "tooltip" : "Release Time", "scale" : "logarithmic", "type" : "f", - "range" : [0.01f,41.0f], - "default" : "0.498893" + "range" : [0.009f,41.0f], + "default" : "0.499f" }, { @@ -8845,14 +9329,18 @@ "shortname": "freq", "name" : "Pfreq", "tooltip" : "Effect Frequency", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/Alienwah/Pfreqrnd", "shortname": "rand", "name" : "Pfreqrnd", "tooltip" : "Frequency Randomness", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -8878,21 +9366,27 @@ "shortname": "stereo", "name" : "PStereo", "tooltip" : "Stereo Mode", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/Alienwah/Pdepth", "shortname": "depth", "name" : "Pdepth", "tooltip" : "LFO Depth", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/Alienwah/Pfeedback", "shortname": "fb", "name" : "Pfeedback", "tooltip" : "Feedback", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "105" }, @@ -8903,14 +9397,16 @@ "tooltip" : "Delay", "scale" : "linear", "type" : "i", - "range" : [1,100] + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/Alienwah/Plrcross", "shortname": "l/r", "name" : "Plrcross", "tooltip" : "Left/Right Crossover", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -8919,7 +9415,9 @@ "shortname": "phase", "name" : "Pphase", "tooltip" : "Phase", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "64" }, @@ -8996,14 +9494,18 @@ "shortname": "freq", "name" : "Pfreq", "tooltip" : "Effect Frequency", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/Chorus/Pfreqrnd", "shortname": "rand", "name" : "Pfreqrnd", "tooltip" : "Frequency Randomness", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -9029,35 +9531,45 @@ "shortname": "stereo", "name" : "PStereo", "tooltip" : "Stereo Mode", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/Chorus/Pdepth", "shortname": "depth", "name" : "Pdepth", "tooltip" : "LFO Depth", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/Chorus/Pdelay", "shortname": "delay", "name" : "Pdelay", "tooltip" : "Delay", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/Chorus/Pfeedback", "shortname": "fb", "name" : "Pfeedback", "tooltip" : "Feedback", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/Chorus/Plrcross", "shortname": "l/r", "name" : "Plrcross", "tooltip" : "Left/Right Crossover", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -9136,7 +9648,9 @@ "shortname": "l/r", "name" : "Plrcross", "tooltip" : "Left/Right Crossover", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "35" }, @@ -9154,14 +9668,18 @@ "shortname": "output", "name" : "Plevel", "tooltip" : "Output amplification", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/Distorsion/Ptype", "shortname": "type", "name" : "Ptype", "tooltip" : "Distortion Shape", + "scale" : "linear", "type" : "i", + "range" : [0,127], "options" : [ { "id" : 0, @@ -9247,7 +9765,9 @@ "shortname": "lpf", "name" : "Plpf", "tooltip" : "Low Pass Cutoff", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "127" }, @@ -9256,7 +9776,9 @@ "shortname": "hpf", "name" : "Phpf", "tooltip" : "High Pass Cutoff", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -9323,14 +9845,18 @@ "shortname": "freq", "name" : "Pfreq", "tooltip" : "Effect Frequency", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/DynamicFilter/Pfreqrnd", "shortname": "rand", "name" : "Pfreqrnd", "tooltip" : "Frequency Randomness", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -9358,21 +9884,27 @@ "shortname": "stereo", "name" : "PStereo", "tooltip" : "Stereo Mode", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/DynamicFilter/Pdepth", "shortname": "depth", "name" : "Pdepth", "tooltip" : "LFO Depth", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/DynamicFilter/Pampsns", "shortname": "sense", "name" : "Pampsns", "tooltip" : "how the filter varies according to the input amplitude", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -9381,7 +9913,9 @@ "shortname": "sns.inv", "name" : "Pampsnsinv", "tooltip" : "Sense Inversion", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -9390,7 +9924,9 @@ "shortname": "smooth", "name" : "Pampsmooth", "tooltip" : "how smooth the input amplitude changes the filter", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "60" }, @@ -9472,7 +10008,9 @@ "shortname": "lr delay", "name" : "Plrdelay", "tooltip" : "Difference In Left/Right Delay", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "64" }, @@ -9481,7 +10019,9 @@ "shortname": "cross", "name" : "Plrcross", "tooltip" : "Left/Right Crossover", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "30" }, @@ -9490,14 +10030,18 @@ "shortname": "feedback", "name" : "Pfb", "tooltip" : "Echo Feedback", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/Echo/Phidamp", "shortname": "damp", "name" : "Phidamp", "tooltip" : "Dampen High Frequencies", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/EQ/filter[0,7]/Ptype", @@ -9661,14 +10205,18 @@ "shortname": "freq", "name" : "lfo.Pfreq", "tooltip" : "LFO frequency", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/Phaser/lfo.Prandomness", "shortname": "rnd.", "name" : "lfo.Prandomness", "tooltip" : "LFO randomness", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -9696,7 +10244,9 @@ "shortname": "stereo", "name" : "lfo.Pstereo", "tooltip" : "Left/right channel phase shift", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "64" }, @@ -9714,7 +10264,9 @@ "shortname": "fb", "name" : "Pfb", "tooltip" : "Feedback", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/Phaser/Pstages", @@ -9723,7 +10275,7 @@ "tooltip" : "", "scale" : "linear", "type" : "i", - "range" : [1,12] + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/Phaser/Plrcross", @@ -9784,7 +10336,9 @@ "shortname": "distort", "name" : "Pdistortion", "tooltip" : "Distortion", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -9891,14 +10445,18 @@ "shortname": "i.time", "name" : "Pidelay", "tooltip" : "Delay for first impulse", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/part[0,15]/partefx[0,2]/Reverb/Pidelayfb", "shortname": "i.fb", "name" : "Pidelayfb", "tooltip" : "Feedback for first impulse", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -9907,7 +10465,9 @@ "shortname": "lpf", "name" : "Plpf", "tooltip" : "Low pass filter", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "127" }, @@ -9916,7 +10476,9 @@ "shortname": "hpf", "name" : "Phpf", "tooltip" : "High pass filter", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -9925,7 +10487,9 @@ "shortname": "damp", "name" : "Plohidamp", "tooltip" : ":default 0", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -9957,7 +10521,9 @@ "shortname": "size", "name" : "Proomsize", "tooltip" : "Room Size", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "64" }, @@ -9966,7 +10532,9 @@ "shortname": "bw", "name" : "Pbandwidth", "tooltip" : "Bandwidth", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "20" }, @@ -10915,14 +11483,18 @@ "shortname": "freq", "name" : "Pfreq", "tooltip" : "Effect Frequency", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/sysefx[0,3]/Alienwah/Pfreqrnd", "shortname": "rand", "name" : "Pfreqrnd", "tooltip" : "Frequency Randomness", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -10948,21 +11520,27 @@ "shortname": "stereo", "name" : "PStereo", "tooltip" : "Stereo Mode", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/sysefx[0,3]/Alienwah/Pdepth", "shortname": "depth", "name" : "Pdepth", "tooltip" : "LFO Depth", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/sysefx[0,3]/Alienwah/Pfeedback", "shortname": "fb", "name" : "Pfeedback", "tooltip" : "Feedback", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "105" }, @@ -10973,14 +11551,16 @@ "tooltip" : "Delay", "scale" : "linear", "type" : "i", - "range" : [1,100] + "range" : [0,127] }, { "path" : "/sysefx[0,3]/Alienwah/Plrcross", "shortname": "l/r", "name" : "Plrcross", "tooltip" : "Left/Right Crossover", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -10989,7 +11569,9 @@ "shortname": "phase", "name" : "Pphase", "tooltip" : "Phase", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "64" }, @@ -11066,14 +11648,18 @@ "shortname": "freq", "name" : "Pfreq", "tooltip" : "Effect Frequency", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/sysefx[0,3]/Chorus/Pfreqrnd", "shortname": "rand", "name" : "Pfreqrnd", "tooltip" : "Frequency Randomness", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -11099,35 +11685,45 @@ "shortname": "stereo", "name" : "PStereo", "tooltip" : "Stereo Mode", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/sysefx[0,3]/Chorus/Pdepth", "shortname": "depth", "name" : "Pdepth", "tooltip" : "LFO Depth", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/sysefx[0,3]/Chorus/Pdelay", "shortname": "delay", "name" : "Pdelay", "tooltip" : "Delay", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/sysefx[0,3]/Chorus/Pfeedback", "shortname": "fb", "name" : "Pfeedback", "tooltip" : "Feedback", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/sysefx[0,3]/Chorus/Plrcross", "shortname": "l/r", "name" : "Plrcross", "tooltip" : "Left/Right Crossover", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -11206,7 +11802,9 @@ "shortname": "l/r", "name" : "Plrcross", "tooltip" : "Left/Right Crossover", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "35" }, @@ -11224,14 +11822,18 @@ "shortname": "output", "name" : "Plevel", "tooltip" : "Output amplification", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/sysefx[0,3]/Distorsion/Ptype", "shortname": "type", "name" : "Ptype", "tooltip" : "Distortion Shape", + "scale" : "linear", "type" : "i", + "range" : [0,127], "options" : [ { "id" : 0, @@ -11317,7 +11919,9 @@ "shortname": "lpf", "name" : "Plpf", "tooltip" : "Low Pass Cutoff", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "127" }, @@ -11326,7 +11930,9 @@ "shortname": "hpf", "name" : "Phpf", "tooltip" : "High Pass Cutoff", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -11393,14 +11999,18 @@ "shortname": "freq", "name" : "Pfreq", "tooltip" : "Effect Frequency", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/sysefx[0,3]/DynamicFilter/Pfreqrnd", "shortname": "rand", "name" : "Pfreqrnd", "tooltip" : "Frequency Randomness", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -11428,21 +12038,27 @@ "shortname": "stereo", "name" : "PStereo", "tooltip" : "Stereo Mode", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/sysefx[0,3]/DynamicFilter/Pdepth", "shortname": "depth", "name" : "Pdepth", "tooltip" : "LFO Depth", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/sysefx[0,3]/DynamicFilter/Pampsns", "shortname": "sense", "name" : "Pampsns", "tooltip" : "how the filter varies according to the input amplitude", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -11451,7 +12067,9 @@ "shortname": "sns.inv", "name" : "Pampsnsinv", "tooltip" : "Sense Inversion", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -11460,7 +12078,9 @@ "shortname": "smooth", "name" : "Pampsmooth", "tooltip" : "how smooth the input amplitude changes the filter", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "60" }, @@ -11542,7 +12162,9 @@ "shortname": "lr delay", "name" : "Plrdelay", "tooltip" : "Difference In Left/Right Delay", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "64" }, @@ -11551,7 +12173,9 @@ "shortname": "cross", "name" : "Plrcross", "tooltip" : "Left/Right Crossover", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "30" }, @@ -11560,14 +12184,18 @@ "shortname": "feedback", "name" : "Pfb", "tooltip" : "Echo Feedback", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/sysefx[0,3]/Echo/Phidamp", "shortname": "damp", "name" : "Phidamp", "tooltip" : "Dampen High Frequencies", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/sysefx[0,3]/EQ/filter[0,7]/Ptype", @@ -11731,14 +12359,18 @@ "shortname": "freq", "name" : "lfo.Pfreq", "tooltip" : "LFO frequency", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/sysefx[0,3]/Phaser/lfo.Prandomness", "shortname": "rnd.", "name" : "lfo.Prandomness", "tooltip" : "LFO randomness", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -11766,7 +12398,9 @@ "shortname": "stereo", "name" : "lfo.Pstereo", "tooltip" : "Left/right channel phase shift", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "64" }, @@ -11784,7 +12418,9 @@ "shortname": "fb", "name" : "Pfb", "tooltip" : "Feedback", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/sysefx[0,3]/Phaser/Pstages", @@ -11793,7 +12429,7 @@ "tooltip" : "", "scale" : "linear", "type" : "i", - "range" : [1,12] + "range" : [0,127] }, { "path" : "/sysefx[0,3]/Phaser/Plrcross", @@ -11854,7 +12490,9 @@ "shortname": "distort", "name" : "Pdistortion", "tooltip" : "Distortion", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -11961,14 +12599,18 @@ "shortname": "i.time", "name" : "Pidelay", "tooltip" : "Delay for first impulse", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/sysefx[0,3]/Reverb/Pidelayfb", "shortname": "i.fb", "name" : "Pidelayfb", "tooltip" : "Feedback for first impulse", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -11977,7 +12619,9 @@ "shortname": "lpf", "name" : "Plpf", "tooltip" : "Low pass filter", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "127" }, @@ -11986,7 +12630,9 @@ "shortname": "hpf", "name" : "Phpf", "tooltip" : "High pass filter", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -11995,7 +12641,9 @@ "shortname": "damp", "name" : "Plohidamp", "tooltip" : ":default 0", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -12027,7 +12675,9 @@ "shortname": "size", "name" : "Proomsize", "tooltip" : "Room Size", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "64" }, @@ -12036,7 +12686,9 @@ "shortname": "bw", "name" : "Pbandwidth", "tooltip" : "Bandwidth", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "20" }, @@ -12428,14 +13080,18 @@ "shortname": "freq", "name" : "Pfreq", "tooltip" : "Effect Frequency", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/insefx[0,7]/Alienwah/Pfreqrnd", "shortname": "rand", "name" : "Pfreqrnd", "tooltip" : "Frequency Randomness", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -12461,21 +13117,27 @@ "shortname": "stereo", "name" : "PStereo", "tooltip" : "Stereo Mode", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/insefx[0,7]/Alienwah/Pdepth", "shortname": "depth", "name" : "Pdepth", "tooltip" : "LFO Depth", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/insefx[0,7]/Alienwah/Pfeedback", "shortname": "fb", "name" : "Pfeedback", "tooltip" : "Feedback", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "105" }, @@ -12486,14 +13148,16 @@ "tooltip" : "Delay", "scale" : "linear", "type" : "i", - "range" : [1,100] + "range" : [0,127] }, { "path" : "/insefx[0,7]/Alienwah/Plrcross", "shortname": "l/r", "name" : "Plrcross", "tooltip" : "Left/Right Crossover", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -12502,7 +13166,9 @@ "shortname": "phase", "name" : "Pphase", "tooltip" : "Phase", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "64" }, @@ -12579,14 +13245,18 @@ "shortname": "freq", "name" : "Pfreq", "tooltip" : "Effect Frequency", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/insefx[0,7]/Chorus/Pfreqrnd", "shortname": "rand", "name" : "Pfreqrnd", "tooltip" : "Frequency Randomness", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -12612,35 +13282,45 @@ "shortname": "stereo", "name" : "PStereo", "tooltip" : "Stereo Mode", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/insefx[0,7]/Chorus/Pdepth", "shortname": "depth", "name" : "Pdepth", "tooltip" : "LFO Depth", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/insefx[0,7]/Chorus/Pdelay", "shortname": "delay", "name" : "Pdelay", "tooltip" : "Delay", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/insefx[0,7]/Chorus/Pfeedback", "shortname": "fb", "name" : "Pfeedback", "tooltip" : "Feedback", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/insefx[0,7]/Chorus/Plrcross", "shortname": "l/r", "name" : "Plrcross", "tooltip" : "Left/Right Crossover", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -12719,7 +13399,9 @@ "shortname": "l/r", "name" : "Plrcross", "tooltip" : "Left/Right Crossover", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "35" }, @@ -12737,14 +13419,18 @@ "shortname": "output", "name" : "Plevel", "tooltip" : "Output amplification", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/insefx[0,7]/Distorsion/Ptype", "shortname": "type", "name" : "Ptype", "tooltip" : "Distortion Shape", + "scale" : "linear", "type" : "i", + "range" : [0,127], "options" : [ { "id" : 0, @@ -12830,7 +13516,9 @@ "shortname": "lpf", "name" : "Plpf", "tooltip" : "Low Pass Cutoff", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "127" }, @@ -12839,7 +13527,9 @@ "shortname": "hpf", "name" : "Phpf", "tooltip" : "High Pass Cutoff", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -12906,14 +13596,18 @@ "shortname": "freq", "name" : "Pfreq", "tooltip" : "Effect Frequency", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/insefx[0,7]/DynamicFilter/Pfreqrnd", "shortname": "rand", "name" : "Pfreqrnd", "tooltip" : "Frequency Randomness", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -12941,21 +13635,27 @@ "shortname": "stereo", "name" : "PStereo", "tooltip" : "Stereo Mode", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/insefx[0,7]/DynamicFilter/Pdepth", "shortname": "depth", "name" : "Pdepth", "tooltip" : "LFO Depth", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/insefx[0,7]/DynamicFilter/Pampsns", "shortname": "sense", "name" : "Pampsns", "tooltip" : "how the filter varies according to the input amplitude", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -12964,7 +13664,9 @@ "shortname": "sns.inv", "name" : "Pampsnsinv", "tooltip" : "Sense Inversion", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -12973,7 +13675,9 @@ "shortname": "smooth", "name" : "Pampsmooth", "tooltip" : "how smooth the input amplitude changes the filter", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "60" }, @@ -13055,7 +13759,9 @@ "shortname": "lr delay", "name" : "Plrdelay", "tooltip" : "Difference In Left/Right Delay", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "64" }, @@ -13064,7 +13770,9 @@ "shortname": "cross", "name" : "Plrcross", "tooltip" : "Left/Right Crossover", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "30" }, @@ -13073,14 +13781,18 @@ "shortname": "feedback", "name" : "Pfb", "tooltip" : "Echo Feedback", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/insefx[0,7]/Echo/Phidamp", "shortname": "damp", "name" : "Phidamp", "tooltip" : "Dampen High Frequencies", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/insefx[0,7]/EQ/filter[0,7]/Ptype", @@ -13244,14 +13956,18 @@ "shortname": "freq", "name" : "lfo.Pfreq", "tooltip" : "LFO frequency", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/insefx[0,7]/Phaser/lfo.Prandomness", "shortname": "rnd.", "name" : "lfo.Prandomness", "tooltip" : "LFO randomness", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -13279,7 +13995,9 @@ "shortname": "stereo", "name" : "lfo.Pstereo", "tooltip" : "Left/right channel phase shift", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "64" }, @@ -13297,7 +14015,9 @@ "shortname": "fb", "name" : "Pfb", "tooltip" : "Feedback", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/insefx[0,7]/Phaser/Pstages", @@ -13306,7 +14026,7 @@ "tooltip" : "", "scale" : "linear", "type" : "i", - "range" : [1,12] + "range" : [0,127] }, { "path" : "/insefx[0,7]/Phaser/Plrcross", @@ -13367,7 +14087,9 @@ "shortname": "distort", "name" : "Pdistortion", "tooltip" : "Distortion", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -13474,14 +14196,18 @@ "shortname": "i.time", "name" : "Pidelay", "tooltip" : "Delay for first impulse", - "type" : "i" + "scale" : "linear", + "type" : "i", + "range" : [0,127] }, { "path" : "/insefx[0,7]/Reverb/Pidelayfb", "shortname": "i.fb", "name" : "Pidelayfb", "tooltip" : "Feedback for first impulse", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -13490,7 +14216,9 @@ "shortname": "lpf", "name" : "Plpf", "tooltip" : "Low pass filter", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "127" }, @@ -13499,7 +14227,9 @@ "shortname": "hpf", "name" : "Phpf", "tooltip" : "High pass filter", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -13508,7 +14238,9 @@ "shortname": "damp", "name" : "Plohidamp", "tooltip" : ":default 0", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "0" }, @@ -13540,7 +14272,9 @@ "shortname": "size", "name" : "Proomsize", "tooltip" : "Room Size", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "64" }, @@ -13549,7 +14283,9 @@ "shortname": "bw", "name" : "Pbandwidth", "tooltip" : "Bandwidth", + "scale" : "linear", "type" : "i", + "range" : [0,127], "default" : "20" },