capaxitor doesn't need the 97% filter

master
zetaPRIME 2021-11-11 01:53:09 -05:00
parent 187b51d524
commit 651daf5e4a
2 changed files with 0 additions and 3 deletions

View File

@ -99,8 +99,6 @@ void Capaxitor::init() {
auto out = NodeLib::resamp(smp.get(), sp, rate*fr);
//data.flt += (out - data.flt) * 0.97;
(*p)[i] += out.gainBalance(0, note.pan) * note.ampMult();
data.sampleTime += fr;
}

View File

@ -10,7 +10,6 @@ namespace Xybrid::Instruments {
struct NoteData {
double sampleTime = 0;
Data::AudioFrame flt;
NoteData() = default;
~NoteData() = default;