Remove sonogram for now

This commit is contained in:
xenakios
2019-02-12 14:59:51 +02:00
parent d4a2247679
commit 21a0a6e8e0
3 changed files with 4 additions and 2 deletions

View File

@ -891,11 +891,13 @@ void PaulstretchpluginAudioProcessor::processBlock (AudioSampleBuffer& buffer, M
m_adsr.applyEnvelopeToBuffer(buffer, 0, buffer.getNumSamples());
}
}
/*
auto ed = dynamic_cast<PaulstretchpluginAudioProcessorEditor*>(getActiveEditor());
if (ed != nullptr)
{
ed->m_sonogram.addAudioBlock(buffer);
}
*/
}
//==============================================================================