var fDesc=new Array(); fDesc[0] = "WaveLab 7 is the industry-standard production environment for mastering, audio editing and restoration, perfectly tailored to meet the demands of home musicians and professional mastering engineers alike. Cross-plattform-compatible for the first time, WaveLab 7 leaves the choice entirely up to you if you prefer to use WaveLab 7 on your Mac or on your PC. Thanks to its new workspace concept with completely redesigned user interface, you have the freedom to adapt WaveLab 7 completely to your workflow. The entirely new designed Batch Processor section makes it easy to process numerous audio files automatically and a straight-to-the-point in-application help system allows you to get into the program within minutes. WaveLab 7 features powerful tools such as the ultra-precise Spectrum Editor plus exceptional Global and 3-D frequency analysis tools, DIRAC 2.2 time-stretching and pitch-shifting algorithms, and a brandnew burning engine including DDP support. Also included are more than 30 high-quality VST3 plug-ins (e. g. StudioEQ, Roomworks and Nuendo's renowned Post Filter tool), and a high-end restoration suite from plug-in specialists Sonnox, consisting of DeNoiser, DeClicker and DeBuzzer.
All these round out its exciting feature-set, and turn WaveLab 7 into the cutting-edge solution for audio mastering, editing, and restoration."; 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 = ''; } }