2
0
Fork 0

Update Params.h

Default voice count reduced to 8 voices.
This commit is contained in:
George Reales 2021-04-01 08:15:25 +02:00
parent 82d9e67173
commit bb86d53cae
1 changed files with 1 additions and 1 deletions

View File

@ -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;