Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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`.