var fDesc=new Array(); fDesc[0] = "Vibe-EQ is all about color. The more boost or cut you dial in, the more color and funk you get, in the form of rich harmonic variation of the frequencies you choose.

You may use sparingly on the output bus, submixes and vocals for warm and musical tonal balancing, and with a heavier hand on guitars, bass, drums (especially the kick) and anywhere you want to dial into the core of the tone.

Main features:

- Rich, coloured equalization.
- High Shelf and 2 mid-bands with overlapping frequencies.
- Simultaneously bracket your low end with Hi-Pass and balance it with the smooth low shelf.
- Output volume control
- Low CPU usage, even with the optional oversampling engaged."; 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 = ''; } }