var fDesc=new Array(); fDesc[0] = "Create bolder sounds with Live’s new devices. Stay in the flow with a multitude of workflow improvements. Do even more away from the computer with Push. Build your sound with a curated library. And get the unlimited potential of Max for Live, seamlessly built in. Echo brings together the sound of classic analog and digital hardware delays in a single device—your new go-to delay. Drive and shape sounds with its analog-modeled filters, turn up the noise and wobble for vintage imperfections, or add modulation and reverb to create diffuse soundscapes, wailing feedback and 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 = ''; } }