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

Stabilityprovisional
MaintainerHenning Thielemann
Safe HaskellNone

Sound.ALSA.Sequencer.Queue.Status

Description

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

Synopsis

Documentation

data T Source

Instances

C T 

get :: T mode -> T -> IO TSource

copySource

Arguments

:: T

Destination

-> T

Source

-> IO () 

Copy the content of one object into another.

clone :: T -> IO TSource

Copy the content of an object to a newly created object.

getTickTime :: T -> IO TickSource

Allocate an uninitialized object. (Not exported)