midi-0.2.2.4: Handling of MIDI messages and files
Safe HaskellSafe-Inferred
LanguageHaskell2010

Sound.MIDI.Message.System.Common

Description

System Common messages

Documentation

data TimeNibbleType Source #

Constructors

FrameLS 
FrameMS 
SecondsLS 
SecondsMS 
MinutesLS 
MinutesMS 
HoursLS 
HoursMS

also includes SMPTE type

Instances

Instances details
Enum TimeNibbleType Source # 
Instance details

Defined in Sound.MIDI.Message.System.Common

Ix TimeNibbleType Source # 
Instance details

Defined in Sound.MIDI.Message.System.Common

Show TimeNibbleType Source # 
Instance details

Defined in Sound.MIDI.Message.System.Common

Eq TimeNibbleType Source # 
Instance details

Defined in Sound.MIDI.Message.System.Common

Ord TimeNibbleType Source # 
Instance details

Defined in Sound.MIDI.Message.System.Common

get :: C parser => Int -> Fragile parser T Source #

put :: C writer => T -> writer Source #