midi-0.2.1.5: Handling of MIDI messages and files

Safe HaskellSafe-Inferred
LanguageHaskell2010

Sound.MIDI.Message.Channel.Mode

Description

Channel mode messages

Synopsis

Documentation

get :: C parser => Int -> Fragile parser T Source

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

fromControllerValue :: (Show a, Integral a) => (a, a) -> (Maybe UserMessage, T) Source

This function is also used in alsa-midi, we could give it the result type Parser.PossiblyIncomplete T otherwise.