Mercurial > hg > silvet
annotate src/EM.cpp @ 34:7d81407a2fd8
Start on EM class
author | Chris Cannam |
---|---|
date | Fri, 04 Apr 2014 14:28:41 +0100 |
parents | |
children | 461d94ed3816 |
rev | line source |
---|---|
Chris@34 | 1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ |
Chris@34 | 2 |
Chris@34 | 3 /* |
Chris@34 | 4 Silvet |
Chris@34 | 5 |
Chris@34 | 6 A Vamp plugin for note transcription. |
Chris@34 | 7 Centre for Digital Music, Queen Mary University of London. |
Chris@34 | 8 |
Chris@34 | 9 This program is free software; you can redistribute it and/or |
Chris@34 | 10 modify it under the terms of the GNU General Public License as |
Chris@34 | 11 published by the Free Software Foundation; either version 2 of the |
Chris@34 | 12 License, or (at your option) any later version. See the file |
Chris@34 | 13 COPYING included with this distribution for more information. |
Chris@34 | 14 */ |
Chris@34 | 15 |
Chris@34 | 16 #include "EM.h" |
Chris@34 | 17 |
Chris@34 | 18 #include "data/include/templates.h" |
Chris@34 | 19 |