Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtauber/wrk-reader
exploring how to read old Cakewalk WRK files
https://github.com/jtauber/wrk-reader
Last synced: about 2 months ago
JSON representation
exploring how to read old Cakewalk WRK files
- Host: GitHub
- URL: https://github.com/jtauber/wrk-reader
- Owner: jtauber
- License: mit
- Created: 2013-09-10T05:11:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-04-25T10:44:59.000Z (almost 4 years ago)
- Last Synced: 2024-10-16T06:45:26.285Z (3 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - jtauber/wrk-reader - exploring how to read old Cakewalk WRK files (Python)
README
wrk-reader
==========exploring how to read old Cakewalk WRK files
`hexdump.py` dumps a binary file as a textfile of hex bytes that can be
annotated.`hexcmp.py` compares an annotated dump with the original binary file to make
sure it's still equivalent. Whitespace and anything between # and newline is
ignored so annotations can make use of this.I've started taking notes on my finding in `notes.md`.