var fDesc=new Array(); fDesc[0] = "Vengeance Producer Suite - Philta XL is a VST plug-in that offers high quality filters with up to 96 db cutoff. It provides over 130 presets, 2 high quality filters (12db, 24db, 48db or 96db), 2 tempo synced LFOs (for low and high band) with 5 LFO shapes, 2 envelope followers (for low and high band) with variable source frequency, and more.
Features:
- Variable filter resonance width.
- Band pass and notch mode (phaser).
- Filter saturation / distortion (pre or post filter).
- Rate reducer / bitcrusher (pre or post filter) linkable to cutoff frequency.
- High quality output limiter (limiter taken from Multiband Compressor)."; 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 = ''; } }