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)

There are now the packages alsa-pcm and alsa-seq that aim at a more complete interface to ALSA. Thus we will no longer maintain this package.

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 (>=0.1 && <0.4), base (>=1.0 && <5), event-list (>=0.0.6 && <0.2), midi (>=0.1 && <0.2), non-negative (>=0.0.1 && <0.2) [details]
License LicenseRef-GPL
Author Soenke Hahn
Maintainer Henning Thielemann <haskell@henning-thielemann.de>
Category Sound, Music
Home page http://www.haskell.org/haskellwiki/ALSA
Uploaded by HenningThielemann at 2010-09-20T19:55:53Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Executables mididump, playmidi, playnote
Downloads 4353 total (16 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.0.1

[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