var fDesc=new Array(); fDesc[0] = "The TASCAM Mixer Companion (or “TMCompanion”) is a software for Microsoft Windows XP or Apple Computer’s Mac OS X, allowing the following operations to be carried out on the TASCAM DM-4800 and DM-3200 digital mixing consoles from the host computer, using a USB connection for 2-way operation:
- Management of projects, allowing storage and
archival of projects on the host computer, and restoration to the TASCAM DM.
- On-screen metering for channels, busses, aux
sends, and the main stereo buss.
- Firmware updates to the TASCAM DM are carried out through TMCompanion.
- A timecode display and on-screen transport controls mirroring those of the TASCAM DM can be used.
- A screen shot of the TASCAM DM can be downloaded and stored as a PNG file on the host computer."; 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 = ''; } }