Mercurial > hg > vamp-docs
diff code-docs/vamp-simple-host_8cpp_source.html @ 3:5c2683745b33 vamp-plugin-sdk-v2.4
Update for 2.4
author | Chris Cannam |
---|---|
date | Fri, 13 Jul 2012 13:30:27 +0100 |
parents | 3c430ef1ed66 |
children | 27319718b1f8 |
line wrap: on
line diff
--- a/code-docs/vamp-simple-host_8cpp_source.html Tue Oct 04 14:57:53 2011 +0100 +++ b/code-docs/vamp-simple-host_8cpp_source.html Fri Jul 13 13:30:27 2012 +0100 @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>VampPluginSDK: vamp-simple-host.cpp Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> @@ -28,7 +29,7 @@ <td style="padding-left: 0.5em;"> <div id="projectname">VampPluginSDK -  <span id="projectnumber">2.1</span> +  <span id="projectnumber">2.4</span> </div> </td> @@ -40,7 +41,7 @@ </table> </div> -<!-- Generated by Doxygen 1.7.5.1 --> +<!-- Generated by Doxygen 1.8.0 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main Page</span></a></li> @@ -73,7 +74,7 @@ <div class="header"> <div class="headertitle"> <div class="title">vamp-simple-host.cpp</div> </div> -</div> +</div><!--header--> <div class="contents"> <a href="vamp-simple-host_8cpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */</span> <a name="l00002"></a>00002 @@ -148,7 +149,7 @@ <a name="l00071"></a>00071 <span class="keyword">using</span> <a class="code" href="classVamp_1_1HostExt_1_1PluginWrapper.html" title="PluginWrapper is a simple base class for adapter plugins.">Vamp::HostExt::PluginWrapper</a>; <a name="l00072"></a>00072 <span class="keyword">using</span> <a class="code" href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter.html" title="PluginInputDomainAdapter is a Vamp plugin adapter that converts time-domain input into frequency-doma...">Vamp::HostExt::PluginInputDomainAdapter</a>; <a name="l00073"></a>00073 -<a name="l00074"></a><a class="code" href="vamp-simple-host_8cpp.html#aa8bc193818940a8954ef0e0e5a8e16d6">00074</a> <span class="preprocessor">#define HOST_VERSION "1.4"</span> +<a name="l00074"></a><a class="code" href="vamp-simple-host_8cpp.html#aa8bc193818940a8954ef0e0e5a8e16d6">00074</a> <span class="preprocessor">#define HOST_VERSION "1.5"</span> <a name="l00075"></a>00075 <span class="preprocessor"></span> <a name="l00076"></a><a class="code" href="vamp-simple-host_8cpp.html#abf3be10d03894afb391f3a2935e3b313">00076</a> <span class="keyword">enum</span> <a class="code" href="vamp-simple-host_8cpp.html#abf3be10d03894afb391f3a2935e3b313">Verbosity</a> { <a name="l00077"></a><a class="code" href="vamp-simple-host_8cpp.html#abf3be10d03894afb391f3a2935e3b313a4cf6a0dfdb6864356feab9d9ca230d16">00077</a> <a class="code" href="vamp-simple-host_8cpp.html#abf3be10d03894afb391f3a2935e3b313a4cf6a0dfdb6864356feab9d9ca230d16">PluginIds</a>, @@ -229,7 +230,7 @@ <a name="l00152"></a>00152 <a name="l00153"></a>00153 cout << <span class="stringliteral">"Simple Vamp plugin host version: "</span> << <a class="code" href="vamp-simple-host_8cpp.html#aa8bc193818940a8954ef0e0e5a8e16d6">HOST_VERSION</a> << endl <a name="l00154"></a>00154 << <span class="stringliteral">"Vamp API version: "</span> << <a class="code" href="vamp_8h.html#a6d6c8c755dbabf161f72712e0e2143c7" title="Plugin API version.">VAMP_API_VERSION</a> << endl -<a name="l00155"></a>00155 << <span class="stringliteral">"Vamp SDK version: "</span> << <a class="code" href="vamp-sdk_2PluginBase_8h.html#a9b7a8e1ac1c91366bec5f2f33c137a2f">VAMP_SDK_VERSION</a> << endl; +<a name="l00155"></a>00155 << <span class="stringliteral">"Vamp SDK version: "</span> << <a class="code" href="plugguard_8h.html#a9b7a8e1ac1c91366bec5f2f33c137a2f">VAMP_SDK_VERSION</a> << endl; <a name="l00156"></a>00156 <span class="keywordflow">return</span> 0; <a name="l00157"></a>00157 <a name="l00158"></a>00158 } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (!strcmp(argv[1], <span class="stringliteral">"-l"</span>) || !strcmp(argv[1], <span class="stringliteral">"--list"</span>)) { @@ -907,15 +908,15 @@ <a name="l00830"></a>00830 } <a name="l00831"></a>00831 } <a name="l00832"></a>00832 -</pre></div></div> +</pre></div></div><!-- contents --> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="vamp-simple-host_8cpp.html">vamp-simple-host.cpp</a> </li> - <li class="footer">Generated on Tue Oct 4 2011 14:38:49 for VampPluginSDK by + <li class="footer">Generated on Fri Jul 13 2012 13:28:48 for VampPluginSDK by <a href="http://www.doxygen.org/index.html"> - <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.5.1 </li> + <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.0 </li> </ul> </div>