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

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

Sound.ALSA.Sequencer.Queue.Tempo

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

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

copy Source

Arguments

:: T

Destination

-> T

Source

-> IO () 

clone :: T -> IO T Source

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

setTempo :: T -> Word -> IO () Source

Copy the content of one object into another.

setPPQ :: T -> Int -> IO () Source

setSkew :: T -> Word -> IO () Source

setSkewBase :: T -> Word -> IO () Source