var fDesc=new Array(); fDesc[0] = "TAL-Sampler is an analog-modeled synthesizer with a sampler engine as sound source, including a strong modulation matrix and a high-quality self-oscillating 24/12/6 dB low pass filter. It's possible to choose between different digital analog converters (DAC's) to get the vintage sound of different hardware samplers inside your DAW. TAL-Sampler is available in the VST, Audio Unit, and AAX plug-in format. You can load and play your own samples in every common sample format (*.wav, *.aiff, *.aif, *.mp3, *.ogg, *.flac), and import samples with drag and drop from finder or explorer. There is also an intuitive sample browser that helps to find samples fast."; 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 = ''; } }