mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AudioPerformanceTest: increased slider sensitivity so the CPU load can be tuned more precisely from the GUI.
This commit is contained in:
parent
c01091895b
commit
c8428f2168
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ private:
|
|||
void initGui()
|
||||
{
|
||||
loopIterationsSlider.setSliderStyle (Slider::LinearBar);
|
||||
loopIterationsSlider.setRange (0, 30000, 1000);
|
||||
loopIterationsSlider.setRange (0, 30000, 250);
|
||||
loopIterationsSlider.setValue (15000);
|
||||
loopIterationsSlider.setColour (Slider::thumbColourId, Colours::white);
|
||||
loopIterationsSlider.setColour (Slider::textBoxTextColourId, Colours::grey);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue