Monorepo for Aesthetic.Computer aesthetic.computer

fix: dj.mjs — declare spinSpeed at module level (ReferenceError)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1
+1
fedac/native/pieces/dj.mjs
··· 18 18 let frame = 0; 19 19 let lastUsbCheck = 0; 20 20 let usbConnected = false; 21 + let spinSpeed = 0; // record spin rate (0=stopped, 1=playing) 21 22 let scratchSpeed = 0; // current scratch velocity (-2 to 2) 22 23 let wasPlaying = false; // was playing before scratch started 23 24