Meet online for 1 hour with Rob (Homemade Spaceship) working on your projects.
Sessions include a video recording + your Ableton project with Rob’s edits.
1 Lesson - Homemade Spaceship
$99.00Price
After checkout, you'll receive a confirmation email with a private meeting link to schedule a time with Rob, and details for sharing your project.
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);
}
});