Readme change. Draw text on perf component.
This commit is contained in:
parent
e8b16839da
commit
c7f5636634
@ -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;
|
||||
};
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user