var fDesc=new Array(); fDesc[0] = "Metallurgy is a multi-effect that is capable of providing sounds ranging from some basic, subtle filter tweaks to twisted, complex walls of sound that bear virtually no resemblance to the original audio.
Metallurgy offers 3 filters with multiple modulation options, 2 very digital distortions, 2 downsamplers, dual delay, an envelope follower, a gate sequencer, and a Metal effect that, in addition to flanging and metallic effects, also provides the ability to produce pitched sequences. You can even play the pitches via MIDI input, nearly turning Metallurgy into an synth in its own right."; 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 = ''; } }