Mercurial > hg > svcore
changeset 1023:1f62a890da58
Start adding piano note
| author | Chris Cannam | 
|---|---|
| date | Tue, 02 Dec 2014 13:50:49 +0000 | 
| parents | eecf544bed92 | 
| children | d1ce7a4a920b | 
| files | base/Pitch.h | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/base/Pitch.h Mon Dec 01 15:42:58 2014 +0000 +++ b/base/Pitch.h Tue Dec 02 13:50:49 2014 +0000 @@ -85,7 +85,7 @@ static QString getPitchLabel(int midiPitch, float centsOffset = 0, bool useFlats = false); - + /** * Return a string describing the nearest MIDI pitch to the given * frequency, with cents offset.
