Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
MIDI messages for real-time communication with MIDI devices. This does not cover MIDI file events. For these refer to Sound.MIDI.File.Event.
Documentation
getWithStatus :: C parser => Fragile (T parser) T Source
getIncompleteWithStatus :: C parser => Partial (Fragile (T parser)) T Source
putWithStatus :: (Compression compress, C writer) => T -> T compress writer Source
maybeFromByteString :: ByteString -> T T Source
toByteString :: T -> ByteString Source