b@1641: % Latex Paper Template for SMC 2015 b@1641: % slightly adapted version of the templates for SMC 2011, SMC 2010 and ISMIR 2009 b@1641: % b@1641: % Version 20111229 b@1641: % Adapded for Sound And Music computing conference b@1641: % The bibliography style is now the most recent IEEEtran.bst b@1641: b@1641: \def\Hline{\noalign{\hrule height 0.4mm}} b@1641: %\newcommand{\bm}[1]{\mbox{\boldmath{$#1$}}} b@1641: \newcommand{\figbox}[1]{\fbox{\parbox{\columnwidth}{\centering{ #1 }}}} b@1641: \newcommand{\range}[2]{{#1,\cdots,#2\;}} b@1641: \newcommand{\secref}[1]{\mbox{Section~\ref{#1}}} b@1641: \newcommand{\tabref}[1]{\mbox{Table~\ref{#1}}} b@1641: \newcommand{\figref}[1]{\mbox{Figure~\ref{#1}}} b@1641: \newcommand{\eqnref}[1]{\mbox{Eq.~(\ref{#1})}} b@1641: b@1641: \renewcommand{\sfdefault}{phv} b@1641: \renewcommand{\rmdefault}{ptm} b@1641: \renewcommand{\ttdefault}{pcr} b@1641: b@1641: \setlength{\paperheight}{297mm} b@1641: \setlength{\paperwidth}{210mm} b@1641: \setlength{\textheight}{252mm} b@1641: \setlength{\textwidth}{172mm} b@1641: \setlength{\columnsep}{8mm} b@1641: \setlength{\headheight}{0mm} b@1641: \setlength{\voffset}{-12mm} b@1641: \setlength{\hoffset}{0mm} b@1641: \setlength{\marginparwidth}{0mm} b@1641: \setlength{\parindent}{2mm} %1pc b@1641: \setlength{\topmargin}{-5mm} b@1641: \setlength{\oddsidemargin}{-6mm} b@1641: \setlength{\evensidemargin}{-6mm} b@1641: b@1641: \setlength\normallineskip{1\p@} b@1641: \setlength\parskip{0\p@ \@plus \p@} b@1641: %\def\baselinestretch{0.98} b@1641: b@1641: \def\normalsize{\@setsize\normalsize{12pt}\xpt\@xpt} b@1641: \def\small{\@setsize\small{10pt}\ixpt\@ixpt} b@1641: \def\footnotesize{\@setsize\footnotesize{8pt}\viiipt\@viiipt} b@1641: \def\scriptsize{\@setsize\scriptsize{8pt}\viipt\@viipt} b@1641: \def\tiny{\@setsize\tiny{7pt}\vipt\@vipt} b@1641: \def\large{\@setsize\large{14pt}\xiipt\@xiipt} b@1641: \def\Large{\@setsize\Large{16pt}\xivpt\@xivpt} b@1641: \def\LARGE{\@setsize\LARGE{20pt}\xviipt\@xviipt} b@1641: \def\huge{\@setsize\huge{23pt}\xxpt\@xxpt} b@1641: \def\Huge{\@setsize\Huge{28pt}\xxvpt\@xxvpt} b@1641: b@1641: \twocolumn b@1641: \pagestyle{empty} b@1641: b@1641: \def\maketitle{\par b@1641: \begingroup b@1641: \def\thefootnote{} b@1641: \def\@makefnmark{ b@1641: \hbox b@1641: {$^{\@thefnmark}$\hss} b@1641: } b@1641: \twocolumn[\@maketitle] b@1641: \permission b@1641: \@thanks b@1641: \endgroup b@1641: \setcounter{footnote}{0} b@1641: \let\maketitle\relax b@1641: \let\@maketitle\relax b@1641: \gdef\thefootnote{ b@1641: \arabic{footnote} b@1641: } b@1641: \gdef\@@savethanks{} b@1641: \gdef\@thanks{} b@1641: \gdef\@author{} b@1641: \gdef\@title{} b@1641: \let\thanks\relax b@1641: } b@1641: b@1641: \def\@maketitle{ b@1641: \newpage b@1641: \null b@1641: \begin{center} { b@1641: \Large \bf \@title \par b@1641: } b@1641: \vskip 2.0em { b@1641: \normalsize \lineskip .5em b@1641: \begin{tabular}[t]{c} b@1641: \@author \\ b@1641: \end{tabular} b@1641: \par b@1641: } b@1641: \end{center} b@1641: \par b@1641: \vskip 2.0em b@1641: } b@1641: b@1641: \newcommand{\permission}{ b@1641: \begin{figure}[b] b@1641: {\scriptsize{\it Copyright: \copyright 2015 \firstauthor \hspace*{1 pt} et al. This is an open-access article distributed under the terms of the \href{http://creativecommons.org/licenses/by/3.0/}{\textcolor {magenta} {\underline {Creative Commons Attribution 3.0 Unported License}}}, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.}} b@1641: %{\copyright~Copyright notice here} b@1641: \end{figure}} b@1641: b@1641: \def\oneauthor#1#2{ b@1641: \gdef\@author{ b@1641: \begin{tabular}{@{}c@{}} b@1641: {\bf #1} \\ b@1641: #2\relax b@1641: \end{tabular}\hskip .3in b@1641: } b@1641: } b@1641: b@1641: \def\twoauthors#1#2#3#4{ b@1641: \gdef\@author{ b@1641: \begin{tabular}{@{}c@{}} b@1641: {\bf #1} \\ b@1641: #2 b@1641: \end{tabular}\hskip 1.5in b@1641: \begin{tabular}{@{}c@{}} b@1641: {\bf #3} \\ b@1641: #4\relax b@1641: \end{tabular} b@1641: } b@1641: } b@1641: b@1641: \def\threeauthors#1#2#3#4#5#6{ b@1641: \gdef\@author{ b@1641: \begin{tabular}{@{}c@{}} b@1641: {\bf #1} \\ b@1641: #2 b@1641: \end{tabular}\hskip .3in b@1641: \begin{tabular}{@{}c@{}} b@1641: {\bf #3} \\ b@1641: #4 b@1641: \end{tabular}\hskip .3in b@1641: \begin{tabular}{@{}c@{}} b@1641: {\bf #5} \\ b@1641: #6\relax b@1641: \end{tabular} b@1641: } b@1641: } b@1641: b@1641: \def\fourauthors#1#2#3#4#5#6#7#8{ b@1641: \gdef\@author{ b@1641: \begin{tabular}{@{}c@{}} b@1641: {\bf #1} \\ b@1641: #2 b@1641: \end{tabular}\hskip .2in b@1641: \begin{tabular}{@{}c@{}} b@1641: {\bf #3} \\ b@1641: #4 b@1641: \end{tabular}\hskip .2in b@1641: \begin{tabular}{@{}c@{}} b@1641: {\bf #5} \\ b@1641: #6\relax b@1641: \end{tabular}\hskip .2in b@1641: \begin{tabular}{@{}c@{}} b@1641: {\bf #7} \\ b@1641: #8\relax b@1641: \end{tabular}\\ b@1641: Centre for Digital Music, Queen Mary University of London b@1641: } b@1641: } b@1641: b@1641: \def\abstract{ b@1641: \begin{center}{ b@1641: \bf ABSTRACT b@1641: } b@1641: \end{center} b@1641: } b@1641: \def\endabstract{\par} b@1641: b@1641: \def\title#1{\gdef\@title{\uppercase{#1}}} b@1641: b@1641: \newif\if@smcsection b@1641: b@1641: \renewcommand\section{ b@1641: \@smcsectiontrue b@1641: \@startsection b@1641: {section} b@1641: {1} b@1641: {\z@} b@1641: {-3.5ex \@plus -1ex \@minus -.2ex} b@1641: {6pt \@plus.2ex} b@1641: {\large\bf\centering} b@1641: } b@1641: b@1641: \renewcommand\subsection{ b@1641: \@smcsectionfalse b@1641: \@startsection b@1641: {subsection} b@1641: {2} b@1641: {\z@} b@1641: {-2.5ex \@plus -1ex \@minus -.2ex} b@1641: {6pt \@plus.2ex} b@1641: {\normalsize\bf\raggedright} b@1641: } b@1641: b@1641: \renewcommand\subsubsection{ b@1641: \@smcsectionfalse b@1641: \@startsection b@1641: {subsubsection} b@1641: {3} b@1641: {\z@} b@1641: {-1.5ex \@plus -1ex \@minus -.2ex} b@1641: {6pt \@plus.2ex} b@1641: {\normalsize\it\raggedright} b@1641: } b@1641: b@1641: \def\@sect#1#2#3#4#5#6[#7]#8{ b@1641: \refstepcounter{#1} b@1641: \if@smcsection b@1641: \edef\@svsec{\csname the#1\endcsname.\hskip 0.6em} b@1641: \else b@1641: \edef\@svsec{\csname the#1\endcsname\hskip 0.6em} b@1641: \fi b@1641: \begingroup b@1641: \ifnum #2=1 b@1641: \bf\centering{\interlinepenalty \@M \@svsec\uppercase{#8}\par} b@1641: \else b@1641: \ifnum #2=2 b@1641: \bf\raggedright b@1641: \noindent{\interlinepenalty \@M \@svsec #8\par} b@1641: \else b@1641: \it\raggedright b@1641: \noindent{\interlinepenalty \@M \@svsec #8\par} b@1641: \fi b@1641: \fi b@1641: \endgroup b@1641: \csname #1mark\endcsname{#7}\addcontentsline b@1641: {toc}{#1}{\protect\numberline b@1641: \if@smcsection b@1641: {\csname the#1\endcsname.} b@1641: \else b@1641: {\csname the#1\endcsname} b@1641: \fi b@1641: #7} b@1641: \@tempskipa #5\relax b@1641: \@xsect{\@tempskipa} b@1641: } b@1641: b@1641: \newenvironment{acknowledgments}% b@1641: {% b@1641: \vskip 2.5ex {\normalsize\bf\raggedright Acknowledgments} b@1641: \vspace*{6pt} \\ b@1641: \noindent b@1641: }% b@1641: {% b@1641: \par b@1641: } b@1641: b@1641: b@1641: \bibliographystyle{IEEEtran} b@1641: b@1641: \def\thebibliography#1{ b@1641: \section{References}\list b@1641: {[\arabic{enumi}]}{ b@1641: \settowidth\labelwidth{[#1]}\leftmargin 1em b@1641: \advance\leftmargin\labelsep b@1641: \usecounter{enumi} b@1641: } b@1641: \def\newblock{\hskip .01em plus .01em minus .01em} b@1641: \sloppy\clubpenalty4000\widowpenalty4000 b@1641: \sfcode`\.=1000\relax b@1641: } b@1641: b@1641: \let\endthebibliography=\endlist b@1641: b@1641: \long\def\@makecaption#1#2{ b@1641: \vskip 10pt b@1641: \setbox\@tempboxa\hbox{#1. #2} b@1641: \ifdim b@1641: \wd\@tempboxa >\hsize #1. #2\par b@1641: \else b@1641: \hbox b@1641: to\hsize{\hfil\box\@tempboxa\hfil} b@1641: \fi b@1641: } b@1641: b@1641: \def\fnum@figure{{\bf Figure\ \thefigure}} b@1641: \def\fnum@table{{\bf Table \thetable}} b@1641: b@1641: \flushbottom