packages feed

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

Name:          temporal-music-notation-demo
Version:       0.4.0
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

Homepage:        https://github.com/anton-k/temporal-music-notation-demo
Bug-Reports:     https://github.com/anton-k/temporal-music-notation-demo/issues

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

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