annotate code-doc/tree.html @ 0:351c4ebce5f9 website

* Move website from vamp-website/trunk to plain website
author cannam
date Mon, 22 Sep 2008 13:01:46 +0000
parents
children cc0be37dc9d3
rev   line source
cannam@0 1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
cannam@0 2 <head>
cannam@0 3 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8" />
cannam@0 4 <meta http-equiv="Content-Style-Type" content="text/css" />
cannam@0 5 <meta http-equiv="Content-Language" content="en" />
cannam@0 6 <link rel="stylesheet" href="doxygen.css">
cannam@0 7 <title>TreeView</title>
cannam@0 8 <script type="text/javascript">
cannam@0 9 <!-- // Hide script from old browsers
cannam@0 10
cannam@0 11 function toggleFolder(id, imageNode)
cannam@0 12 {
cannam@0 13 var folder = document.getElementById(id);
cannam@0 14 var l = imageNode.src.length;
cannam@0 15 if (imageNode.src.substring(l-20,l)=="ftv2folderclosed.png" ||
cannam@0 16 imageNode.src.substring(l-18,l)=="ftv2folderopen.png")
cannam@0 17 {
cannam@0 18 imageNode = imageNode.previousSibling;
cannam@0 19 l = imageNode.src.length;
cannam@0 20 }
cannam@0 21 if (folder == null)
cannam@0 22 {
cannam@0 23 }
cannam@0 24 else if (folder.style.display == "block")
cannam@0 25 {
cannam@0 26 if (imageNode != null)
cannam@0 27 {
cannam@0 28 imageNode.nextSibling.src = "ftv2folderclosed.png";
cannam@0 29 if (imageNode.src.substring(l-13,l) == "ftv2mnode.png")
cannam@0 30 {
cannam@0 31 imageNode.src = "ftv2pnode.png";
cannam@0 32 }
cannam@0 33 else if (imageNode.src.substring(l-17,l) == "ftv2mlastnode.png")
cannam@0 34 {
cannam@0 35 imageNode.src = "ftv2plastnode.png";
cannam@0 36 }
cannam@0 37 }
cannam@0 38 folder.style.display = "none";
cannam@0 39 }
cannam@0 40 else
cannam@0 41 {
cannam@0 42 if (imageNode != null)
cannam@0 43 {
cannam@0 44 imageNode.nextSibling.src = "ftv2folderopen.png";
cannam@0 45 if (imageNode.src.substring(l-13,l) == "ftv2pnode.png")
cannam@0 46 {
cannam@0 47 imageNode.src = "ftv2mnode.png";
cannam@0 48 }
cannam@0 49 else if (imageNode.src.substring(l-17,l) == "ftv2plastnode.png")
cannam@0 50 {
cannam@0 51 imageNode.src = "ftv2mlastnode.png";
cannam@0 52 }
cannam@0 53 }
cannam@0 54 folder.style.display = "block";
cannam@0 55 }
cannam@0 56 }
cannam@0 57
cannam@0 58 // End script hiding -->
cannam@0 59 </script>
cannam@0 60 </head>
cannam@0 61
cannam@0 62 <body class="ftvtree">
cannam@0 63 <div class="directory">
cannam@0 64 <h3>VampPluginSDK</h3>
cannam@0 65 <div style="display: block;">
cannam@0 66 <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="main.html" target="basefrm">Vamp Plugin SDK</a></p>
cannam@0 67 <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder1', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder1', this)"/><a class="el" href="annotated.html" target="basefrm">Class List</a></p>
cannam@0 68 <div id="folder1">
cannam@0 69 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="struct__VampFeature.html" target="basefrm">_VampFeature</a></p>
cannam@0 70 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="struct__VampFeatureList.html" target="basefrm">_VampFeatureList</a></p>
cannam@0 71 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="struct__VampOutputDescriptor.html" target="basefrm">_VampOutputDescriptor</a></p>
cannam@0 72 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="struct__VampParameterDescriptor.html" target="basefrm">_VampParameterDescriptor</a></p>
cannam@0 73 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="struct__VampPluginDescriptor.html" target="basefrm">_VampPluginDescriptor</a></p>
cannam@0 74 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classAmplitudeFollower.html" target="basefrm">AmplitudeFollower</a></p>
cannam@0 75 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classPercussionOnsetDetector.html" target="basefrm">PercussionOnsetDetector</a></p>
cannam@0 76 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1Plugin.html" target="basefrm">Vamp::Plugin</a></p>
cannam@0 77 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structVamp_1_1Plugin_1_1Feature.html" target="basefrm">Vamp::Plugin::Feature</a></p>
cannam@0 78 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structVamp_1_1Plugin_1_1OutputDescriptor.html" target="basefrm">Vamp::Plugin::OutputDescriptor</a></p>
cannam@0 79 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1PluginAdapter.html" target="basefrm">Vamp::PluginAdapter< P ></a></p>
cannam@0 80 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1PluginAdapterBase.html" target="basefrm">Vamp::PluginAdapterBase</a></p>
cannam@0 81 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1PluginAdapterBase_1_1Impl.html" target="basefrm">Vamp::PluginAdapterBase::Impl</a></p>
cannam@0 82 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1PluginBase.html" target="basefrm">Vamp::PluginBase</a></p>
cannam@0 83 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html" target="basefrm">Vamp::PluginBase::ParameterDescriptor</a></p>
cannam@0 84 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginBufferingAdapter.html" target="basefrm">Vamp::HostExt::PluginBufferingAdapter</a></p>
cannam@0 85 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginBufferingAdapter_1_1Impl.html" target="basefrm">Vamp::HostExt::PluginBufferingAdapter::Impl</a></p>
cannam@0 86 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginBufferingAdapter_1_1Impl_1_1RingBuffer.html" target="basefrm">Vamp::HostExt::PluginBufferingAdapter::Impl::RingBuffer</a></p>
cannam@0 87 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginChannelAdapter.html" target="basefrm">Vamp::HostExt::PluginChannelAdapter</a></p>
cannam@0 88 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginChannelAdapter_1_1Impl.html" target="basefrm">Vamp::HostExt::PluginChannelAdapter::Impl</a></p>
cannam@0 89 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1PluginHostAdapter.html" target="basefrm">Vamp::PluginHostAdapter</a></p>
cannam@0 90 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter.html" target="basefrm">Vamp::HostExt::PluginInputDomainAdapter</a></p>
cannam@0 91 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter_1_1Impl.html" target="basefrm">Vamp::HostExt::PluginInputDomainAdapter::Impl</a></p>
cannam@0 92 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginLoader.html" target="basefrm">Vamp::HostExt::PluginLoader</a></p>
cannam@0 93 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginLoader_1_1Impl.html" target="basefrm">Vamp::HostExt::PluginLoader::Impl</a></p>
cannam@0 94 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginLoader_1_1Impl_1_1InstanceCleaner.html" target="basefrm">Vamp::HostExt::PluginLoader::Impl::InstanceCleaner</a></p>
cannam@0 95 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginLoader_1_1Impl_1_1PluginDeletionNotifyAdapter.html" target="basefrm">Vamp::HostExt::PluginLoader::Impl::PluginDeletionNotifyAdapter</a></p>
cannam@0 96 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginRateExtractor.html" target="basefrm">Vamp::HostExt::PluginRateExtractor</a></p>
cannam@0 97 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginWrapper.html" target="basefrm">Vamp::HostExt::PluginWrapper</a></p>
cannam@0 98 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structVamp_1_1RealTime.html" target="basefrm">Vamp::RealTime</a></p>
cannam@0 99 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classSpectralCentroid.html" target="basefrm">SpectralCentroid</a></p>
cannam@0 100 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classZeroCrossing.html" target="basefrm">ZeroCrossing</a></p>
cannam@0 101 </div>
cannam@0 102 <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder2', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder2', this)"/><a class="el" href="hierarchy.html" target="basefrm">Class Hierarchy</a></p>
cannam@0 103 <div id="folder2">
cannam@0 104 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="struct__VampFeature.html" target="basefrm">_VampFeature</a></p>
cannam@0 105 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="struct__VampFeatureList.html" target="basefrm">_VampFeatureList</a></p>
cannam@0 106 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="struct__VampOutputDescriptor.html" target="basefrm">_VampOutputDescriptor</a></p>
cannam@0 107 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="struct__VampParameterDescriptor.html" target="basefrm">_VampParameterDescriptor</a></p>
cannam@0 108 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="struct__VampPluginDescriptor.html" target="basefrm">_VampPluginDescriptor</a></p>
cannam@0 109 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structVamp_1_1Plugin_1_1Feature.html" target="basefrm">Vamp::Plugin::Feature</a></p>
cannam@0 110 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structVamp_1_1Plugin_1_1OutputDescriptor.html" target="basefrm">Vamp::Plugin::OutputDescriptor</a></p>
cannam@0 111 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder3', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder3', this)"/><a class="el" href="classVamp_1_1PluginAdapterBase.html" target="basefrm">Vamp::PluginAdapterBase</a></p>
cannam@0 112 <div id="folder3">
cannam@0 113 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1PluginAdapter.html" target="basefrm">Vamp::PluginAdapter< P ></a></p>
cannam@0 114 </div>
cannam@0 115 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1PluginAdapterBase_1_1Impl.html" target="basefrm">Vamp::PluginAdapterBase::Impl</a></p>
cannam@0 116 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder4', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder4', this)"/><a class="el" href="classVamp_1_1PluginBase.html" target="basefrm">Vamp::PluginBase</a></p>
cannam@0 117 <div id="folder4">
cannam@0 118 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder5', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder5', this)"/><a class="el" href="classVamp_1_1Plugin.html" target="basefrm">Vamp::Plugin</a></p>
cannam@0 119 <div id="folder5">
cannam@0 120 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classAmplitudeFollower.html" target="basefrm">AmplitudeFollower</a></p>
cannam@0 121 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classPercussionOnsetDetector.html" target="basefrm">PercussionOnsetDetector</a></p>
cannam@0 122 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classSpectralCentroid.html" target="basefrm">SpectralCentroid</a></p>
cannam@0 123 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginRateExtractor.html" target="basefrm">Vamp::HostExt::PluginRateExtractor</a></p>
cannam@0 124 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder6', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder6', this)"/><a class="el" href="classVamp_1_1HostExt_1_1PluginWrapper.html" target="basefrm">Vamp::HostExt::PluginWrapper</a></p>
cannam@0 125 <div id="folder6">
cannam@0 126 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginBufferingAdapter.html" target="basefrm">Vamp::HostExt::PluginBufferingAdapter</a></p>
cannam@0 127 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginChannelAdapter.html" target="basefrm">Vamp::HostExt::PluginChannelAdapter</a></p>
cannam@0 128 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter.html" target="basefrm">Vamp::HostExt::PluginInputDomainAdapter</a></p>
cannam@0 129 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginLoader_1_1Impl_1_1PluginDeletionNotifyAdapter.html" target="basefrm">Vamp::HostExt::PluginLoader::Impl::PluginDeletionNotifyAdapter</a></p>
cannam@0 130 </div>
cannam@0 131 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1PluginHostAdapter.html" target="basefrm">Vamp::PluginHostAdapter</a></p>
cannam@0 132 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classZeroCrossing.html" target="basefrm">ZeroCrossing</a></p>
cannam@0 133 </div>
cannam@0 134 </div>
cannam@0 135 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structVamp_1_1PluginBase_1_1ParameterDescriptor.html" target="basefrm">Vamp::PluginBase::ParameterDescriptor</a></p>
cannam@0 136 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginBufferingAdapter_1_1Impl.html" target="basefrm">Vamp::HostExt::PluginBufferingAdapter::Impl</a></p>
cannam@0 137 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginBufferingAdapter_1_1Impl_1_1RingBuffer.html" target="basefrm">Vamp::HostExt::PluginBufferingAdapter::Impl::RingBuffer</a></p>
cannam@0 138 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginChannelAdapter_1_1Impl.html" target="basefrm">Vamp::HostExt::PluginChannelAdapter::Impl</a></p>
cannam@0 139 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter_1_1Impl.html" target="basefrm">Vamp::HostExt::PluginInputDomainAdapter::Impl</a></p>
cannam@0 140 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginLoader.html" target="basefrm">Vamp::HostExt::PluginLoader</a></p>
cannam@0 141 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginLoader_1_1Impl.html" target="basefrm">Vamp::HostExt::PluginLoader::Impl</a></p>
cannam@0 142 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classVamp_1_1HostExt_1_1PluginLoader_1_1Impl_1_1InstanceCleaner.html" target="basefrm">Vamp::HostExt::PluginLoader::Impl::InstanceCleaner</a></p>
cannam@0 143 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structVamp_1_1RealTime.html" target="basefrm">Vamp::RealTime</a></p>
cannam@0 144 </div>
cannam@0 145 <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="functions.html" target="basefrm">Class Members</a></p>
cannam@0 146 <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="inherits.html" target="basefrm">Graphical Class Hierarchy</a></p>
cannam@0 147 <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder7', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder7', this)"/><a class="el" href="namespaces.html" target="basefrm">Namespace List</a></p>
cannam@0 148 <div id="folder7">
cannam@0 149 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="namespaceVamp.html" target="basefrm">Vamp</a></p>
cannam@0 150 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="namespaceVamp_1_1HostExt.html" target="basefrm">Vamp::HostExt</a></p>
cannam@0 151 </div>
cannam@0 152 <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="namespacemembers.html" target="basefrm">Namespace Members</a></p>
cannam@0 153 <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder8', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder8', this)"/><a class="el" href="files.html" target="basefrm">File List</a></p>
cannam@0 154 <div id="folder8">
cannam@0 155 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="AmplitudeFollower_8cpp.html" target="basefrm">AmplitudeFollower.cpp</a></p>
cannam@0 156 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="AmplitudeFollower_8h.html" target="basefrm">AmplitudeFollower.h</a></p>
cannam@0 157 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="doc-overview.html" target="basefrm">doc-overview</a></p>
cannam@0 158 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="PercussionOnsetDetector_8cpp.html" target="basefrm">PercussionOnsetDetector.cpp</a></p>
cannam@0 159 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="PercussionOnsetDetector_8h.html" target="basefrm">PercussionOnsetDetector.h</a></p>
cannam@0 160 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="Plugin_8h.html" target="basefrm">Plugin.h</a></p>
cannam@0 161 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="PluginAdapter_8cpp.html" target="basefrm">PluginAdapter.cpp</a></p>
cannam@0 162 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="PluginAdapter_8h.html" target="basefrm">PluginAdapter.h</a></p>
cannam@0 163 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="PluginBase_8h.html" target="basefrm">PluginBase.h</a></p>
cannam@0 164 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="PluginBufferingAdapter_8cpp.html" target="basefrm">PluginBufferingAdapter.cpp</a></p>
cannam@0 165 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="PluginBufferingAdapter_8h.html" target="basefrm">PluginBufferingAdapter.h</a></p>
cannam@0 166 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="PluginChannelAdapter_8cpp.html" target="basefrm">PluginChannelAdapter.cpp</a></p>
cannam@0 167 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="PluginChannelAdapter_8h.html" target="basefrm">PluginChannelAdapter.h</a></p>
cannam@0 168 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="PluginHostAdapter_8cpp.html" target="basefrm">PluginHostAdapter.cpp</a></p>
cannam@0 169 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="PluginHostAdapter_8h.html" target="basefrm">PluginHostAdapter.h</a></p>
cannam@0 170 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="PluginInputDomainAdapter_8cpp.html" target="basefrm">PluginInputDomainAdapter.cpp</a></p>
cannam@0 171 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="PluginInputDomainAdapter_8h.html" target="basefrm">PluginInputDomainAdapter.h</a></p>
cannam@0 172 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="PluginLoader_8cpp.html" target="basefrm">PluginLoader.cpp</a></p>
cannam@0 173 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="PluginLoader_8h.html" target="basefrm">PluginLoader.h</a></p>
cannam@0 174 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="plugins_8cpp.html" target="basefrm">plugins.cpp</a></p>
cannam@0 175 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="PluginWrapper_8cpp.html" target="basefrm">PluginWrapper.cpp</a></p>
cannam@0 176 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="PluginWrapper_8h.html" target="basefrm">PluginWrapper.h</a></p>
cannam@0 177 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="RealTime_8cpp.html" target="basefrm">RealTime.cpp</a></p>
cannam@0 178 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="RealTime_8h.html" target="basefrm">RealTime.h</a></p>
cannam@0 179 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="SpectralCentroid_8cpp.html" target="basefrm">SpectralCentroid.cpp</a></p>
cannam@0 180 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="SpectralCentroid_8h.html" target="basefrm">SpectralCentroid.h</a></p>
cannam@0 181 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="system_8h.html" target="basefrm">system.h</a></p>
cannam@0 182 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="vamp-simple-host_8cpp.html" target="basefrm">vamp-simple-host.cpp</a></p>
cannam@0 183 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="vamp_8h.html" target="basefrm">vamp.h</a></p>
cannam@0 184 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="ZeroCrossing_8cpp.html" target="basefrm">ZeroCrossing.cpp</a></p>
cannam@0 185 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="ZeroCrossing_8h.html" target="basefrm">ZeroCrossing.h</a></p>
cannam@0 186 </div>
cannam@0 187 <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder9', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder9', this)"/><a class="el" href="dirs.html" target="basefrm">Directory Hierarchy</a></p>
cannam@0 188 <div id="folder9">
cannam@0 189 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="dir_35887283b966ca996e4ff77f459c38ce.html" target="basefrm">examples</a></p>
cannam@0 190 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="dir_dc0199af6955c245f7b5a687135670df.html" target="basefrm">host</a></p>
cannam@0 191 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="dir_b086eb10f854304ab96fb3af468374a7.html" target="basefrm">vamp</a></p>
cannam@0 192 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder10', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder10', this)"/><a class="el" href="dir_5b77fce4b90561041d958141b45c7c55.html" target="basefrm">vamp-sdk</a></p>
cannam@0 193 <div id="folder10">
cannam@0 194 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="dir_fa454903fff8cd477733ebe28a3468c0.html" target="basefrm">hostext</a></p>
cannam@0 195 </div>
cannam@0 196 </div>
cannam@0 197 <p><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="globals.html" target="basefrm">File Members</a></p>
cannam@0 198 </div>
cannam@0 199 </div>
cannam@0 200 </body>
cannam@0 201 </html>