Mercurial > hg > silvet
changeset 331:e8e37f471650 livemode
Merge
author | Chris Cannam |
---|---|
date | Wed, 29 Apr 2015 18:58:00 +0100 |
parents | 8f5cfd7dbaa5 (diff) 6f8fa7fc8fdc (current diff) |
children | 1272070a1011 |
files | src/Silvet.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;