Mercurial > hg > qm-dsp
comparison dsp/keydetection/GetKeyMode.cpp @ 464:0076c66d2932
Credit daschuer
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 29 May 2019 13:55:07 +0100 |
parents | 9414df58fd0e |
children | 64fc3009d0a3 |
comparison
equal
deleted
inserted
replaced
463:d8ad5893db6f | 464:0076c66d2932 |
---|---|
1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ | 1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ |
2 /* | 2 /* |
3 Copyright (c) 2005 Centre for Digital Music ( C4DM ) | 3 QM DSP Library |
4 Queen Mary Univesrity of London | 4 |
5 Centre for Digital Music, Queen Mary, University of London. | |
6 This file 2005-2006 Christian Landone and Katy Noland. | |
7 | |
8 Fixes to correct chroma offsets and for thread safety contributed | |
9 by Daniel Schürmann. | |
5 | 10 |
6 This program is free software; you can redistribute it and/or | 11 This program is free software; you can redistribute it and/or |
7 modify it under the terms of the GNU General Public License as | 12 modify it under the terms of the GNU General Public License as |
8 published by the Free Software Foundation; either version 2 of the | 13 published by the Free Software Foundation; either version 2 of the |
9 License, or (at your option) any later version. See the file | 14 License, or (at your option) any later version. See the file |
10 COPYING included with this distribution for more information. | 15 COPYING included with this distribution for more information. |
11 */ | 16 */ |
12 // GetKeyMode.cpp: implementation of the CGetKeyMode class. | |
13 // | |
14 ////////////////////////////////////////////////////////////////////// | |
15 | 17 |
16 #include "GetKeyMode.h" | 18 #include "GetKeyMode.h" |
17 #include "maths/MathUtilities.h" | 19 #include "maths/MathUtilities.h" |
18 #include "base/Pitch.h" | 20 #include "base/Pitch.h" |
19 | 21 |