Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. ticksPerQuarterNote :: Division -> Tempo

    midi Sound.MIDI.File

    No documentation available.

  2. AllNotesOff :: T

    midi Sound.MIDI.Message.Channel.Mode

    No documentation available.

  3. explicitNoteOff :: T -> T

    midi Sound.MIDI.Message.Channel.Voice

    Convert all NoteOn p 0 to NoteOff p 64. The latter one is easier to process.

  4. implicitNoteOff :: T -> T

    midi Sound.MIDI.Message.Channel.Voice

    Convert all NoteOff p 64 to NoteOn p 0. The latter one can be encoded more efficiently using the running status.

  5. isNote :: T -> Bool

    midi Sound.MIDI.Message.Channel.Voice

    No documentation available.

  6. isNoteOff :: T -> Bool

    midi Sound.MIDI.Message.Channel.Voice

    NoteOn with zero velocity is considered NoteOff according to MIDI specification.

  7. isNoteOn :: T -> Bool

    midi Sound.MIDI.Message.Channel.Voice

    NoteOn with zero velocity is considered NoteOff according to MIDI specification.

  8. PandocNoTemplateError :: Text -> PandocError

    pandoc Text.Pandoc.Error

    No documentation available.

  9. Ext_footnotes :: Extension

    pandoc Text.Pandoc.Extensions

    Pandoc/PHP/MMD style footnotes

  10. Ext_inline_notes :: Extension

    pandoc Text.Pandoc.Extensions

    Pandoc-style inline notes

Page 118 of many | Previous | Next