Documentation ¶
Overview ¶
Package syscommon provides MIDI System Common Messages
Index ¶
Constants ¶
View Source
const (
TuneRequest = tuneRequest(false)
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MIDITimingCode ¶
type MIDITimingCode uint8
func (MIDITimingCode) QuarterFrame ¶
func (m MIDITimingCode) QuarterFrame() uint8
func (MIDITimingCode) Raw ¶
func (m MIDITimingCode) Raw() []byte
func (MIDITimingCode) String ¶
func (m MIDITimingCode) String() string
type Reader ¶
type Reader interface { // Read reads a single syscommon message. // It may just be called once per Reader. A second call returns io.EOF Read() (Message, error) }
Reader read a syscommon
type SongPositionPointer ¶
type SongPositionPointer uint16
func (SongPositionPointer) Number ¶
func (m SongPositionPointer) Number() uint16
func (SongPositionPointer) Raw ¶
func (m SongPositionPointer) Raw() []byte
func (SongPositionPointer) String ¶
func (m SongPositionPointer) String() string
type SongSelect ¶
type SongSelect uint8
func (SongSelect) Number ¶
func (m SongSelect) Number() uint8
func (SongSelect) Pos ¶
func (m SongSelect) Pos() uint16
func (SongSelect) String ¶
func (m SongSelect) String() string
Click to show internal directories.
Click to hide internal directories.