midi-0.2.1.5: Handling of MIDI messages and files

Safe HaskellSafe-Inferred
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

C T 
C T 
C T 

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 :: C writer => T -> T writer Source