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.


[Skip to Readme]

Modules

[Last Documentation]

  • Sound
    • ALSA
      • Sound.ALSA.Sequencer
      • Sound.ALSA.SequencerFFI

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 base, event-list (==0.0.5), midi (==0.0.4), non-negative (==0.0.1) [details]
License LicenseRef-GPL
Author Soenke Hahn
Maintainer Henning Thielemann <haskell@henning-thielemann.de>
Category Sound
Home page http://open-projects.net/~shahn/index.php?seite=code
Uploaded by HenningThielemann at 2008-02-18T10:26:40Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Executables mididump, playmidi, playnote
Downloads 4352 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-03 [all 8 reports]

Readme for alsa-midi-0.3

[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