top of page

Live 11 Shortcuts

Live 11 Shortcuts graphic.png

Producing music is more fun when you get faster results. With over 30 essential keystrokes/ shortcuts, this PDF will speed up your workflow in Ableton Live!

Download Free Guide

Awesome! Check your email (and junk folder if it's not there...)

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