Documentation
¶
Overview ¶
Package meter provides helper functions for time signature meta messages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func M12_8 ¶
func M12_8() meta.TimeSignature
M12_8 returns the MIDI time signature meta message for a 12/8 meter
func M2_4 ¶
func M2_4() meta.TimeSignature
M2_4 returns the MIDI time signature meta message for a 2/4 meter
func M3_4 ¶
func M3_4() meta.TimeSignature
M3_4 returns the MIDI time signature meta message for a 3/4 meter
func M4_4 ¶
func M4_4() meta.TimeSignature
M4_4 returns the MIDI time signature meta message for a 4/4 meter
func M5_8 ¶
func M5_8() meta.TimeSignature
M5_8 returns the MIDI time signature meta message for a 5/8 meter
func M6_8 ¶
func M6_8() meta.TimeSignature
M6_8 returns the MIDI time signature meta message for a 6/8 meter
func M7_8 ¶
func M7_8() meta.TimeSignature
M7_8 returns the MIDI time signature meta message for a 7/8 meter
func Meter ¶
func Meter(num, denom uint8) meta.TimeSignature
Meter returns the MIDI time signature meta message for the given numerator and denominator.
Types ¶
This section is empty.