Mercurial > hg > vamp-website
diff code-doc/vamp-simple-host_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 |
line wrap: on
line diff
--- a/code-doc/vamp-simple-host_8cpp-source.html Wed Sep 23 15:09:53 2009 +0000 +++ b/code-doc/vamp-simple-host_8cpp-source.html Fri Sep 25 15:40:18 2009 +0000 @@ -1,10 +1,10 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>VampPluginSDK: vamp-simple-host.cpp Source File</title> +<link href="tabs.css" rel="stylesheet" type="text/css"> <link href="doxygen.css" rel="stylesheet" type="text/css"> -<link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> -<!-- Generated by Doxygen 1.5.6 --> +<!-- Generated by Doxygen 1.5.8 --> <div class="navigation" id="top"> <div class="tabs"> <ul> @@ -15,6 +15,12 @@ <li><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> + <div class="tabs"> + <ul> + <li><a href="files.html"><span>File List</span></a></li> + <li><a href="globals.html"><span>File Members</span></a></li> + </ul> + </div> <div class="navpath"><a class="el" href="dir_dc0199af6955c245f7b5a687135670df.html">host</a> </div> </div> @@ -116,7 +122,7 @@ <a name="l00095"></a>00095 cerr << <span class="stringliteral">"\n"</span> <a name="l00096"></a>00096 << name << <span class="stringliteral">": A command-line host for Vamp audio analysis plugins.\n\n"</span> <a name="l00097"></a>00097 <span class="stringliteral">"Centre for Digital Music, Queen Mary, University of London.\n"</span> -<a name="l00098"></a>00098 <span class="stringliteral">"Copyright 2006-2008 Chris Cannam and QMUL.\n"</span> +<a name="l00098"></a>00098 <span class="stringliteral">"Copyright 2006-2009 Chris Cannam and QMUL.\n"</span> <a name="l00099"></a>00099 <span class="stringliteral">"Freely redistributable; published under a BSD-style license.\n\n"</span> <a name="l00100"></a>00100 <span class="stringliteral">"Usage:\n\n"</span> <a name="l00101"></a>00101 <span class="stringliteral">" "</span> << name << <span class="stringliteral">" [-s] pluginlibrary[."</span> << <a class="code" href="system_8h.html#1efbc9bb9a9f2837d3f7386af8607abf">PLUGIN_SUFFIX</a> << <span class="stringliteral">"]:plugin[:output] file.wav [-o out.txt]\n"</span> @@ -435,7 +441,7 @@ <a name="l00414"></a>00414 <span class="keywordflow">if</span> (ida) adjustment = ida-><a class="code" href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter.html#c1ab6af0fcda0a4c3f050c54b2db4769" title="Return the amount by which the timestamps supplied to process() are being incremented...">getTimestampAdjustment</a>(); <a name="l00415"></a>00415 } <a name="l00416"></a>00416 -<a name="l00417"></a>00417 <span class="keywordflow">for</span> (<span class="keywordtype">size_t</span> i = 0; i < sfinfo.frames; i += stepSize) { +<a name="l00417"></a>00417 <span class="keywordflow">for</span> (sf_count_t i = 0; i < sfinfo.frames; i += stepSize) { <a name="l00418"></a>00418 <a name="l00419"></a>00419 <span class="keywordtype">int</span> count; <a name="l00420"></a>00420 @@ -833,8 +839,8 @@ <a name="l00812"></a>00812 } <a name="l00813"></a>00813 </pre></div></div> -<hr size="1"><address style="text-align: right;"><small>Generated on Mon Dec 8 14:37:18 2008 for VampPluginSDK by +<hr size="1"><address style="text-align: right;"><small>Generated on Thu Sep 24 13:40:13 2009 for VampPluginSDK by <a href="http://www.doxygen.org/index.html"> -<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> +<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> </body> </html>