Commit Graph

3 Commits

Author SHA1 Message Date
Vince Weaver
cb0546ede7 pt3_lib: merge in fix for when more than 42 patterns
to look up pattern you take the number, and multiply by 3 because
there are 3 channels then by two as it's a 16-bit pointer.

43*3=129 and when you multiply by two it overflows 8-bit register

hit this bug with the pt3 found in the second reality demo

this fix isn't really optimal but seems to work
2024-01-17 18:54:21 -05:00
Vince Weaver
ba3adb6447 pt3_lib: bump to version 0.4
made it so you can configure out the frequency scale code
*hopefully* this is mostly transparent and doesn't break anyone's code
2023-05-15 12:22:55 -04:00
Vince Weaver
b1238af49d re-arranged the entire directory structure
this will probably upset people
2021-01-05 15:29:31 -05:00