comparison MonoNote.h @ 9:5945b8905d1f

README, copyrights
author Chris Cannam
date Fri, 06 Dec 2013 10:49:00 +0000
parents 99bac62ee2da
children 729cc1da9b8d
comparison
equal deleted inserted replaced
8:97918c7d7529 9:5945b8905d1f
1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
2
3 /*
4 pYIN - A fundamental frequency estimator for monophonic audio
5 Centre for Digital Music, Queen Mary, University of London.
6
7 This program is free software; you can redistribute it and/or
8 modify it under the terms of the GNU General Public License as
9 published by the Free Software Foundation; either version 2 of the
10 License, or (at your option) any later version. See the file
11 COPYING included with this distribution for more information.
12 */
13
1 #ifndef _MONONOTE_H_ 14 #ifndef _MONONOTE_H_
2 #define _MONONOTE_H_ 15 #define _MONONOTE_H_
3 16
4 #include "MonoNoteHMM.h" 17 #include "MonoNoteHMM.h"
5 #include "MonoNoteParameters.h" 18 #include "MonoNoteParameters.h"