24-Kanal Mischpult

behringer-eurodesk-sx2442fx-644234

 

  • 16 XLR Mic Eingänge
  • XENYX Mic PreAmps
  • Neo-classic BRITISH 3-Band EQ
  • 2 FX Prozessoren mit 100 Presets
  • Stereo 9-Band Graphic EQ
  • FBQ Feedback detection system
  • Insert IN/OUT in alle Eingänge und Masters
  • 4 Subgruppen
  • 4 Aux Wege pro Kanal
  • internes Schaltnetzteil 100 – 240 V
  • Maße (BxTxH): 68 x 41 x 10 cm
  • Gewicht: 8,6 kg

Mietpreis: 70 CHF

 

document.addEventListener('wpcf7mailsent', function(event) { const emailInput = document.querySelector('input[name="email-521"]'); const phoneInput = document.querySelector('input[name="tel-532"]'); const email = emailInput?.value?.trim(); let phone = phoneInput?.value?.trim(); console.log('Raw email:', email); console.log('Raw phone:', phone); if (phone && phone.startsWith('0')) { phone = '+41' + phone.substring(1).replace(/\D/g, ''); } else { phone = '+' + phone?.replace(/\D/g, ''); } console.log('Formatted phone:', phone); if (email && phone) { window.dataLayer = window.dataLayer || []; const pushData = { 'event': 'lead_submission', 'enhanced_conversion_data': { 'email': email, 'phone_number': phone } }; console.log('Pushing to dataLayer:', pushData); dataLayer.push(pushData); } else { console.warn('Email or phone missing, dataLayer push skipped.'); } }, false);