# HG changeset patch # User Chris Cannam # Date 1378474093 -3600 # Node ID 5ed33a2789bf76dac9f69a54c690508da849ca76 # Parent bd08a256037b9e78c2198234f8944bb4fd95ab5b Start on Chordino abstract diff -r bd08a256037b -r 5ed33a2789bf vamp-plugins_abstract/Makefile --- a/vamp-plugins_abstract/Makefile Thu Sep 05 18:27:48 2013 +0100 +++ b/vamp-plugins_abstract/Makefile Fri Sep 06 14:28:13 2013 +0100 @@ -1,6 +1,20 @@ -all: qmvamp-mirex2013.pdf +all: qmvamp-mirex2013.pdf chordino-mirex2013.pdf +# segmentino-mirex2013.pdf beatroot-vamp-mirex2013.pdf cep-mirex2013.pdf qmvamp-mirex2013.pdf: qmvamp-mirex2013.tex qmvamp-mirex2013.bib ( echo q | xelatex qmvamp-mirex2013 ) && bibtex qmvamp-mirex2013 && xelatex qmvamp-mirex2013 && xelatex qmvamp-mirex2013 + +chordino-mirex2013.pdf: chordino-mirex2013.tex qmvamp-mirex2013.bib + ( echo q | xelatex chordino-mirex2013 ) && bibtex qmvamp-mirex2013 && xelatex chordino-mirex2013 && xelatex chordino-mirex2013 + +segmentino-mirex2013.pdf: segmentino-mirex2013.tex segmentino-mirex2013.bib + ( echo q | xelatex segmentino-mirex2013 ) && bibtex segmentino-mirex2013 && xelatex segmentino-mirex2013 && xelatex segmentino-mirex2013 + +beatroot-vamp-mirex2013.pdf: beatroot-vamp-mirex2013.tex beatroot-vamp-mirex2013.bib + ( echo q | xelatex beatroot-vamp-mirex2013 ) && bibtex beatroot-vamp-mirex2013 && xelatex beatroot-vamp-mirex2013 && xelatex beatroot-vamp-mirex2013 + +cep-mirex2013.pdf: cep-mirex2013.tex cep-mirex2013.bib + ( echo q | xelatex cep-mirex2013 ) && bibtex cep-mirex2013 && xelatex cep-mirex2013 && xelatex cep-mirex2013 + clean: - rm qmvamp-mirex2013.bbl qmvamp-mirex2013.aux qmvamp-mirex2013.blg qmvamp-mirex2013.log + rm -f qmvamp-mirex2013.bbl qmvamp-mirex2013.aux qmvamp-mirex2013.blg qmvamp-mirex2013.log chordino-mirex2013.aux chordino-mirex2013.blg chordino-mirex2013.log segmentino-mirex2013.bbl segmentino-mirex2013.aux segmentino-mirex2013.blg segmentino-mirex2013.log beatroot-vamp-mirex2013.bbl beatroot-vamp-mirex2013.aux beatroot-vamp-mirex2013.blg beatroot-vamp-mirex2013.log cep-mirex2013.bbl cep-mirex2013.aux cep-mirex2013.blg cep-mirex2013.log diff -r bd08a256037b -r 5ed33a2789bf vamp-plugins_abstract/chordino-mirex2013.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vamp-plugins_abstract/chordino-mirex2013.tex Fri Sep 06 14:28:13 2013 +0100 @@ -0,0 +1,94 @@ +% ----------------------------------------------- +% Template for MIREX 2010 +% (based on ISMIR 2010 template) +% ----------------------------------------------- + +\documentclass{article} +\usepackage{mirex2010,amsmath,cite} +\usepackage{graphicx} + +% Title. +% ------ +\title{MIREX 2013 Entry: Chordino Vamp Plugin} + +% Single address +% To use with only one author or several with the same address +% --------------- +%\oneauthor +% {Names should be omitted for double-blind reviewing} +% {Affiliations should be omitted for double-blind reviewing} + +% Two addresses +% -------------- +\twoauthors +{Chris Cannam} {Affiliation1 \\ {\tt author1@music-ir.org}} +{Lu\'{i}s A. Figueira} {Affiliation2 \\ {\tt author2@music-ir.org}} + +% Three addresses +% -------------- +% \threeauthors + % {Chris Cannam} {Affiliation1 \\ {\tt author1@music-ir.org}} + % {Lu\'{i}s A. Figueira} {Affiliation2 \\ {\tt author2@music-ir.org}} + % {Matthias Mauch} {Affiliation3 \\ {\tt author3@music-ir.org}} + +\begin{document} +% +\maketitle +% +\begin{abstract} + +Chordino is an open source Vamp plugin library for harmony and chord +extraction with some features aimed at amateur musicians, and some at +music information retrieval researchers. + +This plugin library has been available online as a free, open source +download from the Centre for Digital Music at Queen Mary, University +of London since late 2010. A related method was submitted to MIREX in +2010 by Matthias Mauch\cite{mauch:md1:2010}. We are now preparing and +submitting this plugin version of his work as part of a programme of +evaluation of Vamp plugin implementations of published or publicly +available algorithms being carried out at the Centre for Digital +Music. + +(For a complete overview of this submission across all of the tasks and +plugins it covers, please see the relevant repository at the +SoundSoftware +site\footnote{http://code.soundsoftware.ac.uk/projects/mirex2013}.) + +\end{abstract} +% +\section{Introduction}\label{sec:introduction} + +describe vamp\ldots +describe rationale supporting submission\ldots + +\section{Audio Beat Tracking} + +\subsection{Tempo and Beat Tracker} + +The Tempo and Beat Tracker\cite{matthew2007a} VAMP plugin analyses a single channel of audio and estimates the positions of metrical beats within the music (the equivalent of a human listener tapping their foot to the beat). + +The Tempo and Beat Tracker Vamp plugin was written by Matthew Davies and Christian Landone. + +\section{Audio Chord Estimation} + +\section{Audio Key Detection} + +\subsection{Key Detector} + +[Need reference] + +The Key Detector VAMP pluginanalyses a single channel of audio and continuously estimates the key of the music by comparing the degree to which a block-by-block chromagram correlates to the stored key profiles for each major and minor key. + +The key profiles are drawn from analysis of Book I of the Well Tempered Klavier by J S Bach, recorded at A=440 equal temperament. + +The Key Detector Vamp plugin was written by Katy Noland and Christian Landone. + +\section{Audio Melody Extraction} +\section{Audio Onset Detection} +\section{Audio Structural Segmentation} +\section{Audio Tempo Estimation} + +\bibliography{qmvamp-mirex2013} + +\end{document} diff -r bd08a256037b -r 5ed33a2789bf vamp-plugins_abstract/qmvamp-mirex2013.bib --- a/vamp-plugins_abstract/qmvamp-mirex2013.bib Thu Sep 05 18:27:48 2013 +0100 +++ b/vamp-plugins_abstract/qmvamp-mirex2013.bib Fri Sep 06 14:28:13 2013 +0100 @@ -8,3 +8,10 @@ year = {2007} } +@incollection{mauch:md1:2010, + Author = {Matthias Mauch and Simon Dixon}, + Booktitle = {Submissions to MIREX 2010}, + Publisher = {Graduate School of Library Information Science University of Illinois at Urbana-Champaign}, + Title = {MIREX 2010: Chord Detection Using a Dynamic Bayesian Network}, + Year = {2010}} +