Allow the EQ demo to work with the filter update
This commit is contained in:
parent
abfd4e401f
commit
21ed6f9ed3
1 changed files with 1 additions and 0 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue