var fDesc=new Array(); fDesc[0] = "Sculpto is a waveform reshaping tool allowing powerful direct control over the dynamics of any audio.

Freely draw Bezier curves and define what effect they have: from gently scaling your audio almost like a traditional envelope, through variable soft-clipping to direct clipping with which you completely redefine the dynamic content of your audio.

Timeline navigation with loop detection gives you full control across your DAW project – completely transform a single looped bar, or just pick out a few details from within the length of your project."; 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 = ''; } }