- umanize sliders are base 10
git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@266 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -46,12 +46,12 @@ static const param_info_t param_info[] =
|
||||
{
|
||||
SYNTH_PARAM_HUMANIZE_VAR_VCF,
|
||||
"Humanize Spread VCF",
|
||||
/*Base*/1.0, /*kexp*/1.0, /*scenter*/0.0, /*min*/0, /*pcenter*/-1, /*max*/100, /*interval*/0.1
|
||||
/*Base*/10.0, /*kexp*/1.0, /*scenter*/0.0, /*min*/0, /*pcenter*/-1, /*max*/100, /*interval*/0.1
|
||||
},
|
||||
{
|
||||
SYNTH_PARAM_HUMANIZE_VAR_ENV,
|
||||
"Humanize Spread ENV",
|
||||
/*Base*/1.0, /*kexp*/1.0, /*scenter*/0.0, /*min*/0, /*pcenter*/-1, /*max*/100, /*interval*/0.1
|
||||
/*Base*/10.0, /*kexp*/1.0, /*scenter*/0.0, /*min*/0, /*pcenter*/-1, /*max*/100, /*interval*/0.1
|
||||
},
|
||||
{
|
||||
SYNTH_PARAM_MONOPHONIC_ENABLE,
|
||||
|
||||
Reference in New Issue
Block a user