Difference between revisions of "ALSA"

From HaskellWiki
Jump to navigation Jump to search
(split package)
(midi-alsa package)
Line 6: Line 6:
 
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/alsa alsa]: Complete ALSA support (audio signals and MIDI). The original [http://code.haskell.org/alsa/ darcs repository] has been converted to a [http://github.com/yav/alsa-haskell.git git repository], but there are some enhancements in [http://code.haskell.org/~thielema/alsa/ a private darcs repository]
 
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/alsa alsa]: Complete ALSA support (audio signals and MIDI). The original [http://code.haskell.org/alsa/ darcs repository] has been converted to a [http://github.com/yav/alsa-haskell.git git repository], but there are some enhancements in [http://code.haskell.org/~thielema/alsa/ a private darcs repository]
 
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/alsa-midi alsa-midi]: ALSA sequencer support (aka MIDI), [http://darcs.haskell.org/alsa-midi/ darcs repository], [http://open-projects.net/~shahn/index.php?seite=code old project page], note that this package is no longer supported in favor of the first mentioned package collection.
 
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/alsa-midi alsa-midi]: ALSA sequencer support (aka MIDI), [http://darcs.haskell.org/alsa-midi/ darcs repository], [http://open-projects.net/~shahn/index.php?seite=code old project page], note that this package is no longer supported in favor of the first mentioned package collection.
  +
  +
Related packages are
  +
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/midi-alsa midi-alsa]: Conversion between data types of the <code>alsa</code> package and the <code>midi</code> package
   
 
[[Category:Music]]
 
[[Category:Music]]

Revision as of 09:32, 9 July 2010

The Advanced Linux Sound Architecture is addressed by currently three different projects.

Related packages are

  • midi-alsa: Conversion between data types of the alsa package and the midi package