Calculate disk sample read count. Increase disk read cache 4x.
This commit is contained in:
@ -427,7 +427,8 @@ void PaulstretchpluginAudioProcessorEditor::timerCallback(int id)
|
||||
String infotext;
|
||||
if (processor.m_show_technical_info)
|
||||
{
|
||||
infotext += String(processor.m_prepare_count)+" ";
|
||||
infotext += String(processor.getStretchSource()->getDiskReadSampleCount()) + " ";
|
||||
infotext += String(processor.m_prepare_count)+" ";
|
||||
infotext += String(processor.getStretchSource()->m_param_change_count);
|
||||
infotext += " param changes ";
|
||||
}
|
||||
|
Reference in New Issue
Block a user