Mercurial > hg > silvet
diff src/Silvet.h @ 175:abfd19f5cc1a
Emit cents offset in note name too
author | Chris Cannam |
---|---|
date | Wed, 21 May 2014 14:42:00 +0100 |
parents | 2114b2545c27 |
children | a53c713b2a4a |
line wrap: on
line diff
--- a/src/Silvet.h Wed May 21 14:41:53 2014 +0100 +++ b/src/Silvet.h Wed May 21 14:42:00 2014 +0100 @@ -100,7 +100,7 @@ FeatureSet transcribe(const Grid &); - string noteName(int n) const; + string noteName(int n, int shift, int shiftCount) const; float noteFrequency(int n, int shift, int shiftCount) const; int m_blockSize;