packages feed

temporal-music-notation-demo-0.2.1: temporal-music-notation-demo.cabal

Name:          temporal-music-notation-demo
Version:       0.2.1
Cabal-Version: >= 1.6
License:       BSD3
License-file:  LICENSE
Author:	       Anton Kholomiov
Maintainer:    <anton.kholomiov@gmail.com>
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


               
Source-repository head
  Type:     git
  Location: https://github.com/anton-k/temporal-music-notation-demo


Library
  Build-Depends:
        base >= 4, base < 5,
        data-default >= 0.3,
        temporal-music-notation >= 0.2,
        HCodecs >= 0.2, binary >= 0.5.0.2
  Hs-Source-Dirs:      src/
  Exposed-Modules:
        Temporal.Music.Demo
        Temporal.Music.Demo.GeneralMidi