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:
@@ -516,22 +516,22 @@ static const param_info_t param_info[] =
|
||||
{
|
||||
SYNTH_PARAM_LFO_0_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,
|
||||
"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,
|
||||
"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,
|
||||
"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,
|
||||
|
||||
Reference in New Issue
Block a user