Max Duration is 3600 seconds now
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user