Change Log / Notes
// Logic for Auto-Gain Warning if(this.value > 90) level.style.backgroundColor = "#f00"; // Turn Red clip.style.visibility = "visible"; // Show Warning else level.style.backgroundColor = "#0f0"; // Turn Green clip.style.visibility = "hidden"; // Hide Warning www.10.10.2.1 mixer.html
While the 10.10.2.1 mixer HTML interface is a powerful tool, there are some common issues that users may encounter, including: Change Log / Notes // Logic for Auto-Gain Warning if(this