var fDesc=new Array(); fDesc[0] = "Advanced music creation tool. Next generation of trackers. Modular virtual studio.

* Compatibility with thousands of virtual instruments - can load VST, VSTi and DirectX DMO plugins.
* Integrated sampler. Up to 15 typical tracker effects support.
* Can import next types of song modules:

IT, Impulse Tracker module
XM, Fast Tracker 2 module
S3M, Scream Tracker module
MOD, ProTracker module
MID, MIDI file
and others:
rmi,amf,ams,669,dbm,dmf,dsm,far,mdl,
med,mt2,mtm,okt,psm,ptm,ult,umx

* All internal operations are 32-bit floating point, except calculations requiring 64-bit floating-point precision.
* DirectX wave and MIDI driver output.
* Midi input
* Asio output driver support (experimental mode)
* Renders wave file (PCM16 PCM32 FLOAT32 at 22100-196000 Hz).
* Standard windows interface"; 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 = ''; } }