var fDesc=new Array(); fDesc[0] = "Ravity16 is the host application for Ravity(S) and Ravity(R).
With Ravity16 Luxonix offers a complete alternative to external sound modules, and leads the way for software sound modules.

You can load up to 16 modules of Ravity(S)/(R) within Ravity16, with independent channel mute/solo controls. You can also load as many Ravity16 hosts as you want, with full VST automation over all modules loaded in Ravity16 and by linking two or more channels, it is possible to synthesize more powerful and complex sound.
Demo version limitations :
- a regular white-noise will be heard.
- all export functions are disabled."; 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 = ''; } }