alsa-gui-0.1.0.1: alsa-gui.cabal
Name: alsa-gui
Version: 0.1.0.1
Maintainer: Henning Thielemann <alsa@henning-thielemann.de>
Author: Henning Thielemann <alsa@henning-thielemann.de>
Category: Sound, Music, GUI
License: BSD3
License-file: LICENSE
Homepage: http://www.haskell.org/haskellwiki/ALSA
Stability: Experimental
Build-Type: Simple
Cabal-Version: >= 1.8
Synopsis: Some simple interactive programs for sending MIDI control messages via ALSA
Description:
Some simple interactive programs for sending MIDI control messages via ALSA.
The GUI uses wxHaskell.
Currently we provide these programs:
.
* Send @All Notes Off@ and @All Sounds Off@ events.
.
* Show several sliders, that trigger sending MIDI controller messages.
.
* Show a list widget, that triggers MIDI program changes.
Source-Repository this
Tag: 0.1.0.1
Type: darcs
Location: http://code.haskell.org/alsa/gui/
Source-Repository head
Type: darcs
Location: http://code.haskell.org/alsa/gui/
Executable alsa-midi-mode
Main-Is: mode.hs
Other-Modules: Common
Hs-Source-Dirs: src
GHC-Options: -Wall -threaded
Build-Depends:
wx >=0.12.1.6 && <0.93,
wxcore >=0.12.1.6 && <0.93,
midi-alsa >=0.1.1 && <0.3,
midi >=0.1.6 && <0.3,
alsa-seq >=0.6 && <0.7,
alsa-core >=0.5 && <0.6,
base >=3 && <5
Executable alsa-midi-program
Main-Is: program.hs
Other-Modules: Common
Hs-Source-Dirs: src
GHC-Options: -Wall -threaded
Build-Depends:
wx >=0.12.1.6 && <0.93,
wxcore >=0.12.1.6 && <0.93,
alsa-seq >=0.6 && <0.7,
alsa-core >=0.5 && <0.6,
base >=3 && <5
Executable alsa-midi-controller
Main-Is: controller.hs
Other-Modules: Common
Hs-Source-Dirs: src
GHC-Options: -Wall -threaded
Build-Depends:
wx >=0.12.1.6 && <0.93,
wxcore >=0.12.1.6 && <0.93,
alsa-seq >=0.6 && <0.7,
alsa-core >=0.5 && <0.6,
base >=3 && <5