var fDesc=new Array(); fDesc[0] = "Aspect is a 32-note polyphonic software instrument that combines a great-sounding, powerful synthesis engine, with a flexible semi-modular architecture and unparalleled ease of use. The core of Aspect's superb sound are two analog modeled oscillators, each capable of producing a powerful selection of raw waveforms, and dual filters that can be routed in series, in parallel, or even blended into unique combinations.

Modulation sources comes in the form of three analog modeled envelopes, capable of producing quick, snappy attacks, and three flexible LFOs, which can be synced to tempo."; 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 = ''; } }