Initial release
This commit is contained in:
+142
@@ -0,0 +1,142 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.13.2"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>VST 3 SDK: Class Members</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript" src="clipboard.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="cookie.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
<link href="smtg_extra.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr id="projectrow">
|
||||
<td id="projectalign">
|
||||
<div id="projectname">VST 3 SDK<span id="projectnumber"> VST 3.8</span>
|
||||
</div>
|
||||
<div id="projectbrief">SDK for developing VST plug-in</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.13.2 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
<div id="nav-tree-contents">
|
||||
<div id="nav-sync" class="sync"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="splitbar" style="-moz-user-select:none;"
|
||||
class="ui-resizable-handle">
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function(){initNavTree('functions_f.html',''); initResizable(true); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
<!-- window showing the filter options -->
|
||||
<div id="MSearchSelectWindow"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
||||
</div>
|
||||
|
||||
<!-- iframe showing the search results (closed by default) -->
|
||||
<div id="MSearchResultsWindow">
|
||||
<div id="MSearchResults">
|
||||
<div class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div id="SRResults"></div>
|
||||
<div class="SRStatus" id="Loading">Loading...</div>
|
||||
<div class="SRStatus" id="Searching">Searching...</div>
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="contents">
|
||||
<div class="textblock">Here is a list of all class members with links to the classes they belong to:</div>
|
||||
|
||||
<h3><a id="index_f" name="index_f"></a>- f -</h3><ul>
|
||||
<li>factory : <a class="el" href="classSteinberg_1_1Vst_1_1PlugProvider.html#a7ddbf523610d9a2456ef7b40f1ef488e">PlugProvider</a>, <a class="el" href="classVST3_1_1Hosting_1_1Module.html#a7ddbf523610d9a2456ef7b40f1ef488e">Module</a></li>
|
||||
<li>FactoryInfo() : <a class="el" href="classVST3_1_1Hosting_1_1FactoryInfo.html#a04515a8e85946a566571b0dad156731e">FactoryInfo</a></li>
|
||||
<li>factoryInfo : <a class="el" href="classSteinberg_1_1CPluginFactory.html#a5048a618e5819f448694d729e8d0ae22">CPluginFactory</a>, <a class="el" href="structSteinberg_1_1ModuleInfo.html#a5725e4d9cfff5ab9f69d0bc4ca3897c7">ModuleInfo</a></li>
|
||||
<li>file : <a class="el" href="classSteinberg_1_1Vst_1_1FileStream.html#a702945180aa732857b380a007a7e2a21">FileStream</a></li>
|
||||
<li>FileStream() : <a class="el" href="classSteinberg_1_1Vst_1_1FileStream.html#a07ec419862792d4581e85feef181702c">FileStream</a></li>
|
||||
<li>fillCount : <a class="el" href="classSteinberg_1_1Vst_1_1EventList.html#ae719cb1fce98d2f22058ae277db25c57">EventList</a></li>
|
||||
<li>finalize() : <a class="el" href="structSteinberg_1_1ObjCClassBuilder.html#a2209859c56ad409d8ce38867cffa9480">ObjCClassBuilder</a></li>
|
||||
<li>find() : <a class="el" href="classSteinberg_1_1Vst_1_1NoteExpressionTypeContainer.html#ad98f877a950598b7c7585bc888091374">NoteExpressionTypeContainer</a></li>
|
||||
<li>findDataExchangeReceiver() : <a class="el" href="structSteinberg_1_1Vst_1_1IDataExchangeHandlerHost.html#a35a0e11552543b1269d3c5e6e45daa35">IDataExchangeHandlerHost</a></li>
|
||||
<li>finishGroupEdit() : <a class="el" href="classSteinberg_1_1Vst_1_1EditController.html#ab96c751fa234ceae8bfa78ee8f375486">EditController</a></li>
|
||||
<li>flags : <a class="el" href="structSteinberg_1_1ModuleInfo_1_1ClassInfo.html#a773b39d480759f67926cb18ae2219281">ModuleInfo::ClassInfo</a>, <a class="el" href="structSteinberg_1_1ModuleInfo_1_1FactoryInfo.html#ae51934333edd3a61c06a695837f30595">ModuleInfo::FactoryInfo</a>, <a class="el" href="classSteinberg_1_1Vst_1_1Bus.html#a8ffba1d4311e48ae488bc118f20d7edb">Bus</a>, <a class="el" href="classSteinberg_1_1Vst_1_1ProcessContextRequirements.html#a81a27ce50e78368b0d0de1e8767fd32d">ProcessContextRequirements</a>, <a class="el" href="classVST3_1_1Hosting_1_1FactoryInfo.html#a92b852ccebf419816579c8f6877dbcd1">FactoryInfo</a></li>
|
||||
<li>flush() : <a class="el" href="structSteinberg_1_1Vst_1_1BypassProcessor_1_1Delay.html#adac116554b543b7c4228c018a85882f5">BypassProcessor< T >::Delay</a></li>
|
||||
<li>flushChanges() : <a class="el" href="structSteinberg_1_1Vst_1_1SampleAccurate_1_1Parameter.html#a5b61aa805edb7e4190f0b5b5dc0164db">Parameter</a></li>
|
||||
<li>forget() : <a class="el" href="classSteinberg_1_1Vst_1_1VSTGUIEditor.html#ad217d6699b5b1207b06329ddc5c77a2a">VSTGUIEditor</a></li>
|
||||
<li>fromString() : <a class="el" href="classSteinberg_1_1Vst_1_1Parameter.html#a389243df342667a564a24584382798c2">Parameter</a>, <a class="el" href="classSteinberg_1_1Vst_1_1RangeParameter.html#af7aab53314d6d62ad5b017ba85ab50b5">RangeParameter</a>, <a class="el" href="classSteinberg_1_1Vst_1_1StringListParameter.html#af7aab53314d6d62ad5b017ba85ab50b5">StringListParameter</a>, <a class="el" href="structVST3_1_1UID.html#a158b1d215419173740f96921a009107d">UID</a></li>
|
||||
<li>fromTUID() : <a class="el" href="structVST3_1_1UID.html#a1b7f0dc3a24f29e7e8c1c605171db336">UID</a></li>
|
||||
<li>fxUniqueID : <a class="el" href="structVST3_1_1Vst2xProgram.html#a8aa5d2f3cc07a2001fe735b8dca8e945">Vst2xProgram</a>, <a class="el" href="structVST3_1_1Vst2xState.html#a8aa5d2f3cc07a2001fe735b8dca8e945">Vst2xState</a></li>
|
||||
<li>fxVersion : <a class="el" href="structVST3_1_1Vst2xProgram.html#ab088bba21e6faf99a91a9748128f886a">Vst2xProgram</a>, <a class="el" href="structVST3_1_1Vst2xState.html#ab088bba21e6faf99a91a9748128f886a">Vst2xState</a></li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<html>
|
||||
<head>
|
||||
<title>Empty</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="Author" content="Steinberg">
|
||||
</head>
|
||||
<body>
|
||||
<br/>
|
||||
<hr width="100%" size="2" align="left" />
|
||||
<div align=right>
|
||||
Copyright ©<span id="year"></span> <a href="http://www.steinberg.net" target="_blank"><u>Steinberg Media Technologies GmbH</u></a>.
|
||||
All Rights Reserved. This documentation is under this <a href="http://www.steinberg.net/sdklicenses" target="_blank"><u>license</u></a>.
|
||||
</div>
|
||||
<script>
|
||||
document.querySelector("#year").textContent = new Date().getFullYear();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user