top of page

New Song Ableton Live Template

Screen Shot 2021-11-03 at 7.45.36 PM.png

Download Dan Giffin's (Philia) Ableton Live template to start producing new songs, including Max for Live tools to create smarter not harder.

​

(Must Have Ableton Live 11 Suite)

Download New Song Template

Awesome! Check your email (and junk folder...)

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