Name: temporal-music-notation-demo
Version: 0.1.3
Cabal-Version: >= 1.2
License: BSD3
License-file: LICENSE
Author: Anton Kholomiov
Maintainer: Anton Kholomiov
Synopsis: generates midi from score notation.
Description: Library for playing scores made with 'temporal-music-notation'
via midi. It binds 'temporal-media-notation' and 'HCodecs'
packages. Features composable score representation and
microsound composition. It relies on
Midi Tuning Standart (MTS) so it's better to listen results
with TiMidity or another soft that undestands MTS.
Examples can be found source directory.
Category: Music
Stability: Experimental
Tested-With: GHC==6.12.3
Build-Type: Simple
Extra-Source-Files :
gen/genGM.hs
examples/choral.hs
examples/break.hs
examples/readme.hs
Library
Build-Depends:
base >= 4, base < 5,
temporal-music-notation >= 0.1.2,
HCodecs >= 0.2, binary >= 0.5.0.2,
cmath >= 0.3
Hs-Source-Dirs: src/
Exposed-Modules:
Temporal.Music.Notation.Demo
Temporal.Music.Notation.Demo.GeneralMidi