var fDesc=new Array();
fDesc[0] = "Get the warmth and sonic character of analog “in the box” with HEAT (Harmonically Enhanced Algorithm Technology), an easy-to-use Pro Tools|HD software add-on that gives you the euphonic characteristics of prized analog gear without the expense or added bulk.
Main Features:
- Easily add analog warmth and character to any Pro Tools|HD mix
- No need to launch a plug-in—access HEAT right in your Pro Tools Mix window
- Control HEAT across every channel of your mix, without having to manage multiple instances
- Realistically re-create the sound of audio mixed through vintage analog gear
- Designed in collaboration with Cranesong founder, Dave Hill.";
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 = '';
}
}