DhrBaksteen / ArduinoOPL2

Arduino library for use with the OPL2 board (YM3812) and OPL3Duo (YMF262)
MIT License
198 stars 39 forks source link

New instrument object and functions #54

Closed DhrBaksteen closed 4 years ago

DhrBaksteen commented 4 years ago

This change adds a simpler way of defining OPL2 instruments in code to the library

New instrument functions:

This fixes the following issues:

44 Cracking noises in MIDI output

47 SetInstrument does not support SRAM instruments

Examples have been updated to take advantage of the new instrument struct and functions.