https://github.com/sehugg/pokeymusic
POKEY music player using duty cycling
https://github.com/sehugg/pokeymusic
Last synced: 2 months ago
JSON representation
POKEY music player using duty cycling
- Host: GitHub
- URL: https://github.com/sehugg/pokeymusic
- Owner: sehugg
- License: cc0-1.0
- Created: 2023-01-26T20:40:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T18:45:53.000Z (over 3 years ago)
- Last Synced: 2025-03-05T04:17:38.912Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pokeymusic
=====
This is a music player for the POKEY chip on Atari 8-bit systems.
It can play 4 voices simultaneously, but this requires configuring the POKEY to use 8-bit frequency divisors.
This reduces the pitch resolution, so to play in tune we must rapidly switch the divisor between two adjacent values every video frame.
[Open this project in 8bitworkshop](http://8bitworkshop.com/redir.html?platform=atari8-800&githubURL=https%3A%2F%2Fgithub.com%2Fsehugg%2Fpokeymusic&file=testmusic.c).