Mercurial > hg > silvet
comparison src/Silvet.cpp @ 329:447ccdbfc6c0 livemode
Minor text fix
author | Chris Cannam |
---|---|
date | Tue, 28 Apr 2015 18:56:34 +0100 |
parents | 5a181a427ac8 |
children | 8f5cfd7dbaa5 |
comparison
equal
deleted
inserted
replaced
308:26be240475b5 | 329:447ccdbfc6c0 |
---|---|
230 OutputList list; | 230 OutputList list; |
231 | 231 |
232 OutputDescriptor d; | 232 OutputDescriptor d; |
233 d.identifier = "notes"; | 233 d.identifier = "notes"; |
234 d.name = "Note transcription"; | 234 d.name = "Note transcription"; |
235 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."; | 235 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."; |
236 d.unit = "Hz"; | 236 d.unit = "Hz"; |
237 d.hasFixedBinCount = true; | 237 d.hasFixedBinCount = true; |
238 d.binCount = 2; | 238 d.binCount = 2; |
239 d.binNames.push_back("Frequency"); | 239 d.binNames.push_back("Frequency"); |
240 d.binNames.push_back("Velocity"); | 240 d.binNames.push_back("Velocity"); |