midi-0.2.1: Handling of MIDI messages and files

Safe HaskellNone

Sound.MIDI.Message.System.Exclusive

Description

System Exclusive messages

Synopsis

Documentation

data T Source

Constructors

Commercial T ByteList 
NonCommercial ByteList 
NonRealTime NonRealTime

Deprecated: structure must be defined, yet

RealTime RealTime

Deprecated: structure must be defined, yet

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.