Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. sequenceCore :: (C event, Monoid signal) => Channel -> Program -> Modulator Note signal -> FilterSequence event signal

    synthesizer-midi Synthesizer.MIDI.Generic

    No documentation available.

  2. sequenceModulated :: (C event, Transform ctrl, NormalForm ctrl, Monoid signal, C y) => ctrl -> Channel -> (ctrl -> Instrument y signal) -> FilterSequence event signal

    synthesizer-midi Synthesizer.MIDI.Generic

    No documentation available.

  3. sequenceModulatedMultiProgram :: (Transform ctrl, NormalForm ctrl, C event, Monoid signal, C y) => ctrl -> Channel -> Program -> [ctrl -> Instrument y signal] -> FilterSequence event signal

    synthesizer-midi Synthesizer.MIDI.Generic

    No documentation available.

  4. sequenceMultiModulated :: (C event, Monoid signal, C y) => Channel -> instrument -> Modulator (instrument, Note) (Instrument y signal, Note) -> FilterSequence event signal

    synthesizer-midi Synthesizer.MIDI.Generic

    No documentation available.

  5. sequenceMultiProgram :: (C event, Monoid signal, C y) => Channel -> Program -> [Instrument y signal] -> FilterSequence event signal

    synthesizer-midi Synthesizer.MIDI.Generic

    No documentation available.

  6. sequenceCore :: (C event, Storable yv, C yv) => ChunkSize -> Channel -> Program -> Modulator Note (T yv) -> Filter event (T yv)

    synthesizer-midi Synthesizer.MIDI.Storable

    No documentation available.

  7. sequenceModulated :: (C event, Storable c, Storable yv, C yv, C y) => ChunkSize -> T c -> Channel -> (T c -> Instrument y yv) -> Filter event (T yv)

    synthesizer-midi Synthesizer.MIDI.Storable

    No documentation available.

  8. sequenceMultiModulated :: (C event, Storable yv, C yv, C y) => ChunkSize -> Channel -> instrument -> Modulator (instrument, Note) (Instrument y yv, Note) -> Filter event (T yv)

    synthesizer-midi Synthesizer.MIDI.Storable

    No documentation available.

  9. sequenceMultiProgram :: (C event, Storable yv, C yv, C y) => ChunkSize -> Channel -> Program -> [Instrument y yv] -> Filter event (T yv)

    synthesizer-midi Synthesizer.MIDI.Storable

    No documentation available.

  10. sequenceListProduct :: forall f (lt :: [Type]) . Applicative f => ListType f lt -> f (ListProduct lt)

    witness Data.Type.Witness.Specific.List.Product

    No documentation available.

Page 41 of many | Previous | Next