name: billboard-parser
version: 1.0.0.0
synopsis: A parser for the Billboard chord dataset
description: We present a parser for the world famous Billboard dataset
containing the chord transcriptions of over 1000
professional chord transcriptions of popular music randomly
selected from /Billboard/ magazine's ``Hot 100'' chart
between 1958 and 1991, all time-aligned with audio.
.
See: W. Bas de Haas and John Ashley Burgoyne,
/Parsing the Billboard Chord Transcriptions/, Technical Report
UU-CS-2012-018, Department of Information and Computing
Sciences, Utrecht University, 2012.
(<http://www.cs.uu.nl/research/techreps/repo/CS-2012/2012-018.pdf>)
.
And: John Ashley Burgoyne, Jonathan Wild, Ichiro Fujinaga,
/An Expert Ground-Truth Set for Audio Chord Recognition and Music Analysis/,
In: Proceedings of International
Conference on Music Information Retrieval, 2011.
(<http://ismir2011.ismir.net/papers/OS8-1.pdf>)
homepage: http://ddmal.music.mcgill.ca/billboard
license: LGPL-3
license-file: LICENSE
author: W. Bas de Haas
maintainer: W. Bas de Haas <bash@cs.uu.nl>
copyright: (c) 2012--2013 Utrecht University
category: Music
build-type: Simple
tested-with: GHC == 7.4.1, GHC == 7.6.1
-- Constraint on the version of Cabal needed to build this package.
cabal-version: >=1.8
library
build-depends: base >=4.5,
directory >=1.1, filepath >=1.3,
uu-parsinglib ==2.7.*, ListLike ==3.1.*,
HUnit ==1.2.*, mtl ==2.1.*, HarmTrace-Base >= 0.9
exposed-modules: Billboard.Annotation
Billboard.BeatBar
Billboard.BillboardData
Billboard.BillboardParser
Billboard.IOUtils
ghc-options: -Wall
-O2
executable billboard-parser
main-is: main.hs
build-depends: base >=4.5 && < 4.7, parseargs ==0.1.*,
directory >=1.1, filepath >=1.3,
uu-parsinglib ==2.7.*, ListLike ==3.1.*,
HUnit ==1.2.*, mtl ==2.1.*, HarmTrace-Base >= 0.9
ghc-options: -Wall
-O2