Stability | provisional |
---|---|
Maintainer | Henning Thielemann |
This module contains functions for working with sequencer clients. Reference: http://www.alsa-project.org/alsa-doc/alsa-lib/group___seq_client.html
- type T = ClientInfo
- get :: T mode -> IO T
- getAny :: T mode -> T -> IO T
- queryFirst :: T mode -> IO T
- queryNext :: T mode -> T -> IO Bool
- set :: T mode -> T -> IO ()
- copy :: T -> T -> IO ()
- clone :: T -> IO T
- getClient :: T -> IO T
- getType :: T -> IO Type
- getName :: T -> IO String
- getBroadcastFilter :: T -> IO Bool
- getErrorBounce :: T -> IO Bool
- getNumPorts :: T -> IO Word
- getEventLost :: T -> IO Word
- setClient :: T -> T -> IO ()
- setName :: T -> String -> IO ()
- setBroadcastFilter :: T -> Bool -> IO ()
- setErrorBounce :: T -> Bool -> IO ()
Documentation
Create a new information area filled with data about the sequencer client.
getAny :: T mode -> T -> IO TSource
Create a new information area filled with data about an arbitrary client.
queryFirst :: T mode -> IO TSource
Get information about the client with the next biggest identifier.
set :: T mode -> T -> IO ()Source
Set the information for the sequencer client based on the data in the given information area.
getBroadcastFilter :: T -> IO BoolSource
getErrorBounce :: T -> IO BoolSource
getNumPorts :: T -> IO WordSource
getEventLost :: T -> IO WordSource