var fDesc=new Array();
fDesc[0] = "VST to RTAS Adapter seamlessly and transparently integrates your VST plug-ins in to Pro Tools, and offers full compatibility with the VST plug-in standard and Pro Tools 7.x and 8.x.
The adapter uses virtually no CPU power or memory and makes a vast range of free and commercial VST plug-ins (over 1,000 available at the last count) available directly within Pro Tools, exactly as if they were native RTAS plug-ins.
It's incredibly easy to use, and available at an affordable price as a direct, instant download from the producer's on-line store.
The VST to RTAS Adapter consists of a simple and easy to use configuration utility which scans for VST plugins on your system and creates RTAS plugins from them. Once created, the VST plug-ins are available for use inside Pro Tools as RTAS plugins.
VST Effects and instruments are supported, and there is negligible CPU usage involved: less than 0.05% per plugin instance on a 1GHz computer.
Main features:
- Seamless integration of VST plugin effects and instruments into your Pro Tools 7.x & 8.x environment as RTAS plugins
- Negligible CPU overhead
- Works on MacOSX and Windows
- Very easy to use";
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 = '';
}
}