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

Stabilityprovisional
MaintainerHenning Thielemann
Safe HaskellNone

Sound.ALSA.Sequencer.Queue.Timer

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

set :: T mode -> T -> T -> IO ()Source

copySource

Arguments

:: T

Destination

-> T

Source

-> IO () 

clone :: T -> IO TSource

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

data Type Source

Constructors

Alsa 
MidiClock 
MidiTick 

Instances