var fDesc=new Array(); fDesc[0] = "This new and exclusive feature allows the user to know the headroom for each output channel depending on the gain, the settings of the Array Morphing Tools and the EQ section. The displayed headroom does not depend on the signal sent to the controller’s inputs. This is the result of a calculation with a pink noise input signal at a level of 0dBu. By default, all presets for all L-Acoustics’ products have been established for having 8dB of headroom at 0dBu (except for KIVA and 8XT with 4dB).
- The green color indicates that the headroom is above 2dB.
- The orange color indicates that the headroom is comprised between -2 and 2dB.
- The red color indicates that the headroom is below -2dB."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }