summaryrefslogtreecommitdiff
path: root/apps/plugins/pitch_detector.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pitch_detector.c')
-rw-r--r--apps/plugins/pitch_detector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pitch_detector.c b/apps/plugins/pitch_detector.c
index 461b8562d8..7e8cfeaa0e 100644
--- a/apps/plugins/pitch_detector.c
+++ b/apps/plugins/pitch_detector.c
@@ -262,7 +262,7 @@ static int recording=0;
262struct note_entry 262struct note_entry
263{ 263{
264 const char *name; /* Name of the note, e.g. "A#" */ 264 const char *name; /* Name of the note, e.g. "A#" */
265 const fixed freq; /* Note frequency */ 265 const fixed freq; /* Note frequency, Hz */
266 const fixed logfreq; /* log2(frequency) */ 266 const fixed logfreq; /* log2(frequency) */
267}; 267};
268 268