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