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

Stabilityprovisional
MaintainerHenning Thielemann

Sound.ALSA.Sequencer.Port

Description

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

Synopsis

Documentation

data T Source

Instances

create :: T mode -> PortInfo -> IO ()Source

Create a new port, as described by the info structure.

createSimple :: T mode -> String -> Cap -> Type -> IO TSource

Create a port - simple version.

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

Delete the port.

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

Delete the port.

withSimple :: T mode -> String -> Cap -> Type -> (T -> IO a) -> IO aSource

data Cap Source

Port capabilities.

Instances

data Type Source

Port types.

Instances