var fDesc=new Array(); fDesc[0] = "Digidesign ElevenRack Driver is an option (checked by default) during the installation of Pro Tools.
Eleven Rack owners on PowerPC-based Macs that do not have any version of Pro Tools installed can use the Standalone Digidesign CoreAudio Drivers Installer.
The Eleven Rack interface does not use the Digidesign CoreAudio Manager. Instead this device is configured using the "Audio MIDI Setup" application in your Applications/Utilities folder, and the "Digidesign Eleven Rack" preference pane in your System Preferences."; 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 = ''; } }