https://github.com/halfbyte/halfplayer
https://github.com/halfbyte/halfplayer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/halfbyte/halfplayer
- Owner: halfbyte
- License: mit
- Created: 2012-04-26T21:53:46.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T14:24:02.000Z (over 2 years ago)
- Last Synced: 2025-04-15T06:51:51.489Z (about 1 year ago)
- Language: CoffeeScript
- Size: 744 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# halfplayer
A simple mod player for protracker modules. Player routine converted from Tammos TinyMod.cpp
## License
Licensed under MIT License. See [LICENSE](LICENSE).
## 2023 fixes
I've made these changes directly in the JavaScript files. At one point I'll try to convert it to proper modern JavaScript
but today is not that day. This should probably also work completely in an audio worker.
- removed monkeypatch from cwilso (no longer needed)
- added a .resume() call to work around the "needs to be started on user interaction"
- Added another mod as a testcase as I am comparing stuff to [protracktor](https://github.com/retracktor/protracktor)