midi-0.2.1: Handling of MIDI messages and files

Safe HaskellNone

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 => Fallible parser TSource

getWithStatus :: C parser => Fallible (T parser) TSource

getIncompleteWithStatus :: C parser => Partial (Fallible (T parser)) TSource

put :: C writer => T -> writerSource

putWithStatus :: C writer => T -> T writerSource