alsa-seq-0.6.0.7: Binding to the ALSA Library API (MIDI sequencer).
Sound.ALSA.Sequencer.Query
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
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 #