Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
midi-alsa Sound.MIDI.ALSA No documentation available.
noteEvent :: Channel -> Pitch -> Velocity -> Velocity -> Int -> Notemidi-alsa Sound.MIDI.ALSA No documentation available.
-
midi-alsa Sound.MIDI.ALSA No documentation available.
noteVelocity :: T Note Velocitymidi-alsa Sound.MIDI.ALSA This may not yield what you expect. See normalizeNote.
noteExplicitOff :: C event => Channel -> event -> Maybe (Velocity, Pitch, Bool)midi-alsa Sound.MIDI.ALSA.Check Like note, but converts NoteOn p 0 to NoteOff p 64. See explicitNoteOff.
noteImplicitOff :: C event => Channel -> event -> Maybe (Velocity, Pitch, Bool)midi-alsa Sound.MIDI.ALSA.Check Like note, but converts NoteOff p 64 to NoteOn p 0. See implicitNoteOff.
noteExplicitOff :: C event => Channel -> (Velocity, Pitch, Bool) -> eventmidi-alsa Sound.MIDI.ALSA.Construct Like note, but converts NoteOn p 0 to NoteOff p 64. See explicitNoteOff.
noteImplicitOff :: C event => Channel -> (Velocity, Pitch, Bool) -> eventmidi-alsa Sound.MIDI.ALSA.Construct Like note, but converts NoteOff p 64 to NoteOn p 0. See implicitNoteOff.
noteExplicitOff :: C event => event -> Maybe (Channel, (Velocity, Pitch, Bool))midi-alsa Sound.MIDI.ALSA.Query Like note, but converts NoteOn p 0 to NoteOff p 64. See explicitNoteOff.
noteImplicitOff :: C event => event -> Maybe (Channel, (Velocity, Pitch, Bool))midi-alsa Sound.MIDI.ALSA.Query Like note, but converts NoteOff p 64 to NoteOn p 0. See implicitNoteOff.