Skip to content

bradhowes/iffdigest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iffdigest

Revamped version of code and ideas by Andrew C. Bulhak. See iffdigest for the original.

Much of my focus was on hardening the walk of the chunks so that a failure would not crash the program. To that end, I made sure that all access into the data were first validated to be safe, and to throw an exception if it was not. I also tried to reduce the amount of casts being done, and when necessary make them C++ casts rather than old-school C ones. Finally, I added commentary and renamed to try and improve the look-and-feel of the API.

I used to use this in my SoundFonts music application to generate a patch listing for a SoundFont file, but now I rely on my own SF2Lib library to do it.

About

Revamped version of code and ideas by Andrew C. Bulhak

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages