Mercurial > hg > qm-vamp-plugins
comparison plugins/SegmenterPlugin.cpp @ 57:ee9d180a5ad6
* reset() implementations
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 31 Jan 2008 10:39:39 +0000 |
parents | df7a0bc46592 |
children | 4a354c18e688 |
comparison
equal
deleted
inserted
replaced
56:4fb1c0a24178 | 57:ee9d180a5ad6 |
---|---|
94 } | 94 } |
95 | 95 |
96 void | 96 void |
97 SegmenterPlugin::reset() | 97 SegmenterPlugin::reset() |
98 { | 98 { |
99 //!!! | 99 // re-make segmenter only if it has already been made; otherwise |
100 // there's nothing to reset | |
101 if (segmenter) makeSegmenter(); | |
100 } | 102 } |
101 | 103 |
102 size_t | 104 size_t |
103 SegmenterPlugin::getPreferredStepSize() const | 105 SegmenterPlugin::getPreferredStepSize() const |
104 { | 106 { |