var fDesc=new Array(); fDesc[0] = "Push forward into unexplored areas of sound design with NUKLEAR, the first virtual instrument based on advanced granular pulse train synthesis! Thanks to extensive research and experience, NUKLEAR is an intuitive and easy-to-use instrument which comes with a multiverse of high quality soundsets.
Features:
• completely new sound synthesis
• stunning, never heard sounds
• intuitive user interface
• high quality, fast growing preset database
• mac, pc, vst2, vst3 and audio unit
• 4 pulsar train oscillators
• 16 voices
• 8 envelopes, 8 lfos
• 16 step monophonic note sequencer
• 8 control sequencer
• 3 types of Distortion
• bpm stereo delay"; 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 = ''; } }