var fDesc=new Array(); fDesc[0] = "Midi Quest 10 XL is a software synthesizer. You can easily store and access all of your sounds on the computer and if you want, you can automate changes to your sounds while your sequence plays. All you have to do is twist the knobs of your soft-synth to record the changes.

Midi Quest XL features its own VST, AU, Studio Connections, and MFX plug-in versions that integrate virtual versions of your hardware into your sequencer. Your MIDI synthesizer or effect unit still creates all of the sound but you create a virtual version of the instrument's interface and integrate it right into your sequencer. After installation, you can audition sounds, organize a bank, edit a patch, record sound changes into a sequence, or do just about anything else that you would do with a soft-synth. You get all of the advantages of working on the computer without sacrificing that great hardware sound. Everything is handled from the comfort of your computer screen and in the digital audio sequencer of your choice. When you're done, all of your settings are saved with your song for immediate recall, just like a soft-synth."; 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 = ''; } }