fix: remove lfo applying
This commit is contained in:
@@ -82,7 +82,7 @@ void Synth::ApplyFilterLfo() {
|
|||||||
void Synth::Process() {
|
void Synth::Process() {
|
||||||
//todo: on each sample.
|
//todo: on each sample.
|
||||||
//in order to do that, we need to move to per-sample processing
|
//in order to do that, we need to move to per-sample processing
|
||||||
ApplyFilterLfo();
|
//ApplyFilterLfo();
|
||||||
GetNote();
|
GetNote();
|
||||||
ApplyEffects();
|
ApplyEffects();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user