var fDesc=new Array(); fDesc[0] = "With this amazing utility program you can create thousands of semi-randomly generated presets for your WusikEngine SoundSets. Presets are based on 8 carefully designed algorithms, each targeting a particular type of sound.

Features:

- Presets can be created in WusikEngine V2.0 or V5.8 formats according to preference.
- Many parameters affecting the algorithms can be tweaked according to taste.
- Presets can utilize sounds from multiple SoundSets simultaneously.
- Presets generated in V5.8 format are able to make use of many of the newer features in the V5.8 version of WusikEngine"; 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 = ''; } }