alsa-midi: Bindings for the ALSA sequencer API (MIDI stuff)

[ deprecated, library, music, program, sound ] [ Propose Tags ]
Deprecated in favor of alsa-seq

Bindings for the ALSA sequencer API (MIDI stuff) Since there is also http://code.haskell.org/alsa/ which aims at a more complete interface to ALSA we will no longer maintain this one.

See Sound.ALSA.Sequencer.Play for how to play Haskore songs in realtime via ALSA.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
splitbase

Choose the new smaller, split-up base package.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.3, 0.3.1, 0.3.2, 0.4, 0.4.0.1
Dependencies array, base (>=1.0), event-list (>=0.0.6 && <0.1), midi (>=0.1 && <0.2), mtl (>=1 && <2), non-negative (>=0.0.1 && <0.1), QuickCheck (>=1 && <2) [details]
License LicenseRef-GPL
Author Soenke Hahn
Maintainer Henning Thielemann <haskell@henning-thielemann.de>
Category Sound
Home page http://www.haskell.org/haskellwiki/ALSA
Uploaded by HenningThielemann at 2008-09-25T17:52:31Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Executables mididump, playmidi, playnote
Downloads 4338 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for alsa-midi-0.4

[back to package description]
AlsaMidi - Bindings to the Alsa sequencer api

http://open-projects.net/~shahn/index.php?seite=code

It's far from being finished... (as usual)



INSTALLATION:

    runhaskell Setup configure
    runhaskell Setup build
    runhaskell Setup haddock    # if you want
    sudo runhaskell Setup install


You need ALSA for this to work...
( http://www.alsa-project.org/ )

The software is licensed under GPL 2, see LICENSE.

Any comments appreciated: shahn@cs.tu-berlin.de