Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader interface { // Read reads the status byte off the canary and returns // if it has changed compared to the previous read Read(canary byte) (status byte, changed bool) }
Reader is a running status reader
func NewLiveReader ¶
func NewLiveReader() Reader
NewLiveReader returns a new Reader for reading of live MIDI data
func NewSMFReader ¶
func NewSMFReader() Reader
NewSMFReader returns a new Reader for reading of SMF MIDI data
Click to show internal directories.
Click to hide internal directories.