# Functions
New returns a new reader for reading MIDI messages.
NoteOffVelocity is an option for the reader that lets it differentiate between "fake" noteoff messages (which are in fact noteon messages (typ 9) with velocity of 0) and "real" noteoff messages (typ 8) having their own velocity.
# Type aliases
Option is a configuration option for a reader.