Readme change. Draw text on perf component.

This commit is contained in:
xenakios 2018-02-01 21:31:23 +02:00
parent e8b16839da
commit c7f5636634
2 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,8 @@ public:
g.fillRect(0, 0, w, getHeight()); g.fillRect(0, 0, w, getHeight());
g.setColour(Colours::white); g.setColour(Colours::white);
g.drawRect(0, 0, getWidth(), getHeight()); g.drawRect(0, 0, getWidth(), getHeight());
g.setFont(10.0f);
g.drawText("PREBUFFER", 0, 0, getWidth(), getHeight(), Justification::centred);
} }
PaulstretchpluginAudioProcessor* m_proc = nullptr; PaulstretchpluginAudioProcessor* m_proc = nullptr;
}; };

View File

@ -51,6 +51,7 @@ History :
-No longer seeks to beginning of play range when changing FFT size -No longer seeks to beginning of play range when changing FFT size
-Fixes to waveform display issues -Fixes to waveform display issues
-Double click on waveform selects whole waveform -Double click on waveform selects whole waveform
-Double click on slider resets parameter to default value
-Show prebuffering ready amount graphically instead of text -Show prebuffering ready amount graphically instead of text
-Highlight related parameters when spectral processing module clicked in the module chain -Highlight related parameters when spectral processing module clicked in the module chain