]> git.sesse.net Git - pitch/history - pitch.cpp
#define away the 440 constant, in case you want to tune with a capo.
[pitch] / pitch.cpp
2010-07-19 sgunderson@bigfoot.com#define away the 440 constant, in case you want to...
2009-05-28 sgunderson@bigfoot.comFix missing #include of string.h.
2007-02-04 sgunderson@bigfoot.comMake a fine tuning display for the guitar; useful to...
2006-12-20 sgunderson@bigfoot.comSplit the pitch logic into its own class.
2006-04-28 Steinar H. GundersonStart a bit above DC, to combat microphones with huge...
2006-04-28 Steinar H. GundersonFix lower limit for overtone detection.
2006-04-28 Steinar H. GundersonFix an off-by-one in the undertone detection.
2006-04-28 Steinar H. GundersonTypofix.
2006-04-28 Steinar H. GundersonDon't run adjust_for_overtones if we found no peak.
2006-04-28 Steinar H. GundersonFix a possible segfault.
2006-04-28 Steinar H. GundersonFix a possible segfault.
2006-04-02 Steinar H. GundersonReintroduce the overtone debug messages (commented...
2006-04-02 Steinar H. GundersonAdd saner treatment of the fragments setting. Remove...
2006-04-02 Steinar H. GundersonReduce the number of fragments, to get smoother output.
2006-04-02 Steinar H. GundersonAdd experimental support for utilizing the harmonics...
2006-04-02 Steinar H. GundersonMake sure we actually set the sample rate to whatever...
2006-04-02 Steinar H. GundersonGo back to guitar by default.
2005-07-27 Steinar H. GundersonAdded support for guitar-specific tuning.
2005-07-11 Steinar H. Gundersoninitial import