annotate code-doc/tree.html @ 128:817c3988afc7 website tip

Add a page about the Vamp Plugin Pack, including links to download mirrors
author Chris Cannam
date Tue, 11 Aug 2020 16:41:11 +0100
parents 0976232e353b
children
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@21 64 <h3 class="swap"><span>VampPluginSDK</span></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@21 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="union__VampFeatureUnion.html" target="basefrm">_VampFeatureUnion</a></p>
cannam@21 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__VampFeatureV2.html" target="basefrm">_VampFeatureV2</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__VampOutputDescriptor.html" target="basefrm">_VampOutputDescriptor</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="struct__VampParameterDescriptor.html" target="basefrm">_VampParameterDescriptor</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="struct__VampPluginDescriptor.html" target="basefrm">_VampPluginDescriptor</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="classAmplitudeFollower.html" target="basefrm">AmplitudeFollower</a></p>
cannam@21 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="classFixedTempoEstimator.html" target="basefrm">FixedTempoEstimator</a></p>
cannam@35 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="classFixedTempoEstimator_1_1D.html" target="basefrm">FixedTempoEstimator::FixedTempoEstimator::D</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="classPercussionOnsetDetector.html" target="basefrm">PercussionOnsetDetector</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_1Plugin.html" target="basefrm">Vamp::Plugin</a></p>
cannam@35 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="structVamp_1_1Plugin_1_1Feature.html" target="basefrm">Vamp::Plugin::Plugin::Feature</a></p>
cannam@35 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="structVamp_1_1Plugin_1_1OutputDescriptor.html" target="basefrm">Vamp::Plugin::Plugin::OutputDescriptor</a></p>
cannam@35 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="classVamp_1_1PluginAdapter.html" target="basefrm">Vamp::PluginAdapter&lt; P &gt;</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_1PluginAdapterBase.html" target="basefrm">Vamp::PluginAdapterBase</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_1PluginBase.html" target="basefrm">Vamp::PluginBase</a></p>
cannam@35 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="structVamp_1_1PluginBase_1_1ParameterDescriptor.html" target="basefrm">Vamp::PluginBase::PluginBase::ParameterDescriptor</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_1PluginBufferingAdapter.html" target="basefrm">Vamp::HostExt::PluginBufferingAdapter</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.html" target="basefrm">Vamp::HostExt::PluginChannelAdapter</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_1PluginLoader.html" target="basefrm">Vamp::HostExt::PluginLoader</a></p>
cannam@21 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_1PluginSummarisingAdapter.html" target="basefrm">Vamp::HostExt::PluginSummarisingAdapter</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_1PluginWrapper.html" target="basefrm">Vamp::HostExt::PluginWrapper</a></p>
cannam@21 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="classPowerSpectrum.html" target="basefrm">PowerSpectrum</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="structVamp_1_1RealTime.html" target="basefrm">Vamp::RealTime</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="classSpectralCentroid.html" target="basefrm">SpectralCentroid</a></p>
cannam@0 97 <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 98 </div>
cannam@0 99 <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 100 <div id="folder2">
cannam@0 101 <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 102 <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@21 103 <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="union__VampFeatureUnion.html" target="basefrm">_VampFeatureUnion</a></p>
cannam@21 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__VampFeatureV2.html" target="basefrm">_VampFeatureV2</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__VampOutputDescriptor.html" target="basefrm">_VampOutputDescriptor</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__VampParameterDescriptor.html" target="basefrm">_VampParameterDescriptor</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__VampPluginDescriptor.html" target="basefrm">_VampPluginDescriptor</a></p>
cannam@35 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="classFixedTempoEstimator_1_1D.html" target="basefrm">FixedTempoEstimator::FixedTempoEstimator::D</a></p>
cannam@35 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::Plugin::Feature</a></p>
cannam@35 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::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@35 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&lt; P &gt;</a></p>
cannam@0 114 </div>
cannam@0 115 <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 116 <div id="folder4">
cannam@0 117 <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 118 <div id="folder5">
cannam@0 119 <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@21 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="classFixedTempoEstimator.html" target="basefrm">FixedTempoEstimator</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@21 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="classPowerSpectrum.html" target="basefrm">PowerSpectrum</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="classSpectralCentroid.html" target="basefrm">SpectralCentroid</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@21 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_1PluginSummarisingAdapter.html" target="basefrm">Vamp::HostExt::PluginSummarisingAdapter</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@35 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::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_1PluginLoader.html" target="basefrm">Vamp::HostExt::PluginLoader</a></p>
cannam@0 137 <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 138 </div>
cannam@0 139 <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 140 <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 141 <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 142 <div id="folder7">
cannam@0 143 <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 144 <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 145 </div>
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="namespacemembers.html" target="basefrm">Namespace Members</a></p>
cannam@0 147 <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 148 <div id="folder8">
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="AmplitudeFollower_8cpp.html" target="basefrm">AmplitudeFollower.cpp</a></p>
cannam@0 150 <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 151 <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@21 152 <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="FixedTempoEstimator_8cpp.html" target="basefrm">FixedTempoEstimator.cpp</a></p>
cannam@21 153 <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="FixedTempoEstimator_8h.html" target="basefrm">FixedTempoEstimator.h</a></p>
cannam@21 154 <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="hostguard_8h.html" target="basefrm">hostguard.h</a></p>
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="PercussionOnsetDetector_8cpp.html" target="basefrm">PercussionOnsetDetector.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="PercussionOnsetDetector_8h.html" target="basefrm">PercussionOnsetDetector.h</a></p>
cannam@21 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="plugguard_8h.html" target="basefrm">plugguard.h</a></p>
cannam@21 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="vamp-sdk_2Plugin_8h.html" target="basefrm">vamp-sdk/Plugin.h</a></p>
cannam@21 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="vamp-hostsdk_2Plugin_8h.html" target="basefrm">vamp-hostsdk/Plugin.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="PluginAdapter_8h.html" target="basefrm">PluginAdapter.h</a></p>
cannam@21 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="vamp-sdk_2PluginBase_8h.html" target="basefrm">vamp-sdk/PluginBase.h</a></p>
cannam@21 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="vamp-hostsdk_2PluginBase_8h.html" target="basefrm">vamp-hostsdk/PluginBase.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="PluginBufferingAdapter_8h.html" target="basefrm">PluginBufferingAdapter.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="PluginChannelAdapter_8h.html" target="basefrm">PluginChannelAdapter.h</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="PluginHostAdapter_8h.html" target="basefrm">PluginHostAdapter.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="PluginInputDomainAdapter_8h.html" target="basefrm">PluginInputDomainAdapter.h</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="PluginLoader_8h.html" target="basefrm">PluginLoader.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="plugins_8cpp.html" target="basefrm">plugins.cpp</a></p>
cannam@21 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="PluginSummarisingAdapter_8h.html" target="basefrm">PluginSummarisingAdapter.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="PluginWrapper_8h.html" target="basefrm">PluginWrapper.h</a></p>
cannam@21 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="PowerSpectrum_8cpp.html" target="basefrm">PowerSpectrum.cpp</a></p>
cannam@21 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="PowerSpectrum_8h.html" target="basefrm">PowerSpectrum.h</a></p>
cannam@21 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="vamp-sdk_2RealTime_8h.html" target="basefrm">vamp-sdk/RealTime.h</a></p>
cannam@21 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="vamp-hostsdk_2RealTime_8h.html" target="basefrm">vamp-hostsdk/RealTime.h</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="SpectralCentroid_8cpp.html" target="basefrm">SpectralCentroid.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="SpectralCentroid_8h.html" target="basefrm">SpectralCentroid.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="system_8h.html" target="basefrm">system.h</a></p>
cannam@21 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="vamp-hostsdk_8h.html" target="basefrm">vamp-hostsdk.h</a></p>
cannam@21 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="vamp-sdk_8h.html" target="basefrm">vamp-sdk.h</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="vamp-simple-host_8cpp.html" target="basefrm">vamp-simple-host.cpp</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="vamp_8h.html" target="basefrm">vamp.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="ZeroCrossing_8cpp.html" target="basefrm">ZeroCrossing.cpp</a></p>
cannam@0 183 <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 184 </div>
cannam@0 185 <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 186 <div id="folder9">
cannam@0 187 <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 188 <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@21 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_2d75386d541e768dd0382c2de0bcb161.html" target="basefrm">src</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_b086eb10f854304ab96fb3af468374a7.html" target="basefrm">vamp</a></p>
cannam@21 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_4571ebff077265f6d30f5427df02fcd6.html" target="basefrm">vamp-hostsdk</a></p>
cannam@21 192 <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="dir_5b77fce4b90561041d958141b45c7c55.html" target="basefrm">vamp-sdk</a></p>
cannam@0 193 </div>
cannam@0 194 <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 195 </div>
cannam@0 196 </div>
cannam@21 197