var fDesc=new Array(); fDesc[0] = "Studio Devil Virtual Bass Amp is a bass amp modeling and audio effects plug-in for use with VST, AudioUnits, and ProTools RTAS compatible hosts running on both Mac and Windows platforms.

Vacuum Tube Preamp Model with Boost Switch for sweet bass tones!
Authentic Tone Controls: Bass, Treble, and a Parametric Mid for variable amp character!
Bright and Deep boost pushbuttons to quickly thicken or brighten the response.
Power Amp Drive Control to adjust natural power amp compression.
Variable Knee Limiter: fast attack limiter variable from hard clipping to soft compression.
2 Cabinet Models: FIR-based 4x10 and 1x15 speaker cabinet and post-production modeling filters give the final sound the finishing touches!
D.I. Box Emulation: bypasses the speaker emulation to allow compatibility with other impulse modeling cabinet & room sims.
Built In 7-Band Graphic Equalizer with master level and bypass controls!"; 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 = ''; } }