synthesizer-midi-0.6.0.1: Render audio signals from MIDI files or realtime messages

Safe HaskellNone

Synthesizer.MIDI.Value.BendWheelPressure

Documentation

data T Source

Constructors

Cons 

Fields

bend_ :: Int
 
wheel_ :: Int
 
pressure_ :: Int
 

Instances

check :: C event => Channel -> event -> State T (Maybe T)Source