# HG changeset patch # User Chris Cannam # Date 1430243814 -3600 # Node ID 8f5cfd7dbaa5e944cc311873cf0d5b9d50cfea34 # Parent 447ccdbfc6c0d5a71eb82a38f5b1304372aaecb5# Parent ba02cdc839dbbd94e21759ef41c9db7e896533d1 Merge diff -r ba02cdc839db -r 8f5cfd7dbaa5 src/Silvet.cpp --- a/src/Silvet.cpp Tue Apr 28 16:54:12 2015 +0100 +++ b/src/Silvet.cpp Tue Apr 28 18:56:54 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;