mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
again whoops
This commit is contained in:
@@ -229,6 +229,8 @@
|
|||||||
ctx.fillStyle = '#060b14';
|
ctx.fillStyle = '#060b14';
|
||||||
ctx.fillRect(0, 0, W, H);
|
ctx.fillRect(0, 0, W, H);
|
||||||
|
|
||||||
|
let yMax = 1;
|
||||||
|
let yMin = -1;
|
||||||
const vals = [...histInput, ...histAudio, ...histAgc].filter(v => v !== null);
|
const vals = [...histInput, ...histAudio, ...histAgc].filter(v => v !== null);
|
||||||
if (vals.length) {
|
if (vals.length) {
|
||||||
yMin = Math.min(...vals);
|
yMin = Math.min(...vals);
|
||||||
|
|||||||
Reference in New Issue
Block a user