Mercurial > hg > qm-vamp-plugins
comparison plugins/SimilarityPlugin.cpp @ 118:4a354c18e688
* Make chromagram and constant-Q plugins start at a somewhat higher
low frequency, by default, for speed
* Add adaptive spectrogram and DWT to the RDF descriptions, and update
version numbers, copyrights etc
(Version numbers should now all be correct for the next, 1.6 release)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 05 Jun 2009 15:22:04 +0000 |
parents | 68f181553123 |
children | c655fa61884f |
comparison
equal
deleted
inserted
replaced
117:2199486d2187 | 118:4a354c18e688 |
---|---|
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 /* | 3 /* |
4 * SimilarityPlugin.cpp | 4 * SimilarityPlugin.cpp |
5 * | 5 * |
6 * Copyright 2008 Centre for Digital Music, Queen Mary, University of London. | 6 * Copyright 2009 Centre for Digital Music, Queen Mary, University of London. |
7 * All rights reserved. | 7 * All rights reserved. |
8 */ | 8 */ |
9 | 9 |
10 #include <iostream> | 10 #include <iostream> |
11 #include <cstdio> | 11 #include <cstdio> |
102 } | 102 } |
103 | 103 |
104 string | 104 string |
105 SimilarityPlugin::getCopyright() const | 105 SimilarityPlugin::getCopyright() const |
106 { | 106 { |
107 return "Plugin by Mark Levy, Kurt Jacobson and Chris Cannam. Copyright (c) 2008 QMUL - All Rights Reserved"; | 107 return "Plugin by Mark Levy, Kurt Jacobson and Chris Cannam. Copyright (c) 2009 QMUL - All Rights Reserved"; |
108 } | 108 } |
109 | 109 |
110 size_t | 110 size_t |
111 SimilarityPlugin::getMinChannelCount() const | 111 SimilarityPlugin::getMinChannelCount() const |
112 { | 112 { |