var fDesc=new Array(); fDesc[0] = "This beat slicer can do much more than just slice your beats and export the results. You can load up to 64 wave files at a time, slice them up and combine the slices in the multitrack arranger.

Each slice is coloured based on the content so you can easily tell them apart - this makes manual rearranging a lot faster, and more inspirational, since you are working with direct representations of the audio and not just abstract midi notes. If you find arranging beats in a piano roll / drum map a bit awkward at times, LiveSlice will definately change the way you make music."; 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 = ''; } }