hamusic: Library to handle abstract music

[ bsd3, library, music, program ] [ Propose Tags ]
Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.1.2.1
Change log CHANGELOG
Dependencies base (<4), containers, directory, filepath, haskore (>=0.0.3), HaXml, musicxml (>=0.1.2), non-negative, process [details]
License BSD-3-Clause
Copyright Copyright (c) 2008-2009 Samuel Silva
Author Samuel Silva <silva.samuel@alumni.uminho.pt>
Maintainer Samuel Silva <silva.samuel@alumni.uminho.pt>
Category Music
Home page https://troglodita.di.uminho.pt/svn/musica/work/HaMusic
Uploaded by SamuelSilva at 2009-08-04T17:50:36Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables MusicAnnotate, MusicCount, MusicTranslate, HaMusic
Downloads 3498 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hamusic-0.1.2.1

[back to package description]
=====================================================================
==                         R E A D M E                             ==
=====================================================================

=====================================================================
== Overview
    => Library to handle abstract music
    => This library consists on abstract methods to manipulate music 
        notation such as: ABC, Lilypond or MusicXML. 

=====================================================================
== Install
    => Use Cabal to build and install:
            runhaskell Setup.hs configure
            runhaskell Setup.hs haddock     [recommended]
            runhaskell Setup.hs build
            runhaskell Setup.hs install
    => Or use cabal-install:
            cabal configure
            cabal haddock                   [recommended]
            cabal install

== Dependencies
    => MusicXML, haskore

=====================================================================
== Using
    => GHC environment
        ghc -package HaMusic ...
        ghci -package HaMusic ...

=====================================================================
== Case Studies:
    => Run case studies:
        cd tests
        make build
        make tests

=====================================================================
== Files
    => BUGS             Some bugs discovered
    => LICENSE          License file
    => HaMusic.cabal    Cabal file
    => README           This file presents an overview of package
    => Setup.hs         Haskell file to install with Cabal
    => TODO             Technical information
    => doc/*            Documentation files
    => examples/*       Example files
    => script/*         Script files
    => src/*            Source Files
    => tests/*          Test files

=====================================================================
== Feedback
    => Please send any bug reports and comments to
        Samuel Silva <silva.samuel@alumni.uminho.pt>

=====================================================================
== Copyright
    => The HaMusic library were written by and are copyright to
       (c) copyright 2008 Samuel Silva<silva.samuel@alumni.uminho.pt>

=====================================================================