;

Follow us on social

Submit Your Song

Send in your song for the MXD team on stream in real-time.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Want a Closer Look?

Schedule time with our team to ask questions and see how MXD fits your needs.
Book A Demo

The final step to your best sound

No more waiting–get your first mix by MXD in 72 hours.

script> (function () { var SHOP_HOST = 'shop.getmxd.com'; var TRACKED = ['utm_source','utm_medium','utm_campaign','utm_content','utm_term','fbcl id','gclid','gbraid','wbraid','ttclid','msclkid','epik','_mxdv']; var STORE_KEY = 'mxd_attribution'; function capture() { var current = new URLSearchParams(window.location.search); var saved = {}; try { saved = JSON.parse(sessionStorage.getItem(STORE_KEY)) || {}; } catch (e) {} var changed = false; TRACKED.forEach(function (key) { var val = current.get(key); if (val && !saved[key]) { saved[key] = val; changed = true; } }); if (changed) { try { sessionStorage.setItem(STORE_KEY, JSON.stringify(saved)); } catch (e) {} } } function decorate(href) { try { var url = new URL(href, window.location.href); if (url.hostname !== SHOP_HOST) return href; var saved = JSON.parse(sessionStorage.getItem(STORE_KEY)) || {}; Object.keys(saved).forEach(function (key) { if (!url.searchParams.has(key)) url.searchParams.set(key, saved[key]); }); return url.toString(); } catch (e) { return href; } } function decorateAll() { var links = document.querySelectorAll('a[href*="' + SHOP_HOST + '"]'); for (var i = 0; i < links.length; i++) { links[i].href = decorate(links[i].getAttribute('href')); } } capture(); if (document.readyState !== 'loading') decorateAll(); else document.addEventListener('DOMContentLoaded', decorateAll); document.addEventListener('click', function (e) { var a = e.target.closest && e.target.closest('a[href*="' + SHOP_HOST + '"]'); if (a) a.href = decorate(a.getAttribute('href')); }, true); })();