comparison 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
comparison
equal deleted inserted replaced
174:237d41a0f69d 175:abfd19f5cc1a
98 void emitNote(int start, int end, int note, int shiftCount, 98 void emitNote(int start, int end, int note, int shiftCount,
99 FeatureList &noteFeatures); 99 FeatureList &noteFeatures);
100 100
101 FeatureSet transcribe(const Grid &); 101 FeatureSet transcribe(const Grid &);
102 102
103 string noteName(int n) const; 103 string noteName(int n, int shift, int shiftCount) const;
104 float noteFrequency(int n, int shift, int shiftCount) const; 104 float noteFrequency(int n, int shift, int shiftCount) const;
105 105
106 int m_blockSize; 106 int m_blockSize;
107 int m_columnCount; 107 int m_columnCount;
108 Vamp::RealTime m_startTime; 108 Vamp::RealTime m_startTime;