zoom-zt2 icon indicating copy to clipboard operation
zoom-zt2 copied to clipboard

How to find G1XFour drum pattern data and encode it

Open nopeg opened this issue 6 months ago • 6 comments

As I understand decode_pattern finds offset from the bitmap of this header at which actual pattern data is stored

I understand that this script is just a parser that uses construct to decode pattern data from the memory pointed to

image

The binary search confirmed that the location of the data is at the same offset (I don't know what is the next step)

I need help with understanding some basics of binary search and decoding all this stuff, like how to use decoded patterns to see how this system works.

Sorry in advance for my incompetence

nopeg avatar Aug 09 '24 21:08 nopeg