commit 3cf006b126e11facb44c67e9e74c1feea0e72319
parent 799fef56c7808dbd1444438a6b58bcdf80230485
Author: Adam M <aemalone@gmail.com>
Date: Sun, 31 Jan 2021 14:59:28 -0600
default slideshow time 10s
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ComputerscareBlank.cpp b/src/ComputerscareBlank.cpp
@@ -163,7 +163,7 @@ struct ComputerscareBlank : ComputerscareMenuParamModule {
configMenuParam(SHUFFLE_SEED, 0.f, 1.f, 0.5f, "Shuffle Seed", 2);
configParam(SLIDESHOW_ACTIVE, 0.f, 1.f, 0.f, "Slideshow Active");
- configMenuParam(SLIDESHOW_TIME, 0.f, 1.f, 0.f, "Slideshow Time", 2, " s", 400.f, 3.f);
+ configMenuParam(SLIDESHOW_TIME, 0.f, 1.f, 0.200948f, "Slideshow Time", 2, " s", 400.f, 3.f);
paths.push_back("empty");