alsa-midi-0.3.2: Bindings for the ALSA sequencer API (MIDI stuff)Source codeContentsIndex
Sound.ALSA.Sequencer.Play
Description

If you have the Haskore package installed, then you can use this module for playing Haskore songs in realtime via ALSA. Example:

 Prelude> Sound.ALSA.Sequencer.Play.run (Sound.ALSA.Sequencer.numAddress 128 0) (Haskore.Interface.MIDI.Render.generalMidi Haskore.Example.ChildSong6.song)
Documentation
run :: Address -> T -> IO ()Source
Produced by Haddock version 2.6.0