Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. setName :: String -> T ()

    alsa-seq Sound.ALSA.Sequencer.Client.InfoMonad

    No documentation available.

  2. setChannel :: Channel -> T ()

    alsa-seq Sound.ALSA.Sequencer.Event.RemoveMonad

    No documentation available.

  3. setDest :: (T, T) -> T ()

    alsa-seq Sound.ALSA.Sequencer.Event.RemoveMonad

    ALSA maintainers say, that destination address and queue are checked together, at least in the kernel buffer. However up to ALSA-1.0.22 the check for the queue is missing in libasound for the local buffer.

  4. setEventType :: Type e => e -> T ()

    alsa-seq Sound.ALSA.Sequencer.Event.RemoveMonad

    No documentation available.

  5. setIgnoreOff :: T ()

    alsa-seq Sound.ALSA.Sequencer.Event.RemoveMonad

    NoteOff events are kept in any case.

  6. setInput :: T ()

    alsa-seq Sound.ALSA.Sequencer.Event.RemoveMonad

    All events in the local input buffer are removed. The conditions are not checked for these events. This is equivalent to dropInputBuffer.

  7. setOutput :: T ()

    alsa-seq Sound.ALSA.Sequencer.Event.RemoveMonad

    Matching events in the local output buffer are removed, too. Matching events in the kernel buffer are removed in any case. If there are no further conditions, then this is equivalent to dropOutputBuffer.

  8. setTag :: Tag -> T ()

    alsa-seq Sound.ALSA.Sequencer.Event.RemoveMonad

    No documentation available.

  9. setTime :: Ordering -> Stamp -> T ()

    alsa-seq Sound.ALSA.Sequencer.Event.RemoveMonad

    No documentation available.

  10. setAddr :: T -> T -> IO ()

    alsa-seq Sound.ALSA.Sequencer.Port.Info

    No documentation available.

Page 361 of many | Previous | Next