1 Commits

Author SHA1 Message Date
AliceLR
d05ae78f4d Fix bugs in The Dark Demon format loader.
* Fixes a bug in the test function where sample sizes would not be
  doubled, resulting in format identification failure.
* Fixes a bug in the test function where -1 would be returned
  unconditionally, resulting in format identification failure.
* Fixes a bug in the depack function where sample sizes would not
  be doubled, resulting in garbage pattern data being loaded.
* Normalized header depacking to not require seeks in the output
  file (to match the other ProWizard loaders).
2021-01-09 16:28:44 -07:00