var fDesc=new Array(); fDesc[0] = "FM8 embodies the bright, lively sound of FM synthesis. Load patches from classic FM hardware units or use over 1200 presets, including the full library from former product 'Transient Attacks'. Innovative features raise FM based synthesis to new levels.

The concept of FM synthesis, while being incredibly versatile, can also be an intricate undertaking. Advocating the approach taken by its predecessor, the FM8's Easy Edit page brings a high degree of simplicity to the process. Intelligent algorithms map the easy edit controls onto the expert pages’ parameters, allowing various parameters to be altered automatically and simultaneously.

The FM8 library contains over 1200 expertly-designed presets, including the full library from former product 'Transient Attacks'. Rich and detailed, these presets exemplify the strengths of FM synthesis, from dynamic digital pianos to bright, bold brass. Also included are a number of effect rack, sound morphing and arpeggio presets. Simply search and you will find - instantly."; 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 = ''; } }