var fDesc=new Array(); fDesc[0] = "KRISTAL 1.0.0.1 Audio Engine is a multi-track recorder, audio sequencer and mixer for recording and mastering digital audio.

Designed as a modular system, the main application provides a mixing console, while the audio sequencer and the live audio input are loaded as separate Plug-Ins.

You can add, edit or delete tracks from your recording, overlap them, move, transpose, copy or repeat them. You can name and work separately on each track, and then see the final result. Each track can be imported from an audio file (you can play it before loading), toggle it between mono and stereo, plug or unplug it, record the track from the audio input or listen to it separately.

Using the "Play" function in the "Transport" module, you can hear the result of your work. You can play the result once or in a loop mode, forward a little or to the end of the mixdown.

Once you´re satisfied with the mixdown, you can save it, exporting it to .wav, .aiff, .off or .flac formats, in mono or stereo, in 16, 24 or 32 bits."; 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 = ''; } }