midi-0.2: Handling of MIDI messages and files

Safe HaskellSafe-Infered

Sound.MIDI.Message.Channel.Mode

Description

Channel mode messages

Synopsis

Documentation

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

put :: C writer => T -> writerSource

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.