var fDesc=new Array(); fDesc[0] = "Sugar Bytes Thesys is an intuitive MIDI stepsequencer plugin, giving you control over just about all aspects of your favorite MIDI devices. You may use this tool to create varied and organic bass lines, screaming leads, pulsating chords, and organic pad sounds in the studio or on stage.

For live musicians, Thesys provides an extremely versatile palette of performance options which can be triggered right from your MIDI keyboard: you can transpose, manipulate, twist up, mutate, and mangle your patterns without even getting near your computer."; 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 = ''; } }