# HG changeset patch # User Chris Cannam # Date 1430243794 -3600 # Node ID 447ccdbfc6c0d5a71eb82a38f5b1304372aaecb5 # Parent 26be240475b5b8b51cbd1ab6e3e8d1594a0a83f1 Minor text fix diff -r 26be240475b5 -r 447ccdbfc6c0 src/Silvet.cpp --- 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;