Copyright | (c) Henning Thielemann 2010-2012 (c) Iavor S. Diatchki 2007 |
---|---|
License | BSD3 |
Maintainer | Henning Thielemann |
Stability | provisional |
Safe Haskell | None |
Language | Haskell2010 |
This module contains functions for working with ports. Reference: http://www.alsa-project.org/alsa-doc/alsa-lib/group___seq_port.html
Documentation
getCapability :: T Cap Source #
getMidiChannels :: T Word Source #
getMidiVoices :: T Word Source #
getSynthVoices :: T Word Source #
getPortSpecified :: T Bool Source #
getTimestamping :: T Bool Source #
getTimestampReal :: T Bool Source #
getTimestampQueue :: T T Source #
getReadUse :: T Word Source #
getWriteUse :: T Word Source #
setCapability :: Cap -> T () Source #
setMidiChannels :: Word -> T () Source #
setSynthVoices :: Word -> T () Source #
setMidiVoices :: Word -> T () Source #
setPortSpecified :: Bool -> T () Source #
setTimestamping :: Bool -> T () Source #
setTimestampReal :: Bool -> T () Source #
setTimestampQueue :: T -> T () Source #