Allow the EQ demo to work with the filter update

This commit is contained in:
Jean Pierre Cimalando 2020-03-11 20:17:44 +01:00 committed by Paul Fd
parent abfd4e401f
commit 21ed6f9ed3

View file

@ -117,6 +117,7 @@ bool DemoApp::initSound()
fFilter.setChannels(2);
fFilterEq.init(sampleRate);
fFilterEq.setType(sfz::kEqPeak); // TODO: make a chooser of EQ type
fFilterEq.setChannels(2);
fTempCutoff.reset(new float[bufferSize]);