var fDesc=new Array(); fDesc[0] = "Tantra is a rhythmic multi-effect plug-in in VST and AU formats. Tantra's effects. Six high quality effects process audio in Tantra and in response to the applied modulations form rhythmic pulsations in your sounds. All popular effects included such as analog filter, distortion and lo-fi sections, flexible delay and flanger. Special Glitch module brings the modern "Stutter" effect on the board.

With Tantra, you can turn any kind of sound into a complex rhythmic progression, with lots of movements among the deep produced sound space."; 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 = ''; } }