alsa-seq-0.6.0.6: Binding to the ALSA Library API (MIDI sequencer).

Copyright(c) Henning Thielemann, 2010 (c) Iavor S. Diatchki, 2007
LicenseBSD3
MaintainerHenning Thielemann
Stabilityprovisional
Safe HaskellNone
LanguageHaskell2010

Sound.ALSA.Sequencer.Client

Description

This module contains functions for working with sequencer clients. Reference: http://www.alsa-project.org/alsa-doc/alsa-lib/group___seq_client.html

Synopsis

Documentation

newtype T Source

The type of client identifiers.

Constructors

Cons Word8 

getId :: T mode -> IO T Source

Get the client identifier for the sequencer. A convinience function.

setName :: T mode -> String -> IO () Source

Set the name for the sequencer client. A convinience function.

data Type Source

The different types of clients.

Constructors

User 
Kernel