var fDesc=new Array(); fDesc[0] = "Maize Studio is a modular live audio environment. You can build your audio devices and connect them with virtual wires. Maize Studio supports VST plug-in and provides many native devices. Based on the Device-Oriented design concept, every function is described as a device. With all kinds of devices, Maize Studio is able to fulfill your needs on stage or in studio with maximum flexibility.

Main Features:

-Modular architecture, inspire your creativity
-Support VST Plug-in and ASIO driver
-Amazing GUI which is based on GDI technology
-Fast MIDI mapping
-32bit internal precision
-Intel CPU optimized
-Build-in disk streaming simple sampler
-Build-in all formats audio player
-Build-in SMF player
-Project file save and load"; 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 = ''; } }