libKeyFinder
A small C++11 library for estimating the musical key of digital audio.
|
Public Member Functions | |
Chromagram (unsigned int hops=0) | |
void | append (const Chromagram &that) |
void | setMagnitude (unsigned int hop, unsigned int band, double value) |
double | getMagnitude (unsigned int hop, unsigned int band) const |
unsigned int | getHops () const |
std::vector< double > | collapseToOneHop () const |