0
0
Cart1item

Cart

Description

DBX Driverack 260

Digital Speaker Management SystemWith the Drive Rack 260, dbx introduces a new loudspeaker management system for live and installation applications. It combines all the important functions necessary for an optimal loudspeaker management in PA applications

  • Auto-EQ for automatic speaker / room tuning
  • Separate microphone input with phantom power for measuring microphone and pink noise generator for room measurement
  • Real Time Analyser
  • Up to 2.7 sec configurable delay
  • Stereo graphic or parametric input equalizer, 4 band parametric output EQ, classic dbx compression, crossover, feedback eliminator, peak stop limiter and 120A subharmonic synthesizer for signal processing
  • Phase and polarity at the output adjustable and Auto Gain Control
  • 24-Bit DA and 24-bit Type IV AD converters provide 110 dB of dynamic response
  • Graphical user interface or GUI for fast and safe editing of the parameters
  • 2 XLR inputs and 6 XLR outputs
  • Format: 19″, 1U

Reviews

There are no reviews yet.

Be the first to review “Driverack”

Your email address will not be published. Required fields are marked *

    const observer = new MutationObserver(function () { const el = document.querySelector('header.mobile-false'); if (el) { el.classList.remove('mobile-false'); observer.disconnect(); } }); // Start observing after DOM is ready document.addEventListener("DOMContentLoaded", function () { observer.observe(document.body, { childList: true, subtree: true }); // Run once immediately in case element already exists const el = document.querySelector('header.mobile-false'); if (el) { el.classList.remove('mobile-false'); observer.disconnect(); } });