From 9d8eb2093799e9803a4909f57c7bc28daf402686 Mon Sep 17 00:00:00 2001 From: computermusik Date: Tue, 3 Sep 2024 18:39:20 +0200 Subject: [PATCH] Update djster_webcontrol.js --- djster_webcontrol.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djster_webcontrol.js b/djster_webcontrol.js index 435bce0..684924d 100644 --- a/djster_webcontrol.js +++ b/djster_webcontrol.js @@ -197,7 +197,7 @@ svg.push({ addMenu(-1, "basicDIV", "Piece", "piece", 36, 0, pieces, "wide"); addMenu(-1, "basicDIV", "Playing Mode", "mode", 66, 0, modes, "wide"); addCheckbox(-1, "basicDIV", "Play", "play", 96, 0, "left"); - addSlider(-1, "basicDIV", "Tempo", "tempo", 0, [10, 160], 1, 60, "this.value", "this.value"); + addSlider(-1, "basicDIV", "Tempo", "tempo", 0, [5, 160], 0.1, 60, "this.value", "this.value"); addSlider(-1, "basicDIV", "Duration", "duration", 1, [0, 100], 1, 100, "this.value", "this.value"); addSlider(-1, "basicDIV", "Silence", "silence", 2, [0, 100], 1, 100, "this.value", "this.value");