var fDesc=new Array(); fDesc[0] = "MIDI-enabled software recreation of the electro-music hardware Klee step sequencer - developed with the input of the sequencer's creators!

Includes virtually all major functions from the hardware Klee, and adds many new ones.

MIDI output to any hardware or software synths

Internal or MIDI clock control

10 preset slots for instant recall of parameters

Presets can be saved to and loaded from disk

Synchronous load - loading of pattern happens on clock pulses, and not in between

Load on Play feature to allow for loading of pattern each time clock started

MIDI-controllable baseline note

Custom definable note range allows for alternative scales"; 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 = ''; } }