summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-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 461b856..7e8cfea 100644
--- a/apps/plugins/pitch_detector.c
+++ b/apps/plugins/pitch_detector.c
@@ -262,7 +262,7 @@ static int recording=0;
struct note_entry
{
const char *name; /* Name of the note, e.g. "A#" */
- const fixed freq; /* Note frequency */
+ const fixed freq; /* Note frequency, Hz */
const fixed logfreq; /* log2(frequency) */
};