midi-0.2.2.3: Handling of MIDI messages and files
Safe HaskellSafe-Inferred
LanguageHaskell2010

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 => Fragile parser T Source #

getIncomplete :: C parser => Partial (Fragile parser) T Source #

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

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