Arduino OPL2 v1.4.5
This release fixes the following issues:
- #38 Where loading an instrument would write to an illegal register in the 0xC0 range
- #40 Where OPL2Play did not ignore registerCodes > 127 causing horrible distortion
- Related to #40 issues were found in the PlayDRO and PlayIMF examples for Arduino and Teensy where some songs would couse the delay timer not to be updated causing all delays to be skipped
- Some code cleanup was done