var fDesc=new Array(); fDesc[0] = "3DMIDI Player is a smart player that comes with an intuitive graphical interface and allows the easy manipulation of MIDI instruments in a three-dimensional space.

This neat application makes 3DMIDI accessible for everybody - from layman audio consumers to full-fledged electronic musicians - to experiment with 3DMIDI and discover a whole new listening experience with MIDI.

Just load any MIDI file into 3DMIDI Player, drag the instruments to the desired positions, select the preferred movement paths and click Play to realize how immersive MIDI files can sound with a little 3DMIDI magic.

Smart and effective tool that allows the easy manipulation of MIDI instruments in a three-dimensional space."; 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 = ''; } }