var fDesc=new Array(); fDesc[0] = "CMI V is a reproduction of the first commercially available digital sampling system in music history. It is a complete digital workstation, which lets you work with 10 digital instruments for mixing, layering, splitting and sequencing them. Each instrument can create sound from the sampling engine. You can also shape sounds with the original additive synthesis engine where you control each of the component harmonics over time.

CMI V package comes with 300 presets including the original library of sounds you’ll recognize from countless hit recordings.

CMI V works as a standalone program or as VST 2.4, VST 3, and AAX plugin."; 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 = ''; } }