var fDesc=new Array();
fDesc[0] = "Artillery 2 now provides 28 innovative effects and unlimited creative possibilities: turn an EQ into a multiband comp with a set of envelope followers, let a looper scratch its buffer using a stepseq, play pitched delaytimes on the keyboard, or let ringmodulator´s pitches jam along the
transients of your audio signals. Even a vocoder with internal synth is included.
Use Artillery 2 to do magic with your tracks or live signals on stage, in your VST/AU compatible DJ software or in your studio setup.
Main Features:
- Controller assignment reset
- Reverser crash fixed
- Mix envelope attack improved
- Chorus improved
- Tempo change optimization
- New midi message modulation";
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 = '';
}
}