top of page

Book a private lesson

Get the immediate help you need 1-on-1 online.

- Includes video recordings of lesson
- Screen sharing with audio/ video
- Receive project files with edits
- All lessons are 1 hour long

NEED HELP?

Subscribe to grow your Ableton Live skills, get free downloads, and more.

Nice! Stay tuned for goodies to hit your inbox (also check your junk email folder)

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); } });