Mercurial > hg > silvet
changeset 330:8f5cfd7dbaa5 livemode
Merge
author | Chris Cannam |
---|---|
date | Tue, 28 Apr 2015 18:56:54 +0100 |
parents | 447ccdbfc6c0 (diff) ba02cdc839db (current diff) |
children | e8e37f471650 |
files | src/Silvet.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;