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.

  1. noteChannel :: T Note Channel

    midi-alsa Sound.MIDI.ALSA

    No documentation available.

  2. noteEvent :: Channel -> Pitch -> Velocity -> Velocity -> Int -> Note

    midi-alsa Sound.MIDI.ALSA

    No documentation available.

  3. notePitch :: T Note Pitch

    midi-alsa Sound.MIDI.ALSA

    No documentation available.

  4. noteVelocity :: T Note Velocity

    midi-alsa Sound.MIDI.ALSA

    This may not yield what you expect. See normalizeNote.

  5. 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.

  6. 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.

  7. noteExplicitOff :: C event => Channel -> (Velocity, Pitch, Bool) -> event

    midi-alsa Sound.MIDI.ALSA.Construct

    Like note, but converts NoteOn p 0 to NoteOff p 64. See explicitNoteOff.

  8. noteImplicitOff :: C event => Channel -> (Velocity, Pitch, Bool) -> event

    midi-alsa Sound.MIDI.ALSA.Construct

    Like note, but converts NoteOff p 64 to NoteOn p 0. See implicitNoteOff.

  9. 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.

  10. 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.

Page 32 of many | Previous | Next