var fDesc=new Array(); fDesc[0] = "Blue Cat's Oscilloscope BeatM is a real time waveform analyzer exclusively available with Beat Magazine: it lets you visualize the content of an audio track and check its stereo phase on its XY view.

The plugin offers stereo or mid-side channels waveform extraction as well as several synchronization modes. The zooming and precise measurement capabilities let you analyze the waveforms in details, and the XY phase scope view will help you track phase issues within an effect chain or while recording with multiple microphones."; 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 = ''; } }