# HG changeset patch # User Chris Cannam # Date 1430330280 -3600 # Node ID e8e37f47165019ff188e6f4cf2991dd3bae90724 # Parent 8f5cfd7dbaa5e944cc311873cf0d5b9d50cfea34# Parent 6f8fa7fc8fdc2ae9f1d987111074de45f694ecc3 Merge diff -r 6f8fa7fc8fdc -r e8e37f471650 src/Silvet.cpp --- a/src/Silvet.cpp Wed Apr 29 10:56:30 2015 +0100 +++ b/src/Silvet.cpp Wed Apr 29 18:58:00 2015 +0100 @@ -239,7 +239,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;