var fDesc=new Array(); fDesc[0] = "Melodyne editor, makes possible what had previously been considered impossible: access to individual notes in polyphonic audio material. Correct wrong notes in a piano recording; change the chords in a guitar accompaniment after the recording is over; refashion a sample lick.
Make notes longer or shorter, louder or softer. Delete notes from chords or add new ones by copying.
With Melodyne editor you can edit your audio material in an intuitive and flexible way."; 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 = ''; } }