top of page

stay connected & grow brain cells

Join the newsletter and be the first to receive new podcast episodes, free downloads, online events, and more to grow your production skills using Ableton Live

Confirmed! Stay tuned for goodies to hit your inbox (and check your junk email)

​

Click HERE to visit homepage

bottom of page
import { session } from 'wix-storage'; $w.onReady(function () { // Capture the "ref" parameter from the URL const urlParams = new URLSearchParams(window.location.search); const refCode = urlParams.get('ref'); // If the ref code is present, store it in session storage if (refCode) { session.setItem('affiliateId', refCode); console.log("Affiliate ID stored:", refCode); } });