mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Fix tempo sync LFO
This commit is contained in:
parent
afb22296b7
commit
6c6f7f2d72
3 changed files with 2 additions and 3 deletions
|
|
@ -222,7 +222,6 @@ void WavetableVoice::updateParams (int blockSize)
|
|||
currentMidiNotes[i] += getValue (proc.oscParams[i].tune) + getValue (proc.oscParams[i].finetune) / 100.0f;
|
||||
|
||||
oscParams[i].voices = int (proc.oscParams[i].voices->getProcValue());
|
||||
oscParams[i].vcTrns = 0;
|
||||
oscParams[i].position = getValue (proc.oscParams[i].pos) / 100.0f;
|
||||
oscParams[i].pan = getValue (proc.oscParams[i].pan);
|
||||
oscParams[i].spread = getValue (proc.oscParams[i].spread) / 100.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue