Max Duration is 3600 seconds now

This commit is contained in:
2025-04-13 11:51:01 +02:00
parent 2cba74f1b7
commit 84c945b479
2 changed files with 25 additions and 23 deletions

View File

@@ -252,7 +252,7 @@ var html = {
addText(-1, "basicDIV", "Playing Hours", "oph", 116, "wide");
addCheckbox(-1, "basicDIV", "Play", "play", 152, 0, "left");
addSlider(-1, "basicDIV", "Tempo", "tempo", 2, [1, 200], 0.1, 60, "this.value", "this.value");
addSlider(-1, "basicDIV", "Duration", "duration", 3, [60, 600], 5, 300, "this.value", "this.value");
addSlider(-1, "basicDIV", "Duration", "duration", 3, [60, 3600], 5, 300, "this.value", "this.value");
addSlider(-1, "basicDIV", "Silence", "silence", 4, [10, 60], 1, 10, "this.value", "this.value");
addSlider(-1, "basicDIV", "Volume (dB)", "gain", 5, [-70, 6], 1, -10, "this.value", "this.value");