var fDesc=new Array(); fDesc[0] = "Additionally, QFC has a dozen controls that map the quasifractal structure into the following compositional parameters:
- active voices
- note pitch & duration
- period length & repetition
- glissando & pointillism
- phrase length & mirroring
- rhythm & rhythm track

Other features include:
- predefined & user-defined scales
- melody-to-structure translation
- fixed & variable phrase lengths
- track-to-channel MIDI mapping
- fade & smoothing
- improved documentation
- orchestration files
- support for international settings
- current key
- dynamics"; 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 = ''; } }