var fDesc=new Array(); fDesc[0] = "Grand Electrix is a sample based virtual instrument featuring a new stream from disk custom technology ("direct from disk") - the powerful Arald piano engine - for very low memory and CPU usage. The samples are derived from the acclaimed Hollow Sun library "Definitive CP70", which features every note, recorded with full decay over two levels of dynamics, of the classic Yamaha™ CP70B piano.
GrandElectrix offers chromatic fine tuning, octave stretching, a stereo mode, full control of the MIDI response to match the dynamics of your keyboard, and a built-in chorus designed specifically for this piano sound."; 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 = ''; } }