#!/usr/bin/env node /** * Play the "Funk Machine" MIDI sequence in real-time through the DeepMind USB * transport. Sends note-on/off and CC1 (mod wheel) events timed to 112 BPM. * * Usage: * npm run build && node dist/scripts/play-funk-machine.js */ export {};