Chris@1
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
Chris@1
|
2 <html xmlns="http://www.w3.org/1999/xhtml">
|
Chris@1
|
3 <head>
|
Chris@1
|
4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
Chris@3
|
5 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
Chris@6
|
6 <meta name="generator" content="Doxygen 1.8.13"/>
|
Chris@6
|
7 <meta name="viewport" content="width=device-width, initial-scale=1"/>
|
Chris@1
|
8 <title>VampPluginSDK: AmplitudeFollower.h Source File</title>
|
Chris@1
|
9 <link href="tabs.css" rel="stylesheet" type="text/css"/>
|
Chris@6
|
10 <script type="text/javascript" src="jquery.js"></script>
|
Chris@6
|
11 <script type="text/javascript" src="dynsections.js"></script>
|
Chris@1
|
12 <link href="navtree.css" rel="stylesheet" type="text/css"/>
|
Chris@1
|
13 <script type="text/javascript" src="resize.js"></script>
|
Chris@6
|
14 <script type="text/javascript" src="navtreedata.js"></script>
|
Chris@1
|
15 <script type="text/javascript" src="navtree.js"></script>
|
Chris@1
|
16 <script type="text/javascript">
|
Chris@1
|
17 $(document).ready(initResizable);
|
Chris@1
|
18 </script>
|
Chris@6
|
19 <link href="doxygen.css" rel="stylesheet" type="text/css" />
|
Chris@1
|
20 </head>
|
Chris@1
|
21 <body>
|
Chris@6
|
22 <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
Chris@1
|
23 <div id="titlearea">
|
Chris@1
|
24 <table cellspacing="0" cellpadding="0">
|
Chris@1
|
25 <tbody>
|
Chris@1
|
26 <tr style="height: 56px;">
|
Chris@6
|
27 <td id="projectalign" style="padding-left: 0.5em;">
|
Chris@1
|
28 <div id="projectname">VampPluginSDK
|
Chris@6
|
29  <span id="projectnumber">2.7</span>
|
Chris@1
|
30 </div>
|
Chris@1
|
31 </td>
|
Chris@1
|
32 </tr>
|
Chris@1
|
33 </tbody>
|
Chris@1
|
34 </table>
|
Chris@1
|
35 </div>
|
Chris@6
|
36 <!-- end header part -->
|
Chris@6
|
37 <!-- Generated by Doxygen 1.8.13 -->
|
Chris@6
|
38 <script type="text/javascript" src="menudata.js"></script>
|
Chris@6
|
39 <script type="text/javascript" src="menu.js"></script>
|
Chris@6
|
40 <script type="text/javascript">
|
Chris@6
|
41 $(function() {
|
Chris@6
|
42 initMenu('',false,false,'search.php','Search');
|
Chris@6
|
43 });
|
Chris@6
|
44 </script>
|
Chris@6
|
45 <div id="main-nav"></div>
|
Chris@6
|
46 </div><!-- top -->
|
Chris@1
|
47 <div id="side-nav" class="ui-resizable side-nav-resizable">
|
Chris@1
|
48 <div id="nav-tree">
|
Chris@1
|
49 <div id="nav-tree-contents">
|
Chris@6
|
50 <div id="nav-sync" class="sync"></div>
|
Chris@1
|
51 </div>
|
Chris@1
|
52 </div>
|
Chris@1
|
53 <div id="splitbar" style="-moz-user-select:none;"
|
Chris@1
|
54 class="ui-resizable-handle">
|
Chris@1
|
55 </div>
|
Chris@1
|
56 </div>
|
Chris@1
|
57 <script type="text/javascript">
|
Chris@6
|
58 $(document).ready(function(){initNavTree('AmplitudeFollower_8h_source.html','');});
|
Chris@1
|
59 </script>
|
Chris@1
|
60 <div id="doc-content">
|
Chris@1
|
61 <div class="header">
|
Chris@1
|
62 <div class="headertitle">
|
Chris@1
|
63 <div class="title">AmplitudeFollower.h</div> </div>
|
Chris@3
|
64 </div><!--header-->
|
Chris@1
|
65 <div class="contents">
|
Chris@6
|
66 <a href="AmplitudeFollower_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> </div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">/*</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> Vamp</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"></span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> An API for audio analysis and feature extraction plugins.</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"></span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> Centre for Digital Music, Queen Mary, University of London.</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> This file copyright 2006 Dan Stowell.</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> </span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> Permission is hereby granted, free of charge, to any person</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> obtaining a copy of this software and associated documentation</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> files (the "Software"), to deal in the Software without</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> restriction, including without limitation the rights to use, copy,</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> modify, merge, publish, distribute, sublicense, and/or sell copies</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> of the Software, and to permit persons to whom the Software is</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> furnished to do so, subject to the following conditions:</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"></span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> The above copyright notice and this permission notice shall be</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> included in all copies or substantial portions of the Software.</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"></span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment"> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment"> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment"> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment"> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment"> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="comment"> CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="comment"> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="comment"></span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="comment"> Except as contained in this notice, the names of the Centre for</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="comment"> Digital Music; Queen Mary, University of London; and Chris Cannam</span></div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="comment"> shall not be used in advertising or otherwise to promote the sale,</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="comment"> use or other dealings in this Software without prior written</span></div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="comment"> authorization.</span></div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="comment">*/</span></div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span> </div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor">#ifndef _AMPLITUDE_FOLLOWER_PLUGIN_H_</span></div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor">#define _AMPLITUDE_FOLLOWER_PLUGIN_H_</span></div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> </div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="preprocessor">#include "<a class="code" href="vamp-sdk_2Plugin_8h.html">vamp-sdk/Plugin.h</a>"</span></div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> </div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="classAmplitudeFollower.html"> 47</a></span> <span class="keyword">class </span><a class="code" href="classAmplitudeFollower.html">AmplitudeFollower</a> : <span class="keyword">public</span> <a class="code" href="classVamp_1_1Plugin.html">Vamp::Plugin</a></div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span> {</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <a class="code" href="classAmplitudeFollower.html#a29eaeffc353da2614ae508abcd0ab63f">AmplitudeFollower</a>(<span class="keywordtype">float</span> inputSampleRate);</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <span class="keyword">virtual</span> <a class="code" href="classAmplitudeFollower.html#aa78f98539ad3a1b08691a99b32035b2d">~AmplitudeFollower</a>();</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span> </div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <span class="keywordtype">bool</span> <a class="code" href="classAmplitudeFollower.html#aeb727e44ee8ad1aceb90964d20f8d90d">initialise</a>(<span class="keywordtype">size_t</span> channels, <span class="keywordtype">size_t</span> stepSize, <span class="keywordtype">size_t</span> blockSize);</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <span class="keywordtype">void</span> <a class="code" href="classAmplitudeFollower.html#acebd835e80e84669df078fbd7591d8f7">reset</a>();</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span> </div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classAmplitudeFollower.html#aa11a470900da2b800b3ab118ae81f69e"> 56</a></span>  <a class="code" href="classVamp_1_1Plugin.html#a39cb7649d6dcc20e4cb1640cd55907bc">InputDomain</a> <a class="code" href="classAmplitudeFollower.html#aa11a470900da2b800b3ab118ae81f69e">getInputDomain</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="classVamp_1_1Plugin.html#a39cb7649d6dcc20e4cb1640cd55907bcad4a9f31b958a43a9757af7893aa2e7ff">TimeDomain</a>; }</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span> </div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  std::string <a class="code" href="classAmplitudeFollower.html#ad77b59b8e8bc0f415edab073f2e5edef">getIdentifier</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  std::string <a class="code" href="classAmplitudeFollower.html#a4a4ea5c0b2e30b420646aa78571176c2">getName</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  std::string <a class="code" href="classAmplitudeFollower.html#aad780ea62291ef94925d6f4d1cc3f4ac">getDescription</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  std::string <a class="code" href="classAmplitudeFollower.html#ac7a9db3ec7daa0e9bd83106bbf641777">getMaker</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keywordtype">int</span> <a class="code" href="classAmplitudeFollower.html#ad84e40327cb36e470790af9619e8e80e">getPluginVersion</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  std::string <a class="code" href="classAmplitudeFollower.html#acd61ab359d1b7a5514fb2e1bc191f95a">getCopyright</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  </div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <a class="code" href="classVamp_1_1Plugin.html#a30f531b8fb69fac41a24e3d2a6a08ed9">OutputList</a> <a class="code" href="classAmplitudeFollower.html#a3e7f3c93c66f161e9b37e7f2aff1fe60">getOutputDescriptors</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  </div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <a class="code" href="classVamp_1_1PluginBase.html#a3b6bb4bbd86affe1ca9deceea1aad4f8">ParameterList</a> <a class="code" href="classAmplitudeFollower.html#a4a707648d17d03a66b110b73b99e821b">getParameterDescriptors</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <span class="keywordtype">float</span> <a class="code" href="classAmplitudeFollower.html#a93f32b68462f46af5265327a69479c38">getParameter</a>(std::string paramid) <span class="keyword">const</span>;</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <span class="keywordtype">void</span> <a class="code" href="classAmplitudeFollower.html#ae1fc37ece4d20e40f3066a3361a99340">setParameter</a>(std::string paramid, <span class="keywordtype">float</span> newval);</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span> </div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <a class="code" href="classVamp_1_1Plugin.html#a448fb57dc245d47923ec9eeaf9856c5f">FeatureSet</a> <a class="code" href="classAmplitudeFollower.html#a48d0f95cac31ffd190cff89b50a2a5bd">process</a>(<span class="keyword">const</span> <span class="keywordtype">float</span> *<span class="keyword">const</span> *inputBuffers,</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <a class="code" href="structVamp_1_1RealTime.html">Vamp::RealTime</a> timestamp);</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span> </div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <a class="code" href="classVamp_1_1Plugin.html#a448fb57dc245d47923ec9eeaf9856c5f">FeatureSet</a> <a class="code" href="classAmplitudeFollower.html#a368606f643b88e0df0823d85e36f030c">getRemainingFeatures</a>();</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span> </div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="keyword">protected</span>:</div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classAmplitudeFollower.html#a959c2647fd3c5feea2591e3618774027"> 77</a></span>  <span class="keywordtype">size_t</span> <a class="code" href="classAmplitudeFollower.html#a959c2647fd3c5feea2591e3618774027">m_stepSize</a>;</div><div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="classAmplitudeFollower.html#ac95e8d2f334821c6c92c706bae29695a"> 78</a></span>  <span class="keywordtype">float</span> <a class="code" href="classAmplitudeFollower.html#ac95e8d2f334821c6c92c706bae29695a">m_previn</a>;</div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="classAmplitudeFollower.html#a1cb205b08cfe2ce94a4af05b18f72876"> 79</a></span>  <span class="keywordtype">float</span> <a class="code" href="classAmplitudeFollower.html#a1cb205b08cfe2ce94a4af05b18f72876">m_clampcoef</a>;</div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="classAmplitudeFollower.html#aceecd3b3879f32eb4a2e597c32c41cfc"> 80</a></span>  <span class="keywordtype">float</span> <a class="code" href="classAmplitudeFollower.html#aceecd3b3879f32eb4a2e597c32c41cfc">m_relaxcoef</a>;</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span> };</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span> </div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span> </div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <span class="preprocessor">#endif</span></div><div class="ttc" id="classVamp_1_1Plugin_html_a30f531b8fb69fac41a24e3d2a6a08ed9"><div class="ttname"><a href="classVamp_1_1Plugin.html#a30f531b8fb69fac41a24e3d2a6a08ed9">Vamp::Plugin::OutputList</a></div><div class="ttdeci">std::vector< OutputDescriptor > OutputList</div><div class="ttdef"><b>Definition:</b> <a href="vamp-sdk_2Plugin_8h_source.html#l00335">vamp-sdk/Plugin.h:335</a></div></div>
|
Chris@6
|
67 <div class="ttc" id="classVamp_1_1Plugin_html"><div class="ttname"><a href="classVamp_1_1Plugin.html">Vamp::Plugin</a></div><div class="ttdoc">Vamp::Plugin is a base class for plugin instance classes that provide feature extraction from audio o...</div><div class="ttdef"><b>Definition:</b> <a href="vamp-sdk_2Plugin_8h_source.html#l00124">vamp-sdk/Plugin.h:124</a></div></div>
|
Chris@6
|
68 <div class="ttc" id="classAmplitudeFollower_html_aeb727e44ee8ad1aceb90964d20f8d90d"><div class="ttname"><a href="classAmplitudeFollower.html#aeb727e44ee8ad1aceb90964d20f8d90d">AmplitudeFollower::initialise</a></div><div class="ttdeci">bool initialise(size_t channels, size_t stepSize, size_t blockSize)</div><div class="ttdoc">Initialise a plugin to prepare it for use with the given number of input channels, step size (window increment, in sample frames) and block size (window size, in sample frames). </div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8cpp_source.html#l00106">AmplitudeFollower.cpp:106</a></div></div>
|
Chris@6
|
69 <div class="ttc" id="classVamp_1_1Plugin_html_a39cb7649d6dcc20e4cb1640cd55907bc"><div class="ttname"><a href="classVamp_1_1Plugin.html#a39cb7649d6dcc20e4cb1640cd55907bc">Vamp::Plugin::InputDomain</a></div><div class="ttdeci">InputDomain</div><div class="ttdef"><b>Definition:</b> <a href="vamp-sdk_2Plugin_8h_source.html#l00152">vamp-sdk/Plugin.h:152</a></div></div>
|
Chris@6
|
70 <div class="ttc" id="classAmplitudeFollower_html_a29eaeffc353da2614ae508abcd0ab63f"><div class="ttname"><a href="classAmplitudeFollower.html#a29eaeffc353da2614ae508abcd0ab63f">AmplitudeFollower::AmplitudeFollower</a></div><div class="ttdeci">AmplitudeFollower(float inputSampleRate)</div><div class="ttdoc">An implementation of SuperCollider&#39;s amplitude-follower algorithm as a simple Vamp plugin...</div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8cpp_source.html#l00056">AmplitudeFollower.cpp:56</a></div></div>
|
Chris@6
|
71 <div class="ttc" id="classVamp_1_1Plugin_html_a448fb57dc245d47923ec9eeaf9856c5f"><div class="ttname"><a href="classVamp_1_1Plugin.html#a448fb57dc245d47923ec9eeaf9856c5f">Vamp::Plugin::FeatureSet</a></div><div class="ttdeci">std::map< int, FeatureList > FeatureSet</div><div class="ttdef"><b>Definition:</b> <a href="vamp-sdk_2Plugin_8h_source.html#l00395">vamp-sdk/Plugin.h:395</a></div></div>
|
Chris@6
|
72 <div class="ttc" id="classAmplitudeFollower_html_a368606f643b88e0df0823d85e36f030c"><div class="ttname"><a href="classAmplitudeFollower.html#a368606f643b88e0df0823d85e36f030c">AmplitudeFollower::getRemainingFeatures</a></div><div class="ttdeci">FeatureSet getRemainingFeatures()</div><div class="ttdoc">After all blocks have been processed, calculate and return any remaining features derived from the co...</div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8cpp_source.html#l00244">AmplitudeFollower.cpp:244</a></div></div>
|
Chris@6
|
73 <div class="ttc" id="classAmplitudeFollower_html_a4a4ea5c0b2e30b420646aa78571176c2"><div class="ttname"><a href="classAmplitudeFollower.html#a4a4ea5c0b2e30b420646aa78571176c2">AmplitudeFollower::getName</a></div><div class="ttdeci">std::string getName() const</div><div class="ttdoc">Get a human-readable name or title of the plugin. </div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8cpp_source.html#l00076">AmplitudeFollower.cpp:76</a></div></div>
|
Chris@6
|
74 <div class="ttc" id="classVamp_1_1Plugin_html_a39cb7649d6dcc20e4cb1640cd55907bcad4a9f31b958a43a9757af7893aa2e7ff"><div class="ttname"><a href="classVamp_1_1Plugin.html#a39cb7649d6dcc20e4cb1640cd55907bcad4a9f31b958a43a9757af7893aa2e7ff">Vamp::Plugin::TimeDomain</a></div><div class="ttdef"><b>Definition:</b> <a href="vamp-sdk_2Plugin_8h_source.html#l00152">vamp-sdk/Plugin.h:152</a></div></div>
|
Chris@6
|
75 <div class="ttc" id="structVamp_1_1RealTime_html"><div class="ttname"><a href="structVamp_1_1RealTime.html">Vamp::RealTime</a></div><div class="ttdoc">RealTime represents time values to nanosecond precision with accurate arithmetic and frame-rate conve...</div><div class="ttdef"><b>Definition:</b> <a href="vamp-sdk_2RealTime_8h_source.html#l00066">vamp-sdk/RealTime.h:66</a></div></div>
|
Chris@6
|
76 <div class="ttc" id="classAmplitudeFollower_html_ac7a9db3ec7daa0e9bd83106bbf641777"><div class="ttname"><a href="classAmplitudeFollower.html#ac7a9db3ec7daa0e9bd83106bbf641777">AmplitudeFollower::getMaker</a></div><div class="ttdeci">std::string getMaker() const</div><div class="ttdoc">Get the name of the author or vendor of the plugin in human-readable form. </div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8cpp_source.html#l00088">AmplitudeFollower.cpp:88</a></div></div>
|
Chris@6
|
77 <div class="ttc" id="classAmplitudeFollower_html_acebd835e80e84669df078fbd7591d8f7"><div class="ttname"><a href="classAmplitudeFollower.html#acebd835e80e84669df078fbd7591d8f7">AmplitudeFollower::reset</a></div><div class="ttdeci">void reset()</div><div class="ttdoc">Reset the plugin after use, to prepare it for another clean run. </div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8cpp_source.html#l00123">AmplitudeFollower.cpp:123</a></div></div>
|
Chris@6
|
78 <div class="ttc" id="classAmplitudeFollower_html_a959c2647fd3c5feea2591e3618774027"><div class="ttname"><a href="classAmplitudeFollower.html#a959c2647fd3c5feea2591e3618774027">AmplitudeFollower::m_stepSize</a></div><div class="ttdeci">size_t m_stepSize</div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8h_source.html#l00077">AmplitudeFollower.h:77</a></div></div>
|
Chris@6
|
79 <div class="ttc" id="classAmplitudeFollower_html_ad77b59b8e8bc0f415edab073f2e5edef"><div class="ttname"><a href="classAmplitudeFollower.html#ad77b59b8e8bc0f415edab073f2e5edef">AmplitudeFollower::getIdentifier</a></div><div class="ttdeci">std::string getIdentifier() const</div><div class="ttdoc">Get the computer-usable name of the plugin. </div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8cpp_source.html#l00070">AmplitudeFollower.cpp:70</a></div></div>
|
Chris@6
|
80 <div class="ttc" id="classAmplitudeFollower_html_ac95e8d2f334821c6c92c706bae29695a"><div class="ttname"><a href="classAmplitudeFollower.html#ac95e8d2f334821c6c92c706bae29695a">AmplitudeFollower::m_previn</a></div><div class="ttdeci">float m_previn</div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8h_source.html#l00078">AmplitudeFollower.h:78</a></div></div>
|
Chris@6
|
81 <div class="ttc" id="classAmplitudeFollower_html_acd61ab359d1b7a5514fb2e1bc191f95a"><div class="ttname"><a href="classAmplitudeFollower.html#acd61ab359d1b7a5514fb2e1bc191f95a">AmplitudeFollower::getCopyright</a></div><div class="ttdeci">std::string getCopyright() const</div><div class="ttdoc">Get the copyright statement or licensing summary for the plugin. </div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8cpp_source.html#l00100">AmplitudeFollower.cpp:100</a></div></div>
|
Chris@6
|
82 <div class="ttc" id="classAmplitudeFollower_html_a3e7f3c93c66f161e9b37e7f2aff1fe60"><div class="ttname"><a href="classAmplitudeFollower.html#a3e7f3c93c66f161e9b37e7f2aff1fe60">AmplitudeFollower::getOutputDescriptors</a></div><div class="ttdeci">OutputList getOutputDescriptors() const</div><div class="ttdoc">Get the outputs of this plugin. </div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8cpp_source.html#l00129">AmplitudeFollower.cpp:129</a></div></div>
|
Chris@6
|
83 <div class="ttc" id="classAmplitudeFollower_html_a4a707648d17d03a66b110b73b99e821b"><div class="ttname"><a href="classAmplitudeFollower.html#a4a707648d17d03a66b110b73b99e821b">AmplitudeFollower::getParameterDescriptors</a></div><div class="ttdeci">ParameterList getParameterDescriptors() const</div><div class="ttdoc">Get the controllable parameters of this plugin. </div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8cpp_source.html#l00149">AmplitudeFollower.cpp:149</a></div></div>
|
Chris@6
|
84 <div class="ttc" id="classAmplitudeFollower_html_a93f32b68462f46af5265327a69479c38"><div class="ttname"><a href="classAmplitudeFollower.html#a93f32b68462f46af5265327a69479c38">AmplitudeFollower::getParameter</a></div><div class="ttdeci">float getParameter(std::string paramid) const</div><div class="ttdoc">Get the value of a named parameter. </div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8cpp_source.html#l00189">AmplitudeFollower.cpp:189</a></div></div>
|
Chris@6
|
85 <div class="ttc" id="classAmplitudeFollower_html_a1cb205b08cfe2ce94a4af05b18f72876"><div class="ttname"><a href="classAmplitudeFollower.html#a1cb205b08cfe2ce94a4af05b18f72876">AmplitudeFollower::m_clampcoef</a></div><div class="ttdeci">float m_clampcoef</div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8h_source.html#l00079">AmplitudeFollower.h:79</a></div></div>
|
Chris@6
|
86 <div class="ttc" id="vamp-sdk_2Plugin_8h_html"><div class="ttname"><a href="vamp-sdk_2Plugin_8h.html">Plugin.h</a></div></div>
|
Chris@6
|
87 <div class="ttc" id="classAmplitudeFollower_html_aceecd3b3879f32eb4a2e597c32c41cfc"><div class="ttname"><a href="classAmplitudeFollower.html#aceecd3b3879f32eb4a2e597c32c41cfc">AmplitudeFollower::m_relaxcoef</a></div><div class="ttdeci">float m_relaxcoef</div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8h_source.html#l00080">AmplitudeFollower.h:80</a></div></div>
|
Chris@6
|
88 <div class="ttc" id="classAmplitudeFollower_html_ae1fc37ece4d20e40f3066a3361a99340"><div class="ttname"><a href="classAmplitudeFollower.html#ae1fc37ece4d20e40f3066a3361a99340">AmplitudeFollower::setParameter</a></div><div class="ttdeci">void setParameter(std::string paramid, float newval)</div><div class="ttdoc">Set a named parameter. </div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8cpp_source.html#l00180">AmplitudeFollower.cpp:180</a></div></div>
|
Chris@6
|
89 <div class="ttc" id="classAmplitudeFollower_html_ad84e40327cb36e470790af9619e8e80e"><div class="ttname"><a href="classAmplitudeFollower.html#ad84e40327cb36e470790af9619e8e80e">AmplitudeFollower::getPluginVersion</a></div><div class="ttdeci">int getPluginVersion() const</div><div class="ttdoc">Get the version number of the plugin. </div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8cpp_source.html#l00094">AmplitudeFollower.cpp:94</a></div></div>
|
Chris@6
|
90 <div class="ttc" id="classAmplitudeFollower_html_aad780ea62291ef94925d6f4d1cc3f4ac"><div class="ttname"><a href="classAmplitudeFollower.html#aad780ea62291ef94925d6f4d1cc3f4ac">AmplitudeFollower::getDescription</a></div><div class="ttdeci">std::string getDescription() const</div><div class="ttdoc">Get a human-readable description for the plugin, typically a line of text that may optionally be disp...</div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8cpp_source.html#l00082">AmplitudeFollower.cpp:82</a></div></div>
|
Chris@6
|
91 <div class="ttc" id="classAmplitudeFollower_html_a48d0f95cac31ffd190cff89b50a2a5bd"><div class="ttname"><a href="classAmplitudeFollower.html#a48d0f95cac31ffd190cff89b50a2a5bd">AmplitudeFollower::process</a></div><div class="ttdeci">FeatureSet process(const float *const *inputBuffers, Vamp::RealTime timestamp)</div><div class="ttdoc">Process a single block of input data. </div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8cpp_source.html#l00201">AmplitudeFollower.cpp:201</a></div></div>
|
Chris@6
|
92 <div class="ttc" id="classAmplitudeFollower_html_aa78f98539ad3a1b08691a99b32035b2d"><div class="ttname"><a href="classAmplitudeFollower.html#aa78f98539ad3a1b08691a99b32035b2d">AmplitudeFollower::~AmplitudeFollower</a></div><div class="ttdeci">virtual ~AmplitudeFollower()</div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8cpp_source.html#l00065">AmplitudeFollower.cpp:65</a></div></div>
|
Chris@6
|
93 <div class="ttc" id="classAmplitudeFollower_html"><div class="ttname"><a href="classAmplitudeFollower.html">AmplitudeFollower</a></div><div class="ttdoc">Example plugin implementing the SuperCollider amplitude follower function. </div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8h_source.html#l00047">AmplitudeFollower.h:47</a></div></div>
|
Chris@6
|
94 <div class="ttc" id="classAmplitudeFollower_html_aa11a470900da2b800b3ab118ae81f69e"><div class="ttname"><a href="classAmplitudeFollower.html#aa11a470900da2b800b3ab118ae81f69e">AmplitudeFollower::getInputDomain</a></div><div class="ttdeci">InputDomain getInputDomain() const</div><div class="ttdoc">Get the plugin&#39;s required input domain. </div><div class="ttdef"><b>Definition:</b> <a href="AmplitudeFollower_8h_source.html#l00056">AmplitudeFollower.h:56</a></div></div>
|
Chris@6
|
95 <div class="ttc" id="classVamp_1_1PluginBase_html_a3b6bb4bbd86affe1ca9deceea1aad4f8"><div class="ttname"><a href="classVamp_1_1PluginBase.html#a3b6bb4bbd86affe1ca9deceea1aad4f8">Vamp::PluginBase::ParameterList</a></div><div class="ttdeci">std::vector< ParameterDescriptor > ParameterList</div><div class="ttdef"><b>Definition:</b> <a href="vamp-sdk_2PluginBase_8h_source.html#l00203">vamp-sdk/PluginBase.h:203</a></div></div>
|
Chris@6
|
96 </div><!-- fragment --></div><!-- contents -->
|
Chris@6
|
97 </div><!-- doc-content -->
|
Chris@6
|
98 <!-- start footer part -->
|
Chris@6
|
99 <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
Chris@6
|
100 <ul>
|
Chris@6
|
101 <li class="navelem"><a class="el" href="dir_d28a4824dc47e487b107a5db32ef43c4.html">examples</a></li><li class="navelem"><a class="el" href="AmplitudeFollower_8h.html">AmplitudeFollower.h</a></li>
|
Chris@6
|
102 <li class="footer">Generated by
|
Chris@6
|
103 <a href="http://www.doxygen.org/index.html">
|
Chris@6
|
104 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
|
Chris@6
|
105 </ul>
|
Chris@1
|
106 </div>
|
Chris@1
|
107 </body>
|
Chris@1
|
108 </html>
|