Free, open-source auto music player for Sky: Children of the Light on Windows — plays JSON, skysheet, and TXT sheets hands-free.
https://pumni.github.io/Sky-Auto-Player/ ↗// readme
🎵 Sky Auto Player
Auto-plays Sky music sheets on Windows — notes, chords and holds land on the beat, not just on keypress.
🌐 Landing page · FAQ · Download
Sky Auto Player turns song sheets from the specy/skyMusic
editor into clean chords, fast arpeggios, and long holds played in-game, automatically. It
sends standard keystrokes through the public Windows SendInput API — the same channel any
keyboard macro uses — and never reads game memory, injects code, hooks the process, attaches a
debugger, or touches game files.
Why it sounds right
Sky Auto Player doesn’t replay a fixed macro. It schedules every note like a small performance:
- Contiguous chord batches — chord notes are submitted in one
SendInputbatch to reduce sender-side skew; when the game observes them still depends on Windows and the game’s sampling loop. - Learns your machine’s latency — adaptive lead reduces sender-side completion error from measurements on the…