changeset 329:447ccdbfc6c0 livemode

Minor text fix
author Chris Cannam
date Tue, 28 Apr 2015 18:56:34 +0100
parents 26be240475b5
children 8f5cfd7dbaa5
files src/Silvet.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Silvet.cpp	Mon Jan 19 09:33:35 2015 +0000
+++ b/src/Silvet.cpp	Tue Apr 28 18:56:34 2015 +0100
@@ -232,7 +232,7 @@
     OutputDescriptor d;
     d.identifier = "notes";
     d.name = "Note transcription";
-    d.description = "Overall note transcription. Each note has time, duration, estimated pitch, and a synthetic MIDI velocity (1-127) estimated from the strength of the pitch in the mixture.";
+    d.description = "Overall note transcription. Each note has time, duration, estimated fundamental frequency, and a synthetic MIDI velocity (1-127) estimated from the strength of the pitch in the mixture.";
     d.unit = "Hz";
     d.hasFixedBinCount = true;
     d.binCount = 2;