midi-0.2.2: Handling of MIDI messages and files

Safe HaskellSafe
LanguageHaskell2010

Sound.MIDI.Message

Description

MIDI messages for real-time communication with MIDI devices. This does not cover MIDI file events. For these refer to Sound.MIDI.File.Event.

Documentation

data T Source

Constructors

Channel T 
System T 

Instances

get :: C parser => Fragile parser T Source

getWithStatus :: C parser => Fragile (T parser) T Source

getIncompleteWithStatus :: C parser => Partial (Fragile (T parser)) T Source

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

putWithStatus :: (Compression compress, C writer) => T -> T compress writer Source