midi-0.1.7: Handling of MIDI messages and files

Sound.MIDI.File.Event.SystemExclusive

Synopsis

Documentation

data T Source

There are three forms of System Exclusive Messages in MIDI files: monolithic, chopped into packets, escape form (with unrestricted binary data).

Currently we only support first and last type explicitly. But we leave the trailing 0xF7 markers which can be used to detect whether the messages are actually meant as packets.

Since I don't know where manufacturer information is in the packets form, I omit manufacturer handling for now.

Instances

Eq T 
Ord T 
Show T 

get :: C parser => Int -> Fallible parser TSource

put :: C writer => T -> writerSource