AM_MIDI2.0Lib
AM_MIDI2.0Lib copied to clipboard
Use default member initializers for UMP struct data members.
This avoids the need for a default ctor and ensures that all data members are initialized to reasonable values. This is the PR that I promised here. Sorry it took me so long!