CSNG (File Format): Difference between revisions
Jump to navigation
Jump to search
→Continuous Pitch / Modulation Data
imported>Jackoalan |
imported>Jackoalan |
||
Line 253: | Line 253: | ||
total = term & 0x7f | total = term & 0x7f | ||
if term & 0x80: | if term & 0x80: | ||
total * | total = total * 256 + in.ReadU8() | ||
return total | return total | ||