increased max. LFO frequency to 200Hz

git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@277 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2015-11-21 06:25:50 +00:00
parent a286bd54cf
commit e2fe3dce7b
+4 -4
View File
@@ -516,22 +516,22 @@ static const param_info_t param_info[] =
{ {
SYNTH_PARAM_LFO_0_SPEED, SYNTH_PARAM_LFO_0_SPEED,
"LFO 1 speed", "LFO 1 speed",
/*Base*/20, /*kexp*/1.0, /*scenter*/0.0, /*min*/0.01, /*pcenter*/-1, /*max*/20.0, /*interval*/0.01 /*Base*/20, /*kexp*/1.0, /*scenter*/0.0, /*min*/0.01, /*pcenter*/-1, /*max*/200.0, /*interval*/0.01
}, },
{ {
SYNTH_PARAM_LFO_1_SPEED, SYNTH_PARAM_LFO_1_SPEED,
"LFO 2 speed", "LFO 2 speed",
/*Base*/20, /*kexp*/1.0, /*scenter*/0.0, /*min*/0.01, /*pcenter*/-1, /*max*/20.0, /*interval*/0.01 /*Base*/20, /*kexp*/1.0, /*scenter*/0.0, /*min*/0.01, /*pcenter*/-1, /*max*/200.0, /*interval*/0.01
}, },
{ {
SYNTH_PARAM_LFO_2_SPEED, SYNTH_PARAM_LFO_2_SPEED,
"LFO 3 speed", "LFO 3 speed",
/*Base*/20, /*kexp*/1.0, /*scenter*/0.0, /*min*/0.01, /*pcenter*/-1, /*max*/20.0, /*interval*/0.01 /*Base*/20, /*kexp*/1.0, /*scenter*/0.0, /*min*/0.01, /*pcenter*/-1, /*max*/200.0, /*interval*/0.01
}, },
{ {
SYNTH_PARAM_LFO_3_SPEED, SYNTH_PARAM_LFO_3_SPEED,
"LFO 4 speed", "LFO 4 speed",
/*Base*/20, /*kexp*/1.0, /*scenter*/0.0, /*min*/0.01, /*pcenter*/-1, /*max*/20.0, /*interval*/0.01 /*Base*/20, /*kexp*/1.0, /*scenter*/0.0, /*min*/0.01, /*pcenter*/-1, /*max*/200.0, /*interval*/0.01
}, },
{ {
SYNTH_PARAM_LFO_0_SMOOTH, SYNTH_PARAM_LFO_0_SMOOTH,