var fDesc=new Array(); fDesc[0] = "The Rane Series Dynamics consists of 2 TDM plug-ins for the Digidesign Pro Tools HD or VENUE platforms: the Rane Series Compressor and the Rane Series Gate.

It combines the pristine sound quality and excellent features of Rane's top-of-the-line hardware, the C4 Compressor and G4 Gate, with the ease of a functional graphical user interface.

- Unique key level versus gain level reduction views
- Advanced metering of all points in the dynamic chain in either dBFS or dBVU scales
- External or internal key input for complex mixing applications
- Easy crest factor identification with RMS and Peak level metering"; 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 = ''; } }