var fDesc=new Array(); fDesc[0] = "MusicLab is proud to announce a new series of virtual instruments called SVI (Smart Virtual Instruments).

What is the advantage of our new SVI series over samplers and ROMplers, whether hardware or software based? In addition to samples, any SVI plug-in features intelligent models of the authentic instrument performance.
These models are used while playing MIDI tracks to automatically add nuances and techniques characteristic to this and only this particular instrument, such as vibrato, tremolo, breath, portamento, long note dynamic alteration, and many others.
Using our SVI instruments one can achieve unbelievably natural and expressive sound while playing not only manually recorded, but also step-recorded MIDI tracks as well."; 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 = ''; } }