var fDesc=new Array(); fDesc[0] = "Automations in Metaphysical function has no faders only snap macros as faders. Randomize button in Metaphysical function impossible
to randomize all Recorded automation sequences. Snap macros saves only event values. fader macros have the write incoming event automation to 256 faders and write to a fader and then the next, etc. To the fader of 256 as the last soon Record is completed. and read one after one fader from fader 1 to 256 for the fader selector step player."; 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 = ''; } }