SampleParser has problems with fully binary files (e.g., MIDI files), since it uses only 256 symbols for all byte values plus end-of-stream.
This could be fixed by setting end-of-stream to 256 instead of 255 and symbol count to 257 instead of 256.
Log in to post a comment.