midi-0.1.5.1: Handling of MIDI messages and files

Sound.MIDI.Message.Channel.Mode

Description

Channel mode messages

Synopsis

Documentation

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

put :: C writer => T -> writerSource

fromControllerValue :: 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.