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

Safe HaskellSafe
LanguageHaskell2010

Sound.ALSA.Sequencer.Query

Documentation

class C info => C info where Source #

Minimal complete definition

init, next

Methods

init :: info -> IO () Source #

next :: T mode -> info -> IO Bool Source #

Instances

C T Source # 

Methods

init :: T -> IO () Source #

next :: T mode -> T -> IO Bool Source #

C T Source # 

Methods

init :: T -> IO () Source #

next :: T mode -> T -> IO Bool Source #

init :: C info => info -> IO () Source #

next :: C info => T mode -> info -> IO Bool Source #

first :: C info => T mode -> IO info Source #

loop_ :: C info => T mode -> (info -> IO ()) -> (info -> IO ()) -> IO () Source #

loop :: C info => T mode -> (info -> IO ()) -> (info -> IO a) -> IO [a] Source #