alsa-seq-0.6.0.9: Binding to the ALSA Library API (MIDI sequencer).
Copyright(c) Henning Thielemann 2010-2012
(c) Iavor S. Diatchki 2007
LicenseBSD3
MaintainerHenning Thielemann
Stabilityprovisional
Safe HaskellSafe-Inferred
LanguageHaskell2010

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 #

get :: T mode -> T -> IO T Source #

copy Source #

Arguments

:: T

Destination

-> T

Source

-> IO () 

Copy the content of one object into another.

clone :: T -> IO T Source #

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

getTickTime :: T -> IO Tick Source #

Allocate an uninitialized object. (Not exported)