Skip to content
Snippets Groups Projects
Commit 64fca91a authored by jsiegle's avatar jsiegle
Browse files

Resampling node still uses the old initialization functions

parent eb708604
No related branches found
No related tags found
No related merge requests found
......@@ -170,12 +170,6 @@ void ResamplingNode::updateFilter() {
void ResamplingNode::releaseResources()
{
// if (destBuffer != 0) {
// deleteAndZero(destBuffer);
// }
// if (tempBuffer != 0) {
// deleteAndZero(tempBuffer);
// }
}
void ResamplingNode::process(AudioSampleBuffer &buffer,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment