midi-0.2.1: Handling of MIDI messages and files

Safe HaskellNone

Sound.MIDI.MachineControl

Synopsis

Documentation

getCommand :: C parser => Word8 -> Fallible parser CommandSource

getCommands :: C parser => Partial parser [Command]Source

Read MIDI machine control commands until an F7 marker for SysEx end.

runParser :: Partial (T ByteList) a -> ByteList -> (PossiblyIncomplete a, [UserMessage])Source