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