OPNA2608 / libopenpmd

Open-Source library to parse PMD files.
GNU Lesser General Public License v3.0
17 stars 1 forks source link

p86create needs to handle unset IDs #7

Open OPNA2608 opened 2 years ago

OPNA2608 commented 2 years ago

p86extract extracts all the entries with their IDs just fine but p86create doesn't care about where the user wants samples to be placed: It uses a simple for loop over all inputs & P86_AddSample to the next unset ID. And our test file happens to have unset IDs mixed with set IDs, so we can't compare hashes yet to check for regressions.