| Copyright | (c) Henning Thielemann 2010-2012 (c) Iavor S. Diatchki 2007 |
|---|---|
| License | BSD3 |
| Maintainer | Henning Thielemann |
| Stability | provisional |
| Safe Haskell | None |
| Language | Haskell2010 |
Sound.ALSA.Sequencer.Port.InfoMonad
Description
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 #
getMidiChannels :: T Word #
getMidiVoices :: T Word #
getSynthVoices :: T Word #
getPortSpecified :: T Bool #
getTimestamping :: T Bool #
getTimestampReal :: T Bool #
getTimestampQueue :: T T #
getReadUse :: T Word #
getWriteUse :: T Word #
setCapability :: Cap -> T () #
setMidiChannels :: Word -> T () #
setSynthVoices :: Word -> T () #
setMidiVoices :: Word -> T () #
setPortSpecified :: Bool -> T () #
setTimestamping :: Bool -> T () #
setTimestampReal :: Bool -> T () #
setTimestampQueue :: T -> T () #