Update djster_webcontrol.js
This commit is contained in:
parent
a60f596512
commit
9d8eb20937
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user