Add JUCE DSP module to Projucer project. Added a sonogram view of the output audio.
This commit is contained in:
@ -811,6 +811,11 @@ void PaulstretchpluginAudioProcessor::processBlock (AudioSampleBuffer& buffer, M
|
||||
{
|
||||
buffer.clear();
|
||||
}
|
||||
auto ed = dynamic_cast<PaulstretchpluginAudioProcessorEditor*>(getActiveEditor());
|
||||
if (ed != nullptr)
|
||||
{
|
||||
ed->m_sonogram.addAudioBlock(buffer);
|
||||
}
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
Reference in New Issue
Block a user