Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. profNoteScope :: GenTickish (pass :: TickishPass) -> !Bool

    liquidhaskell-boot Liquid.GHC.API

    scopes over the enclosed expression (i.e. not just a tick)

  2. InlineFootnote :: Integer -> Inline

    markdown Text.Markdown.Inline

    No documentation available.

  3. InlineFootnoteRef :: Integer -> Inline

    markdown Text.Markdown.Inline

    The footnote reference in the body

  4. normalNoteFromEvent :: NoteEv -> Note -> (NoteEv, Velocity)

    midi-alsa Sound.MIDI.ALSA

    No documentation available.

  5. normalizeNote :: (NoteEv, Velocity) -> (NoteEv, Velocity)

    midi-alsa Sound.MIDI.ALSA

    Return a NoteOff if input is a NoteOn with velocity zero. This is a trick of the MIDI standard in order to allow compression of a series of note events. After normalization you can safely match on NoteOn and NoteOff.

  6. fromNote :: (C msg, C msg) => (Int -> Int) -> Controller -> msg -> Maybe msg

    reactive-midyim Reactive.Banana.MIDI.Controller

    Map NoteOn events to a controller value. This way you may play notes via the resonance frequency of a filter.

  7. data IndexNote i

    reactive-midyim Reactive.Banana.MIDI.Pattern

    No documentation available.

  8. IndexNote :: Int -> i -> IndexNote i

    reactive-midyim Reactive.Banana.MIDI.Pattern

    No documentation available.

  9. maybeNoteOn :: C msg => msg -> Maybe Channel

    reactive-midyim Reactive.Banana.MIDI.Program

    No documentation available.

  10. reverseThreeNotes :: RandomGen g => g -> [([Pitch], [Pitch])]

    reactive-midyim Reactive.Banana.MIDI.Training

    No documentation available.

Page 120 of many | Previous | Next