From c7f56366344a899f28441f19affce80b458cfbd0 Mon Sep 17 00:00:00 2001 From: xenakios Date: Thu, 1 Feb 2018 21:31:23 +0200 Subject: [PATCH] Readme change. Draw text on perf component. --- Source/PluginEditor.h | 2 ++ readme.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/Source/PluginEditor.h b/Source/PluginEditor.h index 741df43..49de44c 100644 --- a/Source/PluginEditor.h +++ b/Source/PluginEditor.h @@ -88,6 +88,8 @@ public: g.fillRect(0, 0, w, getHeight()); g.setColour(Colours::white); g.drawRect(0, 0, getWidth(), getHeight()); + g.setFont(10.0f); + g.drawText("PREBUFFER", 0, 0, getWidth(), getHeight(), Justification::centred); } PaulstretchpluginAudioProcessor* m_proc = nullptr; }; diff --git a/readme.txt b/readme.txt index c27e2ac..74b8481 100644 --- a/readme.txt +++ b/readme.txt @@ -51,6 +51,7 @@ History : -No longer seeks to beginning of play range when changing FFT size -Fixes to waveform display issues -Double click on waveform selects whole waveform + -Double click on slider resets parameter to default value -Show prebuffering ready amount graphically instead of text -Highlight related parameters when spectral processing module clicked in the module chain