var fDesc=new Array(); fDesc[0] = "Up until now, EQ's were set to a fixed frequency range. In reality, fundamental frequencies and the harmonic series change with the pitch of the instrument or vocal track. This characteristic makes the standard, fixed-frequency EQ less effective when it is used to manipulate the instruments/vocals harmonics.

SurferEQ tracks the pitch of the instrument or a vocal track and can change the EQ frequency accordingly in real-time, making it possible for the first time to naturally control the fundamental frequencies or harmonics of a track. Just set any of the EQ bands to a desired harmonic and watch SurferEQ move with the track, staying always relevant to the music."; 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 = ''; } }