var fDesc=new Array(); fDesc[0] = "The Torpedo PI-FREE is based on the flagship model, the PI-101, but only features 1 model of power amp simulation (EL34 / AB class), 1 speaker cab (based on a Marshall 4×12) and 1 type of microphone (based on a Shure SM57). And you still have the full Post FX section. And best of all, it is FREE!

Of course, the PI-FREE plugin features the unique Torpedo algorithm, originally found on the critically acclaimed VB-101 unit, that allows you to virtually move the microphone in front of the speaker cabinet (as you would in a real recording room) and to simulate the sound of a hard driven speaker.

Main Features :

- Power amp simulation
- Miking section
- Post FX
- Advanced algorithm based on convolution processing
- Ultra low latency processing
- Customize the GUI to show only the tools you 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 = ''; } }