Update Params.h
Default voice count reduced to 8 voices.
This commit is contained in:
parent
82d9e67173
commit
bb86d53cae
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public:
|
|||
{
|
||||
values[k] = 0.0f;
|
||||
}
|
||||
values[VOICE_COUNT] = 1.0f;
|
||||
values[VOICE_COUNT] = 0.2f;
|
||||
values[BRIGHTNESS]=1.0f;
|
||||
values[OCTAVE]=0.5;
|
||||
values[TUNE] = 0.5f;
|
||||
|
|
Loading…
Reference in a new issue