From c8428f216844d2dd11229a75dc052c116decb45c Mon Sep 17 00:00:00 2001 From: Timur Doumler Date: Wed, 24 Feb 2016 17:01:07 +0000 Subject: [PATCH] AudioPerformanceTest: increased slider sensitivity so the CPU load can be tuned more precisely from the GUI. --- extras/AudioPerformanceTest/Source/MainComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/AudioPerformanceTest/Source/MainComponent.h b/extras/AudioPerformanceTest/Source/MainComponent.h index 0febd517bf..325691b822 100644 --- a/extras/AudioPerformanceTest/Source/MainComponent.h +++ b/extras/AudioPerformanceTest/Source/MainComponent.h @@ -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);