diff --git a/control.html b/control.html index 79e7f7b..9908c09 100644 --- a/control.html +++ b/control.html @@ -17,20 +17,34 @@
GEAZAN
- + +
+
+
+
+ DuckLevel +
+
+
+
+ +
+
+
+
+
+
+
+
+ 0 +
+
+
+ +
+
+
+ +
+
+
+ -45 +
+
+
+ +
+
+
+ +
+
+
+ -100 +
+
+
+
+ +
+
+ +
+ dB +
+
+
+
@@ -174,63 +241,12 @@
- -
-
-
- -
-
-
-
- DuckLevel -
-
-
-
- -
-
-
-
-
-
-
- 0 -
-
-
- -
-
-
- -
-
-
- -45 -
-
-
- -
-
-
- -
-
-
- -100 -
-
+
-
- -
- + ms
@@ -284,9 +300,13 @@
-
- +
+ +
+ ms
@@ -340,12 +360,12 @@ alert($value) }) - mic1.on('change',function(){ + mic1.on('change', function () { var isChecked = mic1.prop('checked'); alert(isChecked) }) - mic2.on('change',function(){ + mic2.on('change', function () { var isChecked = mic2.prop('checked'); alert(isChecked) }) @@ -388,7 +408,7 @@ let barHeight = `calc(${pct}% + ${$thumb[0].clientHeight / 2}px)`; $bar.attr('style', `height:${barHeight}`) - $value.val(`${((input.val() * (490 / 100)) + 10).toFixed(1)}ms`); + $value.val(`${((input.val() * (490 / 100)) + 10).toFixed(1)}`); //调用接口提交数据 } @@ -419,7 +439,7 @@ let barHeight = `calc(${pct}% + ${$thumb[0].clientHeight / 2}px)`; $bar.attr('style', `height:${barHeight}`) - $value.val(`${((input.val() * (60 / 100)) - 60).toFixed(1)}dB`); + $value.val(`${((input.val() * (60 / 100)) - 60).toFixed(1)}`); //调用接口提交数据 } @@ -450,7 +470,7 @@ let barHeight = `calc(${pct}% + ${$thumb[0].clientHeight / 2}px)`; $bar.attr('style', `height:${barHeight}`) - $value.val(`${((input.val() * (100 / 100) - 100)).toFixed(1)}dB`); + $value.val(`${((input.val() * (100 / 100) - 100)).toFixed(1)}`); //调用接口提交数据 } @@ -481,7 +501,7 @@ let barHeight = `calc(${pct}% + ${$thumb[0].clientHeight / 2}px)`; $bar.attr('style', `height:${barHeight}`) - $value.val(`${((input.val() * (2000 / 100)) + 10).toFixed(1)}ms`); + $value.val(`${((input.val() * (2000 / 100)) + 10).toFixed(1)}`); //调用接口提交数据 } diff --git a/eq.html b/eq.html index 20dadba..44d787f 100644 --- a/eq.html +++ b/eq.html @@ -95,7 +95,11 @@
- +
+ +
+ dB
@@ -152,7 +156,11 @@
- +
+ +
+ dB
@@ -208,7 +216,11 @@
- +
+ +
+ dB
@@ -264,7 +276,11 @@
- +
+ +
+ dB
@@ -343,7 +359,11 @@
- +
+ +
+ dB
@@ -400,7 +420,11 @@
- +
+ +
+ dB
@@ -456,7 +480,11 @@
- +
+ +
+ dB
@@ -512,7 +540,11 @@
- +
+ +
+ dB
@@ -611,7 +643,7 @@ let barHeight = `calc(${pct}% + ${$thumb[0].clientHeight / 2}px)`; $bar.attr('style', `height:${barHeight}`) - $value.val(`${((input.val() * (20 / 100)) - 10).toFixed(1)}dB`); + $value.val(`${((input.val() * (20 / 100)) - 10).toFixed(1)}`); //调用接口提交数据 } @@ -642,7 +674,7 @@ let barHeight = `calc(${pct}% + ${$thumb[0].clientHeight / 2}px)`; $bar.attr('style', `height:${barHeight}`) - $value.val(`${((input.val() * (20 / 100)) - 10).toFixed(1)}dB`); + $value.val(`${((input.val() * (20 / 100)) - 10).toFixed(1)}`); //调用接口提交数据 } @@ -673,7 +705,7 @@ let barHeight = `calc(${pct}% + ${$thumb[0].clientHeight / 2}px)`; $bar.attr('style', `height:${barHeight}`) - $value.val(`${((input.val() * (20 / 100) - 10)).toFixed(1)}dB`); + $value.val(`${((input.val() * (20 / 100) - 10)).toFixed(1)}`); //调用接口提交数据 } @@ -704,7 +736,7 @@ let barHeight = `calc(${pct}% + ${$thumb[0].clientHeight / 2}px)`; $bar.attr('style', `height:${barHeight}`) - $value.val(`${((input.val() * (20 / 100)) - 10).toFixed(1)}dB`); + $value.val(`${((input.val() * (20 / 100)) - 10).toFixed(1)}`); //调用接口提交数据 } @@ -739,7 +771,7 @@ let barHeight = `calc(${pct}% + ${$thumb[0].clientHeight / 2}px)`; $bar.attr('style', `height:${barHeight}`) - $value.val(`${((input.val() * (20 / 100)) - 10).toFixed(1)}dB`); + $value.val(`${((input.val() * (20 / 100)) - 10).toFixed(1)}`); //调用接口提交数据 } @@ -770,7 +802,7 @@ let barHeight = `calc(${pct}% + ${$thumb[0].clientHeight / 2}px)`; $bar.attr('style', `height:${barHeight}`) - $value.val(`${((input.val() * (20 / 100)) - 10).toFixed(1)}dB`); + $value.val(`${((input.val() * (20 / 100)) - 10).toFixed(1)}`); //调用接口提交数据 } @@ -801,7 +833,7 @@ let barHeight = `calc(${pct}% + ${$thumb[0].clientHeight / 2}px)`; $bar.attr('style', `height:${barHeight}`) - $value.val(`${((input.val() * (20 / 100) - 10)).toFixed(1)}dB`); + $value.val(`${((input.val() * (20 / 100) - 10)).toFixed(1)}`); //调用接口提交数据 } @@ -832,7 +864,7 @@ let barHeight = `calc(${pct}% + ${$thumb[0].clientHeight / 2}px)`; $bar.attr('style', `height:${barHeight}`) - $value.val(`${((input.val() * (20 / 100)) - 10).toFixed(1)}dB`); + $value.val(`${((input.val() * (20 / 100)) - 10).toFixed(1)}`); //调用接口提交数据 } diff --git a/filter.html b/filter.html index e238f85..56717c0 100644 --- a/filter.html +++ b/filter.html @@ -77,8 +77,12 @@ -
- +
+
+ +
+ Hz
@@ -125,8 +129,12 @@
-
- +
+
+ +
+ Hz
@@ -198,10 +206,10 @@ mouseScrollAction: true, drag: function (args) { - $("#handle1-value").val(`${args.value}Hz`); + $("#handle1-value").val(`${args.value}`); }, change: function (args) { - $("#handle1-value").val(`${args.value}Hz`); + $("#handle1-value").val(`${args.value}`); } }); @@ -221,10 +229,10 @@ mouseScrollAction: true, drag: function (args) { - $("#handle2-value").val(`${args.value}Hz`); + $("#handle2-value").val(`${args.value}`); }, change: function (args) { - $("#handle2-value").val(`${args.value}Hz`); + $("#handle2-value").val(`${args.value}`); } }); diff --git a/fs.html b/fs.html index 4543050..357507a 100644 --- a/fs.html +++ b/fs.html @@ -68,9 +68,12 @@
-
- +
+
+ +
+ Hz
@@ -106,9 +109,12 @@ -
- +
+
+ +
+ Hz
@@ -160,6 +166,7 @@ value: 7.0, min: 1.0, max: 10.0, + step:0.1, handleSize: 0, handleShape: "square", circleShape: "pie", @@ -167,10 +174,10 @@ mouseScrollAction: true, drag: function (args) { - $("#handle1-value").val(`${args.value}Hz`); + $("#handle1-value").val(`${args.value}`); }, change: function (args) { - $("#handle1-value").val(`${args.value}Hz`); + $("#handle1-value").val(`${args.value}`); } }); @@ -182,6 +189,7 @@ value: 7.0, min: 1.0, max: 10.0, + step:0.1, handleSize: 0, handleShape: "square", circleShape: "pie", @@ -189,10 +197,10 @@ mouseScrollAction: true, drag: function (args) { - $("#handle2-value").val(`${args.value}Hz`); + $("#handle2-value").val(`${args.value}`); }, change: function (args) { - $("#handle2-value").val(`${args.value}Hz`); + $("#handle2-value").val(`${args.value}`); } }); diff --git a/home.html b/home.html index b37ec8f..d415cf1 100644 --- a/home.html +++ b/home.html @@ -163,30 +163,62 @@
-
+
12 -
+
- -
+ +
- -
+ 0 +
- -30 -
+ +
- -
+ -12 +
- -
+ + +
+
+ -24 + +
+
+ + +
+
+ -36 + +
+
+ + +
+
+ -48 + +
+
+ + +
+
+ -60 + +
+
+ +
-72 @@ -237,7 +269,12 @@
- +
+ +
+ dB
@@ -287,39 +324,11 @@ -
L -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
-
R +
+
@@ -361,33 +370,65 @@
-
+
+
+ 12 + +
+
+ + +
0 -
+
- -10 -
+ +
- -20 -
+ -12 +
- -30 -
+ +
- -40 -
+ -24 +
- -50 -
+ + +
+
+ -36 + +
+
+ + +
+
+ -48 + +
+
+ +
-60 + +
+
+ + +
+
+ -72
@@ -434,7 +475,12 @@
- +
+ +
+ dB
@@ -484,39 +530,11 @@ -
L -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
-
R +
+
@@ -558,33 +576,65 @@
-
+
+
+ 12 + +
+
+ + +
0 -
+
- -10 -
+ +
- -20 -
+ -12 +
- -30 -
+ +
- -40 -
+ -24 +
- -50 -
+ + +
+
+ -36 + +
+
+ + +
+
+ -48 + +
+
+ +
-60 + +
+
+ + +
+
+ -72
@@ -630,7 +680,12 @@
- +
+ +
+ dB
@@ -751,33 +806,65 @@
-
+
+
+ 12 + +
+
+ + +
0 -
+
- -10 -
+ +
- -20 -
+ -12 +
- -30 -
+ +
- -40 -
+ -24 +
- -50 -
+ + +
+
+ -36 + +
+
+ + +
+
+ -48 + +
+
+ +
-60 + +
+
+ + +
+
+ -72
@@ -823,7 +910,12 @@
- +
+ +
+ dB
@@ -851,10 +943,10 @@