midi-0.2.2.1: Handling of MIDI messages and files

Safe HaskellSafe
LanguageHaskell2010

Sound.MIDI.MachineControl

Synopsis

Documentation

getCommand :: C parser => Word8 -> Fragile parser Command Source

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