Browse Source

Readme change. Draw text on perf component.

tags/v100_p5
xenakios 7 years ago
parent
commit
c7f5636634
2 changed files with 3 additions and 0 deletions
  1. +2
    -0
      Source/PluginEditor.h
  2. +1
    -0
      readme.txt

+ 2
- 0
Source/PluginEditor.h View File

@@ -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;
};


+ 1
- 0
readme.txt View File

@@ -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…
Cancel
Save