[feat]: Oscillator fine-tune #22

Merged
e1lama merged 6 commits from feature/osc-19 into master 2023-09-16 23:26:45 +00:00
14 changed files with 170 additions and 131 deletions
Showing only changes of commit 6126526e51 - Show all commits

View File

@@ -82,7 +82,7 @@ void Synth::ApplyFilterLfo() {
void Synth::Process() {
//todo: on each sample.
//in order to do that, we need to move to per-sample processing
ApplyFilterLfo();
//ApplyFilterLfo();
GetNote();
ApplyEffects();
}