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

Stabilityprovisional
MaintainerHenning Thielemann
Safe HaskellNone

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 

Instances

getId :: T mode -> IO TSource

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