bobgonzalez / spEdit404

spEdit is a tool for modifying and creating binary pattern files for the Roland SP-404SX.
GNU General Public License v3.0
17 stars 3 forks source link

construct path to PTN file #9

Open rvosa opened 3 years ago

rvosa commented 3 years ago

I am reasonably sure this fixes #8 because it maps from the hex code that identifies the pattern back to the corresponding int value. This is based on a single case where the constructed hex returned 0f where it needed to be 15, as discussed in #7. Untested!