fix: remove lfo applying

This commit is contained in:
2023-09-10 12:51:27 +04:00
parent 00f1425f51
commit 6126526e51

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();
}