Mercurial > hg > vamp-website
comparison code-doc/AmplitudeFollower_8cpp-source.html @ 35:0976232e353b website
* Update for 2.1 release; add wiki link
author | cannam |
---|---|
date | Fri, 25 Sep 2009 15:40:18 +0000 |
parents | cc0be37dc9d3 |
children |
comparison
equal
deleted
inserted
replaced
34:4b4db9230e94 | 35:0976232e353b |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> | 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
3 <title>VampPluginSDK: AmplitudeFollower.cpp Source File</title> | 3 <title>VampPluginSDK: AmplitudeFollower.cpp Source File</title> |
4 <link href="tabs.css" rel="stylesheet" type="text/css"> | |
4 <link href="doxygen.css" rel="stylesheet" type="text/css"> | 5 <link href="doxygen.css" rel="stylesheet" type="text/css"> |
5 <link href="tabs.css" rel="stylesheet" type="text/css"> | |
6 </head><body> | 6 </head><body> |
7 <!-- Generated by Doxygen 1.5.6 --> | 7 <!-- Generated by Doxygen 1.5.8 --> |
8 <div class="navigation" id="top"> | 8 <div class="navigation" id="top"> |
9 <div class="tabs"> | 9 <div class="tabs"> |
10 <ul> | 10 <ul> |
11 <li><a href="main.html"><span>Main Page</span></a></li> | 11 <li><a href="main.html"><span>Main Page</span></a></li> |
12 <li><a href="namespaces.html"><span>Namespaces</span></a></li> | 12 <li><a href="namespaces.html"><span>Namespaces</span></a></li> |
13 <li><a href="annotated.html"><span>Classes</span></a></li> | 13 <li><a href="annotated.html"><span>Classes</span></a></li> |
14 <li class="current"><a href="files.html"><span>Files</span></a></li> | 14 <li class="current"><a href="files.html"><span>Files</span></a></li> |
15 <li><a href="dirs.html"><span>Directories</span></a></li> | 15 <li><a href="dirs.html"><span>Directories</span></a></li> |
16 </ul> | |
17 </div> | |
18 <div class="tabs"> | |
19 <ul> | |
20 <li><a href="files.html"><span>File List</span></a></li> | |
21 <li><a href="globals.html"><span>File Members</span></a></li> | |
16 </ul> | 22 </ul> |
17 </div> | 23 </div> |
18 <div class="navpath"><a class="el" href="dir_35887283b966ca996e4ff77f459c38ce.html">examples</a> | 24 <div class="navpath"><a class="el" href="dir_35887283b966ca996e4ff77f459c38ce.html">examples</a> |
19 </div> | 25 </div> |
20 </div> | 26 </div> |
144 <a name="l00128"></a><a class="code" href="classAmplitudeFollower.html#043e3c3db77d76267cd8069e1485bf26">00128</a> <a class="code" href="classAmplitudeFollower.html#043e3c3db77d76267cd8069e1485bf26" title="Get the outputs of this plugin.">AmplitudeFollower::getOutputDescriptors</a>()<span class="keyword"> const</span> | 150 <a name="l00128"></a><a class="code" href="classAmplitudeFollower.html#043e3c3db77d76267cd8069e1485bf26">00128</a> <a class="code" href="classAmplitudeFollower.html#043e3c3db77d76267cd8069e1485bf26" title="Get the outputs of this plugin.">AmplitudeFollower::getOutputDescriptors</a>()<span class="keyword"> const</span> |
145 <a name="l00129"></a>00129 <span class="keyword"></span>{ | 151 <a name="l00129"></a>00129 <span class="keyword"></span>{ |
146 <a name="l00130"></a>00130 <a class="code" href="classVamp_1_1Plugin.html#30f531b8fb69fac41a24e3d2a6a08ed9">OutputList</a> list; | 152 <a name="l00130"></a>00130 <a class="code" href="classVamp_1_1Plugin.html#30f531b8fb69fac41a24e3d2a6a08ed9">OutputList</a> list; |
147 <a name="l00131"></a>00131 | 153 <a name="l00131"></a>00131 |
148 <a name="l00132"></a>00132 <a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html">OutputDescriptor</a> sca; | 154 <a name="l00132"></a>00132 <a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html">OutputDescriptor</a> sca; |
149 <a name="l00133"></a>00133 sca.<a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#e2c893ddb1860589517ab7eaa989a18b" title="The name of the output, in computer-usable form.">identifier</a> = <span class="stringliteral">"amplitude"</span>; | 155 <a name="l00133"></a>00133 sca.<a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#2e6f77bcb12d4c95da25348ac85b8696" title="The name of the output, in computer-usable form.">identifier</a> = <span class="stringliteral">"amplitude"</span>; |
150 <a name="l00134"></a>00134 sca.<a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#b824b2b34ee50f897a30901c620e8d87" title="The human-readable name of the output.">name</a> = <span class="stringliteral">"Amplitude"</span>; | 156 <a name="l00134"></a>00134 sca.<a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#0992e05ea70425878365ba85663400a7" title="The human-readable name of the output.">name</a> = <span class="stringliteral">"Amplitude"</span>; |
151 <a name="l00135"></a>00135 sca.<a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#f9b4fe8f78e7126ead820ba5dc55efd1" title="A human-readable short text describing the output.">description</a> = <span class="stringliteral">""</span>; | 157 <a name="l00135"></a>00135 sca.<a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#8b44602d8ccea8bb862fd766e74efa1c" title="A human-readable short text describing the output.">description</a> = <span class="stringliteral">"The peak tracked amplitude for the current processing block"</span>; |
152 <a name="l00136"></a>00136 sca.<a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#a057a8833fa037f06ac9f7b85b85d5e4" title="The unit of the output, in human-readable form.">unit</a> = <span class="stringliteral">"V"</span>; | 158 <a name="l00136"></a>00136 sca.<a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#52f4b3d8d7070cc9c5ab4aa6ff0c01a0" title="The unit of the output, in human-readable form.">unit</a> = <span class="stringliteral">"V"</span>; |
153 <a name="l00137"></a>00137 sca.<a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#f0e577e1a256ff6eed6ea42133fec77d" title="True if the output has the same number of values per sample for every output sample...">hasFixedBinCount</a> = <span class="keyword">true</span>; | 159 <a name="l00137"></a>00137 sca.<a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#0653d3a85fdc226e60fd5e612b399e0c" title="True if the output has the same number of values per sample for every output sample...">hasFixedBinCount</a> = <span class="keyword">true</span>; |
154 <a name="l00138"></a>00138 sca.<a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#fdd006959a995e40ef7d565a3a4df6dc" title="The number of values per result of the output.">binCount</a> = 1; | 160 <a name="l00138"></a>00138 sca.<a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#238a4781ebb4151832cbf521feb0fedc" title="The number of values per result of the output.">binCount</a> = 1; |
155 <a name="l00139"></a>00139 sca.<a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#e9ccb65f99f477096b65dd031f4c5e31" title="True if the results in each output bin fall within a fixed numeric range (minimum...">hasKnownExtents</a> = <span class="keyword">false</span>; | 161 <a name="l00139"></a>00139 sca.<a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#4b8d0d88bee613709e91b48402e28c8e" title="True if the results in each output bin fall within a fixed numeric range (minimum...">hasKnownExtents</a> = <span class="keyword">false</span>; |
156 <a name="l00140"></a>00140 sca.<a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#1b4858928d23bfd7d5bc557c82a83fb4" title="True if the output values are quantized to a particular resolution.">isQuantized</a> = <span class="keyword">false</span>; | 162 <a name="l00140"></a>00140 sca.<a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#43673cd31b2b65af427a8e8b8746b6e8" title="True if the output values are quantized to a particular resolution.">isQuantized</a> = <span class="keyword">false</span>; |
157 <a name="l00141"></a>00141 sca.<a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#0d1194980d44e31b25ef3b4b070d6b5d" title="Positioning in time of the output results.">sampleType</a> = <a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#bffa9ed50cd756df70fd51f0355f448c0459d5d0d2198d21e8bc90abe4fdccca" title="Results from each process() align with that call&#39;s block start.">OutputDescriptor::OneSamplePerStep</a>; | 163 <a name="l00141"></a>00141 sca.<a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#3cd2e0b7a6da19c32bbb6809a83d9adf" title="Positioning in time of the output results.">sampleType</a> = <a class="code" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#bffa9ed50cd756df70fd51f0355f448c8915f78de285a79dd415e0c6012d1ead" title="Results from each process() align with that call&#39;s block start.">OutputDescriptor::OneSamplePerStep</a>; |
158 <a name="l00142"></a>00142 list.push_back(sca); | 164 <a name="l00142"></a>00142 list.push_back(sca); |
159 <a name="l00143"></a>00143 | 165 <a name="l00143"></a>00143 |
160 <a name="l00144"></a>00144 <span class="keywordflow">return</span> list; | 166 <a name="l00144"></a>00144 <span class="keywordflow">return</span> list; |
161 <a name="l00145"></a>00145 } | 167 <a name="l00145"></a>00145 } |
162 <a name="l00146"></a>00146 | 168 <a name="l00146"></a>00146 |
164 <a name="l00148"></a><a class="code" href="classAmplitudeFollower.html#9df01323a09e117bc12354ebe9244edf">00148</a> <a class="code" href="classAmplitudeFollower.html#9df01323a09e117bc12354ebe9244edf" title="Get the controllable parameters of this plugin.">AmplitudeFollower::getParameterDescriptors</a>()<span class="keyword"> const</span> | 170 <a name="l00148"></a><a class="code" href="classAmplitudeFollower.html#9df01323a09e117bc12354ebe9244edf">00148</a> <a class="code" href="classAmplitudeFollower.html#9df01323a09e117bc12354ebe9244edf" title="Get the controllable parameters of this plugin.">AmplitudeFollower::getParameterDescriptors</a>()<span class="keyword"> const</span> |
165 <a name="l00149"></a>00149 <span class="keyword"></span>{ | 171 <a name="l00149"></a>00149 <span class="keyword"></span>{ |
166 <a name="l00150"></a>00150 <a class="code" href="classVamp_1_1PluginBase.html#3b6bb4bbd86affe1ca9deceea1aad4f8">ParameterList</a> list; | 172 <a name="l00150"></a>00150 <a class="code" href="classVamp_1_1PluginBase.html#3b6bb4bbd86affe1ca9deceea1aad4f8">ParameterList</a> list; |
167 <a name="l00151"></a>00151 | 173 <a name="l00151"></a>00151 |
168 <a name="l00152"></a>00152 <a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html">ParameterDescriptor</a> att; | 174 <a name="l00152"></a>00152 <a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html">ParameterDescriptor</a> att; |
169 <a name="l00153"></a>00153 att.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#116fd9f0dc94c2bc4bbc60b5443c598c" title="The name of the parameter, in computer-usable form.">identifier</a> = <span class="stringliteral">"attack"</span>; | 175 <a name="l00153"></a>00153 att.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#b34ea7114875647281ac031021e45d06" title="The name of the parameter, in computer-usable form.">identifier</a> = <span class="stringliteral">"attack"</span>; |
170 <a name="l00154"></a>00154 att.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#0ecebb94fb4ada4aad2640e20aa57084" title="The human-readable name of the parameter.">name</a> = <span class="stringliteral">"Attack time"</span>; | 176 <a name="l00154"></a>00154 att.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#2c1000e78a6414dab6c5af5201053741" title="The human-readable name of the parameter.">name</a> = <span class="stringliteral">"Attack time"</span>; |
171 <a name="l00155"></a>00155 att.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#780ddad41e433d85c82f9ea4d959cbaf" title="A human-readable short text describing the parameter.">description</a> = <span class="stringliteral">""</span>; | 177 <a name="l00155"></a>00155 att.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#0cbc8fe35b0d15fd8e19de2ade33d147" title="A human-readable short text describing the parameter.">description</a> = <span class="stringliteral">"The 60dB convergence time for an increase in amplitude"</span>; |
172 <a name="l00156"></a>00156 att.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#3bc3df322e4c02e17e96bc6d44982d7b" title="The unit of the parameter, in human-readable form.">unit</a> = <span class="stringliteral">"s"</span>; | 178 <a name="l00156"></a>00156 att.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#e0d6c74d915b99bacb55a0622e0ecb1c" title="The unit of the parameter, in human-readable form.">unit</a> = <span class="stringliteral">"s"</span>; |
173 <a name="l00157"></a>00157 att.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#b3e4d84f5bc199eea8b642b27e425ec8" title="The minimum value of the parameter.">minValue</a> = 0.0f; | 179 <a name="l00157"></a>00157 att.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#18221c4bb5c57332fe6a1393c5ec3b6d" title="The minimum value of the parameter.">minValue</a> = 0.0f; |
174 <a name="l00158"></a>00158 att.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#b934b20dd708228a0e3c2811a3e2cec4" title="The maximum value of the parameter.">maxValue</a> = 1.f; | 180 <a name="l00158"></a>00158 att.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#52e0c1f0acfc7ff8622ca1ccc97ad69d" title="The maximum value of the parameter.">maxValue</a> = 1.f; |
175 <a name="l00159"></a>00159 att.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#ec4ef77451ec02193ecc4a0856673fbc" title="The default value of the parameter.">defaultValue</a> = 0.01f; | 181 <a name="l00159"></a>00159 att.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#4b36674815777f54846bb7033205bbea" title="The default value of the parameter.">defaultValue</a> = 0.01f; |
176 <a name="l00160"></a>00160 att.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#7c556d58d552f737ee5a34efdf7f9425" title="True if the parameter values are quantized to a particular resolution.">isQuantized</a> = <span class="keyword">false</span>; | 182 <a name="l00160"></a>00160 att.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#6e76a119dafbdd26351521ec486550ea" title="True if the parameter values are quantized to a particular resolution.">isQuantized</a> = <span class="keyword">false</span>; |
177 <a name="l00161"></a>00161 | 183 <a name="l00161"></a>00161 |
178 <a name="l00162"></a>00162 list.push_back(att); | 184 <a name="l00162"></a>00162 list.push_back(att); |
179 <a name="l00163"></a>00163 | 185 <a name="l00163"></a>00163 |
180 <a name="l00164"></a>00164 <a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html">ParameterDescriptor</a> dec; | 186 <a name="l00164"></a>00164 <a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html">ParameterDescriptor</a> dec; |
181 <a name="l00165"></a>00165 dec.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#116fd9f0dc94c2bc4bbc60b5443c598c" title="The name of the parameter, in computer-usable form.">identifier</a> = <span class="stringliteral">"release"</span>; | 187 <a name="l00165"></a>00165 dec.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#b34ea7114875647281ac031021e45d06" title="The name of the parameter, in computer-usable form.">identifier</a> = <span class="stringliteral">"release"</span>; |
182 <a name="l00166"></a>00166 dec.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#0ecebb94fb4ada4aad2640e20aa57084" title="The human-readable name of the parameter.">name</a> = <span class="stringliteral">"Release time"</span>; | 188 <a name="l00166"></a>00166 dec.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#2c1000e78a6414dab6c5af5201053741" title="The human-readable name of the parameter.">name</a> = <span class="stringliteral">"Release time"</span>; |
183 <a name="l00167"></a>00167 dec.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#780ddad41e433d85c82f9ea4d959cbaf" title="A human-readable short text describing the parameter.">description</a> = <span class="stringliteral">""</span>; | 189 <a name="l00167"></a>00167 dec.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#0cbc8fe35b0d15fd8e19de2ade33d147" title="A human-readable short text describing the parameter.">description</a> = <span class="stringliteral">"The 60dB convergence time for a decrease in amplitude"</span>; |
184 <a name="l00168"></a>00168 dec.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#3bc3df322e4c02e17e96bc6d44982d7b" title="The unit of the parameter, in human-readable form.">unit</a> = <span class="stringliteral">"s"</span>; | 190 <a name="l00168"></a>00168 dec.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#e0d6c74d915b99bacb55a0622e0ecb1c" title="The unit of the parameter, in human-readable form.">unit</a> = <span class="stringliteral">"s"</span>; |
185 <a name="l00169"></a>00169 dec.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#b3e4d84f5bc199eea8b642b27e425ec8" title="The minimum value of the parameter.">minValue</a> = 0.0f; | 191 <a name="l00169"></a>00169 dec.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#18221c4bb5c57332fe6a1393c5ec3b6d" title="The minimum value of the parameter.">minValue</a> = 0.0f; |
186 <a name="l00170"></a>00170 dec.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#b934b20dd708228a0e3c2811a3e2cec4" title="The maximum value of the parameter.">maxValue</a> = 1.f; | 192 <a name="l00170"></a>00170 dec.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#52e0c1f0acfc7ff8622ca1ccc97ad69d" title="The maximum value of the parameter.">maxValue</a> = 1.f; |
187 <a name="l00171"></a>00171 dec.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#ec4ef77451ec02193ecc4a0856673fbc" title="The default value of the parameter.">defaultValue</a> = 0.01f; | 193 <a name="l00171"></a>00171 dec.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#4b36674815777f54846bb7033205bbea" title="The default value of the parameter.">defaultValue</a> = 0.01f; |
188 <a name="l00172"></a>00172 dec.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#7c556d58d552f737ee5a34efdf7f9425" title="True if the parameter values are quantized to a particular resolution.">isQuantized</a> = <span class="keyword">false</span>; | 194 <a name="l00172"></a>00172 dec.<a class="code" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html#6e76a119dafbdd26351521ec486550ea" title="True if the parameter values are quantized to a particular resolution.">isQuantized</a> = <span class="keyword">false</span>; |
189 <a name="l00173"></a>00173 | 195 <a name="l00173"></a>00173 |
190 <a name="l00174"></a>00174 list.push_back(dec); | 196 <a name="l00174"></a>00174 list.push_back(dec); |
191 <a name="l00175"></a>00175 | 197 <a name="l00175"></a>00175 |
192 <a name="l00176"></a>00176 <span class="keywordflow">return</span> list; | 198 <a name="l00176"></a>00176 <span class="keywordflow">return</span> list; |
193 <a name="l00177"></a>00177 } | 199 <a name="l00177"></a>00177 } |
246 <a name="l00230"></a>00230 | 252 <a name="l00230"></a>00230 |
247 <a name="l00231"></a>00231 <a class="code" href="classAmplitudeFollower.html#c95e8d2f334821c6c92c706bae29695a">m_previn</a> = previn; | 253 <a name="l00231"></a>00231 <a class="code" href="classAmplitudeFollower.html#c95e8d2f334821c6c92c706bae29695a">m_previn</a> = previn; |
248 <a name="l00232"></a>00232 | 254 <a name="l00232"></a>00232 |
249 <a name="l00233"></a>00233 <span class="comment">// Now store the "feature" (peak amp) for this sample</span> | 255 <a name="l00233"></a>00233 <span class="comment">// Now store the "feature" (peak amp) for this sample</span> |
250 <a name="l00234"></a>00234 <a class="code" href="structVamp_1_1Plugin_1_1Feature.html">Feature</a> feature; | 256 <a name="l00234"></a>00234 <a class="code" href="structVamp_1_1Plugin_1_1Feature.html">Feature</a> feature; |
251 <a name="l00235"></a>00235 feature.<a class="code" href="structVamp_1_1Plugin_1_1Feature.html#98907091d0b6a589720ae35ae588a82b" title="True if an output feature has its own timestamp.">hasTimestamp</a> = <span class="keyword">false</span>; | 257 <a name="l00235"></a>00235 feature.<a class="code" href="structVamp_1_1Plugin_1_1Feature.html#116bb1b3420a067fc1290b75982fdf62" title="True if an output feature has its own timestamp.">hasTimestamp</a> = <span class="keyword">false</span>; |
252 <a name="l00236"></a>00236 feature.<a class="code" href="structVamp_1_1Plugin_1_1Feature.html#60b9f3057386820dbcaec0eb1189ce71" title="Results for a single sample of this feature.">values</a>.push_back(peak); | 258 <a name="l00236"></a>00236 feature.<a class="code" href="structVamp_1_1Plugin_1_1Feature.html#106162977cdc92a02146fcb5ed18a34d" title="Results for a single sample of this feature.">values</a>.push_back(peak); |
253 <a name="l00237"></a>00237 returnFeatures[0].push_back(feature); | 259 <a name="l00237"></a>00237 returnFeatures[0].push_back(feature); |
254 <a name="l00238"></a>00238 | 260 <a name="l00238"></a>00238 |
255 <a name="l00239"></a>00239 <span class="keywordflow">return</span> returnFeatures; | 261 <a name="l00239"></a>00239 <span class="keywordflow">return</span> returnFeatures; |
256 <a name="l00240"></a>00240 } | 262 <a name="l00240"></a>00240 } |
257 <a name="l00241"></a>00241 | 263 <a name="l00241"></a>00241 |
260 <a name="l00244"></a>00244 { | 266 <a name="l00244"></a>00244 { |
261 <a name="l00245"></a>00245 <span class="keywordflow">return</span> <a class="code" href="classVamp_1_1Plugin.html#448fb57dc245d47923ec9eeaf9856c5f">FeatureSet</a>(); | 267 <a name="l00245"></a>00245 <span class="keywordflow">return</span> <a class="code" href="classVamp_1_1Plugin.html#448fb57dc245d47923ec9eeaf9856c5f">FeatureSet</a>(); |
262 <a name="l00246"></a>00246 } | 268 <a name="l00246"></a>00246 } |
263 <a name="l00247"></a>00247 | 269 <a name="l00247"></a>00247 |
264 </pre></div></div> | 270 </pre></div></div> |
265 <hr size="1"><address style="text-align: right;"><small>Generated on Mon Dec 8 14:37:18 2008 for VampPluginSDK by | 271 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Sep 24 13:40:13 2009 for VampPluginSDK by |
266 <a href="http://www.doxygen.org/index.html"> | 272 <a href="http://www.doxygen.org/index.html"> |
267 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> | 273 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> |
268 </body> | 274 </body> |
269 </html> | 275 </html> |