var fDesc=new Array(); fDesc[0] = "PowerTracks Pro Audio is a multi-track music sequencing and digital audio recording program, provided with a lot of features, such as The Audio Chord Wizard, which automatically and accurately figures out the chords from MP3/WMA/WAV audio files, the TC Helicon Vocal Harmonizer to add harmonies or pitch correct your audio tracks, and RealDrums which allows you to instantly generate audio drum tracks that are real recordings of drummers.

The features of this version include a new Conductor mode with over 80 functions that gives you full control over live performances, a Plug-in mode to drag n′ drop files to another sequencer ⁄ DAW or to Windows Explorer, Audio Chord Wizard enhancements, automatic tempo mapping for MIDI performances recorded in free-time, and much more."; 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 = ''; } }