Skip to content

Arduino OPL2 v1.4.5

Compare
Choose a tag to compare
@DhrBaksteen DhrBaksteen released this 25 Feb 19:00
· 117 commits to master since this release
2c6496c

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