Count calls to prepareToPlay

This commit is contained in:
xenakios
2018-02-22 01:54:21 +02:00
parent 1a8bddeb9b
commit a3b034ac44
3 changed files with 5 additions and 2 deletions

View File

@ -259,7 +259,8 @@ void PaulstretchpluginAudioProcessorEditor::timerCallback(int id)
String infotext;
if (processor.m_show_technical_info)
{
infotext += String(processor.getStretchSource()->m_param_change_count);
infotext += String(processor.m_prepare_count)+" ";
infotext += String(processor.getStretchSource()->m_param_change_count);
infotext += " param changes ";
}
infotext += m_last_err + " [FFT size " +