comparison plugins/TonalChangeDetect.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 2631d0b3d7eb
children 2416ef0e9319
comparison
equal deleted inserted replaced
117:2199486d2187 118:4a354c18e688
102 return 1; 102 return 1;
103 } 103 }
104 104
105 std::string TonalChangeDetect::getCopyright() const 105 std::string TonalChangeDetect::getCopyright() const
106 { 106 {
107 return "Plugin by Martin Gasser and Christopher Harte. Copyright (c) 2006-2008 QMUL - All Rights Reserved"; 107 return "Plugin by Martin Gasser and Christopher Harte. Copyright (c) 2006-2009 QMUL - All Rights Reserved";
108 } 108 }
109 109
110 TonalChangeDetect::ParameterList TonalChangeDetect::getParameterDescriptors() const 110 TonalChangeDetect::ParameterList TonalChangeDetect::getParameterDescriptors() const
111 { 111 {
112 ParameterList list; 112 ParameterList list;