libKeyFinder
A small C++11 library for estimating the musical key of digital audio.
Public Member Functions | List of all members
KeyFinder::Chromagram Class Reference

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
 

The documentation for this class was generated from the following file: