|
|
@@ -106,7 +106,9 @@ void PaulstretchpluginAudioProcessorEditor::timerCallback(int id) |
|
|
|
m_wavecomponent.setRecordingPosition(processor.getRecordingPositionPercent()); |
|
|
|
} else |
|
|
|
m_wavecomponent.setRecordingPosition(-1.0); |
|
|
|
m_info_label.setText(String(processor.m_control->getStretchAudioSource()->m_param_change_count), dontSendNotification); |
|
|
|
//m_info_label.setText(String(processor.m_control->getStretchAudioSource()->m_param_change_count), dontSendNotification); |
|
|
|
double prebufavail=processor.m_control->getPreBufferingPercent(); |
|
|
|
m_info_label.setText(String(prebufavail,1), dontSendNotification); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|