Some initial work on using AudioPlayHead

This commit is contained in:
xenakios
2017-12-19 23:00:42 +02:00
parent 77f514701c
commit bcd03d923e
4 changed files with 10 additions and 2 deletions

View File

@ -136,6 +136,9 @@ void PaulstretchpluginAudioProcessorEditor::timerCallback(int id)
infotext += " " + String(processor.m_abnormal_output_samples) + " invalid sample values";
if (processor.isNonRealtime())
infotext += " (offline rendering)";
if (processor.m_playposinfo.isPlaying)
infotext += " "+String(processor.m_playposinfo.timeInSeconds,1);
m_info_label.setText(infotext, dontSendNotification);
}
if (id == 2)