midi-0.2.1.2: Handling of MIDI messages and files

Safe HaskellSafe-Inferred

Sound.MIDI.Message.Channel.Mode

Description

Channel mode messages

Synopsis

Documentation

get :: C parser => Int -> Fragile 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.