top of page

Join a Zoom call for 1 hour with Rob (Homemade Spaceship) working on your projects. You must be an active subscribed member (Free trial not included) when scheduling these 3 lessons.

 

Sessions include a video recording + your Ableton project with Rob’s edits.

 

 

3 Lessons: (MEMBERS ONLY) - Homemade Spaceship

$300.00 Regular Price
$222.00Sale Price
  • After checkout, you'll receive a confirmation email with a private meeting link to schedule a time with Dan, and details for sharing your project (check junk email if no email is received). 

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