@hackage / HarmTrace-Base

Parsing and unambiguously representing musical chords.

Latest1.6.0.0

About

Metadata

  • Last updated , by BasDeHaas
  • License LGPL-3.0-only
  • Categories Audio
  • Maintained by: haskelldevelopers@chordify.net

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.0.2

Readme

README

HarmTrace Base: Parsing and unambiguously representing musical chords

HarmTrace base is a library for representing musical chords. It is used a small number of programs. A Chordify we build our back-end in Haskell and the HarmTrace-Base library is used to represent, store, manipulate, print chords etc. Basically the library offers a set of types and classes for representing musical chords in an unambiguous manner as presented in [1].

[1] Christopher Harte, Mark Sandler and Samer Abdallah (2005), "Symbolic representation of musical chords: a proposed syntax for text annotations"
In: Proceedings of 6th International Conference on Music Information Retrieval (pp. 66-71).

Installing

cabal install

or

stack init and stack build