Mercurial > hg > segmenter-vamp-plugin
changeset 15:3ef0ee41ecc2 slimline
Surely output should be called segmentation (i.e. full word) externally no matter its internal variable name
author | Chris Cannam |
---|---|
date | Thu, 10 May 2012 10:22:04 +0100 |
parents | 8aa828dd7d9f |
children | 4f9d59b0526e |
files | songparts/SongParts.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/songparts/SongParts.cpp Thu May 10 10:21:07 2012 +0100 +++ b/songparts/SongParts.cpp Thu May 10 10:22:04 2012 +0100 @@ -621,7 +621,7 @@ m_qchromaOutputNumber = outputCounter++; OutputDescriptor segm; - segm.identifier = "segm"; + segm.identifier = "segmentation"; segm.name = "Segmentation"; segm.description = "Segmentation"; segm.unit = "segment-type";