From 0c394e9e36e87a362c512954059a9ca6e143e116 Mon Sep 17 00:00:00 2001 From: xenakios Date: Thu, 28 Dec 2017 22:50:52 +0200 Subject: [PATCH] Info labal justification change. Show prebuffered amount multiplied. --- Source/PluginEditor.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/PluginEditor.cpp b/Source/PluginEditor.cpp index 70f22dd..6fa29a5 100644 --- a/Source/PluginEditor.cpp +++ b/Source/PluginEditor.cpp @@ -40,6 +40,8 @@ PaulstretchpluginAudioProcessorEditor::PaulstretchpluginAudioProcessorEditor (Pa attachCallback(m_settings_button, [this]() { showSettingsMenu(); }); addAndMakeVisible(&m_info_label); + m_info_label.setJustificationType(Justification::centredRight); + addAndMakeVisible(&m_wavecomponent); const auto& pars = processor.getParameters(); for (int i=0;im_param_change_count)+" param changes "+m_last_err+" FFT size "+ String(processor.getStretchSource()->getFFTSize()); if (processor.m_abnormal_output_samples > 0)