Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

how did you create the music O.O

I basically created the individual sound effects (drums, bass, melody) with print("\a") and then created the music data using those sfx by poking some values into memory. (I found these values by creating the music the normal way and then peeking the memory)