midi-0.1.7: Handling of MIDI messages and files

Sound.MIDI.Message.System.Exclusive

Description

System Exclusive messages

Synopsis

Documentation

data T Source

Constructors

Commercial T ByteList 
NonCommercial ByteList 
NonRealTime NonRealTime 
RealTime RealTime 

get :: C parser => Fallible parser TSource

getIncomplete :: C parser => Partial (Fallible parser) TSource

put :: C writer => T -> writerSource

It is not checked whether SysEx messages contain only 7-bit values.