You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Public constructors (new) for structs that were previously unconstructable by library users: NoteMessage, ProgramChangeValue, PitchBendMessage, LocalControlValue, MonoModeOnValue, ControlChangeValue, SmpteOffsetValue, and SysexEvent. #26
Getter functions for SmpteOffsetValue and SysexEvent. #26
Public re-exports of OnOff and ControlChangeValue from the core module. #26
Changed
Getters for some Copy types now return by value instead of by reference. This is a breaking
change for callers that dereference the return value. #26