var fDesc=new Array(); fDesc[0] = "Noisebud Stepdad is a step sequencer controlled filter and ring modulation plugin.
You need a host that transmits BPM to use it or it wont work. We’re currently trying to improve the timing but it’s not so easy since every host seems to handle this in it’s own way but we’re getting there. This is a bit of a monster and we suggest to handle it with care."; 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 = ''; } }