package
0.8.2
Repository: https://github.com/gomidi/midi.git
Documentation: pkg.go.dev

# 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.