Files
VST2SDK/vst_8h_source.html
T
GitHub Actions 5d195e55a0 87b3e2bcfc
2025-08-07 23:08:08 +00:00

2889 lines
610 KiB
HTML

<!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.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>VST2SDK: vst.h Source File</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>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.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" />
</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">VST2SDK
</div>
<div id="projectbrief">A recreation of the popular Steinberg VST 2.x SDK.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @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&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
</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&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('vst_8h_source.html',''); initResizable(); });
/* @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="header">
<div class="headertitle"><div class="title">vst.h</div></div>
</div><!--header-->
<div class="contents">
<a href="vst_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/* An attempt at an untained clean room reimplementation of the widely popular VST 2.x SDK.</span></div>
<div class="line"><span class="lineno"> 2</span><span class="comment"> * Copyright (c) 2020 Xaymar Dirks &lt;info@xaymar.com&gt; (previously known as Michael Fabian Dirks)</span></div>
<div class="line"><span class="lineno"> 3</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 4</span><span class="comment"> * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the</span></div>
<div class="line"><span class="lineno"> 5</span><span class="comment"> * following conditions are met:</span></div>
<div class="line"><span class="lineno"> 6</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 7</span><span class="comment"> * 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following</span></div>
<div class="line"><span class="lineno"> 8</span><span class="comment"> * disclaimer.</span></div>
<div class="line"><span class="lineno"> 9</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 10</span><span class="comment"> * 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the</span></div>
<div class="line"><span class="lineno"> 11</span><span class="comment"> * following disclaimer in the documentation and/or other materials provided with the distribution.</span></div>
<div class="line"><span class="lineno"> 12</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 13</span><span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES,</span></div>
<div class="line"><span class="lineno"> 14</span><span class="comment"> * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE</span></div>
<div class="line"><span class="lineno"> 15</span><span class="comment"> * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,</span></div>
<div class="line"><span class="lineno"> 16</span><span class="comment"> * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR</span></div>
<div class="line"><span class="lineno"> 17</span><span class="comment"> * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,</span></div>
<div class="line"><span class="lineno"> 18</span><span class="comment"> * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE</span></div>
<div class="line"><span class="lineno"> 19</span><span class="comment"> * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</span></div>
<div class="line"><span class="lineno"> 20</span><span class="comment"> */</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> </div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="comment">// Please refer to README.md and LICENSE for further information.</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="comment">// Protect against double inclusion in practically every compiler available.</span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#</span><span class="preprocessor">pragma</span> <span class="preprocessor">once</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor">#</span><span class="preprocessor">ifndef</span> <span class="preprocessor">VST2SDK_VST_H</span></div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="comment">/** @private */</span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"><a class="line" href="vst_8h.html#a668a218f4bb073cd9e14ec1f74772b42"> 28</a></span><span class="preprocessor">#</span><span class="preprocessor">define</span> <span class="preprocessor">VST2SDK_VST_H</span></div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="comment">/* The VST 2.x alignment appears to be 8 for both 32 and 64-bit. This alignment is ignored by some earlier Windows </span></div>
<div class="line"><span class="lineno"> 31</span><span class="comment"> * platforms and compilers, but we don&#39;t care about those. </span></div>
<div class="line"><span class="lineno"> 32</span><span class="comment"> */</span></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="preprocessor">#</span><span class="preprocessor">pragma</span> <span class="preprocessor">pack</span><span class="preprocessor">(</span><span class="preprocessor">push</span><span class="preprocessor">,</span> 8<span class="preprocessor">)</span></div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="preprocessor">#</span><span class="preprocessor">ifdef</span> __cplusplus</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor">&lt;</span><span class="preprocessor">cinttypes</span><span class="preprocessor">&gt;</span></div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="preprocessor">#</span><span class="preprocessor">else</span></div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor">&lt;</span><span class="preprocessor">inttypes</span><span class="preprocessor">.</span><span class="preprocessor">h</span><span class="preprocessor">&gt;</span></div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span><span class="preprocessor">#</span><span class="preprocessor">endif</span></div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> </div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><span class="comment">/** Standard calling convention across plug-ins and hosts.</span></div>
<div class="line"><span class="lineno"> 43</span><span class="comment"> * On some older Windows platforms this is not __cdecl but something similar to __stdcall. We don&#39;t really care about</span></div>
<div class="line"><span class="lineno"> 44</span><span class="comment"> * those old platforms anyway so __cdecl it is.</span></div>
<div class="line"><span class="lineno"> 45</span><span class="comment"> */</span></div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"><a class="line" href="vst_8h.html#ab587d75cb10e7eb0422cb34b2bf302db"> 46</a></span><span class="preprocessor">#</span><span class="preprocessor">define</span> <span class="preprocessor">VST_FUNCTION_INTERFACE</span> <span class="keyword">__cdecl</span></div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> </div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span><span class="comment">/** Maximum number of channels/streams/inputs/outputs supported by VST 2.x</span></div>
<div class="line"><span class="lineno"> 49</span><span class="comment"> */</span></div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="vst_8h.html#a159930143b669088b88b43a54cf91eaf"> 50</a></span><span class="preprocessor">#</span><span class="preprocessor">define</span> <span class="preprocessor">VST_MAX_CHANNELS</span> 32 <span class="comment">// Couldn&#39;t find any audio editing software which would attempt to add more channels.</span></div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> </div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span><span class="comment">/** Convert four numbers into a FourCC</span></div>
<div class="line"><span class="lineno"> 53</span><span class="comment"> */</span></div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"><a class="line" href="vst_8h.html#a06c51d1e4072cbda110044ad98c1dce5"> 54</a></span><span class="preprocessor">#</span><span class="preprocessor">define</span> <span class="preprocessor">VST_FOURCC</span><span class="preprocessor">(</span><span class="preprocessor">a</span><span class="preprocessor">,</span><span class="preprocessor">b</span><span class="preprocessor">,</span><span class="preprocessor">c</span><span class="preprocessor">,</span><span class="preprocessor">d</span><span class="preprocessor">)</span> <span class="preprocessor">(</span><span class="preprocessor">(</span><span class="preprocessor">(</span><span class="preprocessor">(</span><span class="preprocessor">uint32_t</span><span class="preprocessor">)</span><span class="preprocessor">a</span><span class="preprocessor">)</span> <span class="preprocessor">&lt;&lt;</span> 24<span class="preprocessor">)</span> <span class="preprocessor">|</span> <span class="preprocessor">(</span><span class="preprocessor">(</span><span class="preprocessor">(</span><span class="preprocessor">uint32_t</span><span class="preprocessor">)</span><span class="preprocessor">b</span><span class="preprocessor">)</span> <span class="preprocessor">&lt;&lt;</span> 16<span class="preprocessor">)</span> <span class="preprocessor">|</span> <span class="preprocessor">(</span><span class="preprocessor">(</span><span class="preprocessor">(</span><span class="preprocessor">uint32_t</span><span class="preprocessor">)</span><span class="preprocessor">c</span><span class="preprocessor">)</span> <span class="preprocessor">&lt;&lt;</span> 8<span class="preprocessor">)</span> <span class="preprocessor">|</span> <span class="preprocessor">(</span><span class="preprocessor">(</span><span class="preprocessor">(</span><span class="preprocessor">uint32_t</span><span class="preprocessor">)</span><span class="preprocessor">d</span><span class="preprocessor">)</span> <span class="preprocessor">&lt;&lt;</span> 0<span class="preprocessor">)</span><span class="preprocessor">)</span></div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> </div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span><span class="comment">/** Known Status Codes</span></div>
<div class="line"><span class="lineno"> 57</span><span class="comment"> */</span></div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3"> 58</a></span><span class="keyword">enum</span> <a class="code hl_enumeration" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3">VST_STATUS</a> {</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> <span class="comment">/** Unknown / False</span></div>
<div class="line"><span class="lineno"> 60</span><span class="comment"> * We either don&#39;t know the answer or we can&#39;t handle the data/notification.</span></div>
<div class="line"><span class="lineno"> 61</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 62</span><span class="comment"> * @sa VST_HOST_OPCODE</span></div>
<div class="line"><span class="lineno"> 63</span><span class="comment"> * @sa VST_EFFECT_OPCODE</span></div>
<div class="line"><span class="lineno"> 64</span><span class="comment"> */</span></div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a41ec0cd179a700a7781114acd7db83e0"> 65</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a41ec0cd179a700a7781114acd7db83e0">VST_STATUS_0</a> = 0,</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> <span class="comment">/** @sa VST_STATUS_0 */</span></div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"><a class="line" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3ab0df086ec2933a9a5e62e327a4a9f09b"> 67</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3ab0df086ec2933a9a5e62e327a4a9f09b">VST_STATUS_FALSE</a> = 0,</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <span class="comment">/** @sa VST_STATUS_0 */</span></div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"><a class="line" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a22577e61d572876e1ca43e7131eeb481"> 69</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a22577e61d572876e1ca43e7131eeb481">VST_STATUS_ERROR</a> = 0,</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <span class="comment">/** @sa VST_STATUS_0 */</span></div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"><a class="line" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3ad9384d9e9e0580a5c274cde549614d2b"> 71</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3ad9384d9e9e0580a5c274cde549614d2b">VST_STATUS_UNKNOWN</a> = 0,</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> </div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> <span class="comment">/** Yes / True</span></div>
<div class="line"><span class="lineno"> 74</span><span class="comment"> * We&#39;ve handled the data/notification.</span></div>
<div class="line"><span class="lineno"> 75</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 76</span><span class="comment"> * @sa VST_HOST_OPCODE</span></div>
<div class="line"><span class="lineno"> 77</span><span class="comment"> * @sa VST_EFFECT_OPCODE</span></div>
<div class="line"><span class="lineno"> 78</span><span class="comment"> */</span></div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a8298a30394a5f7f029ff4c6d0fb27a21"> 79</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a8298a30394a5f7f029ff4c6d0fb27a21">VST_STATUS_1</a> = 1,</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <span class="comment">/** @sa VST_STATUS_1 */</span></div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"><a class="line" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a903485468aa301f9225bc9432ccc6f04"> 81</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a903485468aa301f9225bc9432ccc6f04">VST_STATUS_TRUE</a> = 1,</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> <span class="comment">/** @sa VST_STATUS_1 */</span></div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a9200a42a72319ca3832a342541552f56"> 83</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a9200a42a72319ca3832a342541552f56">VST_STATUS_SUCCESS</a> = 1,</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> <span class="comment">/** @sa VST_STATUS_1 */</span></div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"><a class="line" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a5df1272c40c0a6cc765fc610747bad07"> 85</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a5df1272c40c0a6cc765fc610747bad07">VST_STATUS_YES</a> = 1,</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> </div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> <span class="comment">/** No</span></div>
<div class="line"><span class="lineno"> 88</span><span class="comment"> * We&#39;re unable to handle the data/notification.</span></div>
<div class="line"><span class="lineno"> 89</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 90</span><span class="comment"> * @sa VST_HOST_OPCODE</span></div>
<div class="line"><span class="lineno"> 91</span><span class="comment"> * @sa VST_EFFECT_OPCODE</span></div>
<div class="line"><span class="lineno"> 92</span><span class="comment"> */</span></div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a5f0c037571bad90781fced2e6634b871"> 93</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a5f0c037571bad90781fced2e6634b871">VST_STATUS_m1</a> = -1,</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> <span class="comment">/** @sa VST_STATUS_m1 */</span></div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"><a class="line" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3ae06e983a1babce9b2b7b6b07b7a5218d"> 95</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3ae06e983a1babce9b2b7b6b07b7a5218d">VST_STATUS_NO</a> = -1,</div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> </div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"><a class="line" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a87f4968ac18a5a2a2a7e43c500fb5fee"> 97</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a87f4968ac18a5a2a2a7e43c500fb5fee">_VST_STATUS_PAD</a> = 0xFFFFFFFFul,</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span>};</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> </div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span><span class="comment">/** Known Buffer Sizes</span></div>
<div class="line"><span class="lineno"> 101</span><span class="comment"> */</span></div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"><a class="line" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0"> 102</a></span><span class="keyword">enum</span> <a class="code hl_enumeration" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0">VST_BUFFER_SIZE</a> {</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"><a class="line" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a7b36831c844989a8f852aa37c612394f"> 103</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a7b36831c844989a8f852aa37c612394f">VST_BUFFER_SIZE_PARAM_LABEL</a> = 8,</div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"><a class="line" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a9df2284f73b882143e8d5d4f0926c22c"> 104</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a9df2284f73b882143e8d5d4f0926c22c">VST_BUFFER_SIZE_PARAM_NAME</a> = 8,</div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"><a class="line" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a35e9d3ae94245bf880ceaeed2e3ecb79"> 105</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a35e9d3ae94245bf880ceaeed2e3ecb79">VST_BUFFER_SIZE_PARAM_VALUE</a> = 8,</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"><a class="line" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a7b22236d4e393bbdd3614e6e6d770abd"> 106</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a7b22236d4e393bbdd3614e6e6d770abd">VST_BUFFER_SIZE_STREAM_LABEL</a> = 8,</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"><a class="line" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0ab6d00e5e5b66c8f846e5bee4e94c5a65"> 107</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0ab6d00e5e5b66c8f846e5bee4e94c5a65">VST_BUFFER_SIZE_CATEGORY_LABEL</a> = 24,</div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0aa5532adff25787fb18d6323ff85ffaf2"> 108</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0aa5532adff25787fb18d6323ff85ffaf2">VST_BUFFER_SIZE_PROGRAM_NAME</a> = 24,</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"><a class="line" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0ab9fdfabb54bce241e9fb72646472eba8"> 109</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0ab9fdfabb54bce241e9fb72646472eba8">VST_BUFFER_SIZE_EFFECT_NAME</a> = 32,</div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"><a class="line" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0adf371e519b4fe11ea463a31ced5b23b7"> 110</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0adf371e519b4fe11ea463a31ced5b23b7">VST_BUFFER_SIZE_PARAM_LONG_NAME</a> = 64,</div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"><a class="line" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0af98e7be569680dea34de3598d8daa633"> 111</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0af98e7be569680dea34de3598d8daa633">VST_BUFFER_SIZE_PRODUCT_NAME</a> = 64,</div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"><a class="line" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a0c3022c7a7702966bc88df74c3c10181"> 112</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a0c3022c7a7702966bc88df74c3c10181">VST_BUFFER_SIZE_SPEAKER_NAME</a> = 64,</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a2115337ce5178aedd308ab187122e124"> 113</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a2115337ce5178aedd308ab187122e124">VST_BUFFER_SIZE_STREAM_NAME</a> = 64,</div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"><a class="line" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a88698715586f28a5506a4d3331d62f4c"> 114</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a88698715586f28a5506a4d3331d62f4c">VST_BUFFER_SIZE_VENDOR_NAME</a> = 64,</div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span>}; <span class="comment">// This is an enum because I started to dislike macros.</span></div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> </div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span><span class="comment">/** Valid VST 1.x and 2.x versions</span></div>
<div class="line"><span class="lineno"> 118</span><span class="comment"> * The format is either a single digit or four digits in Base10 format.</span></div>
<div class="line"><span class="lineno"> 119</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 120</span><span class="comment"> * @code{.c}</span></div>
<div class="line"><span class="lineno"> 121</span><span class="comment"> * // Converts a Base10 VST version to a uint8_t[4] representation of the version.</span></div>
<div class="line"><span class="lineno"> 122</span><span class="comment"> * uint32_t expand_vst_version(uint32_t v) {</span></div>
<div class="line"><span class="lineno"> 123</span><span class="comment"> * if (v &lt; 10) { // </span></div>
<div class="line"><span class="lineno"> 124</span><span class="comment"> * return v &lt;&lt; 24;</span></div>
<div class="line"><span class="lineno"> 125</span><span class="comment"> * }</span></div>
<div class="line"><span class="lineno"> 126</span><span class="comment"> * uint8_t major = v / 1000;</span></div>
<div class="line"><span class="lineno"> 127</span><span class="comment"> * uint8_t minor = (v / 100) % 10;</span></div>
<div class="line"><span class="lineno"> 128</span><span class="comment"> * uint8_t revision = (v / 10) % 10;</span></div>
<div class="line"><span class="lineno"> 129</span><span class="comment"> * uint8_t patch = v % 10;</span></div>
<div class="line"><span class="lineno"> 130</span><span class="comment"> * return (major &lt;&lt; 24) | (minor &lt;&lt; 16) | (revision &lt;&lt; 8) | patch;</span></div>
<div class="line"><span class="lineno"> 131</span><span class="comment"> * }</span></div>
<div class="line"><span class="lineno"> 132</span><span class="comment"> * @endcode</span></div>
<div class="line"><span class="lineno"> 133</span><span class="comment"> */</span></div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"><a class="line" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9d"> 134</a></span><span class="keyword">enum</span> <a class="code hl_enumeration" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9d">VST_VERSION</a> {</div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"><a class="line" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9dafbd4b6191f6982d43d28a8ffe69a7ef6"> 135</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9dafbd4b6191f6982d43d28a8ffe69a7ef6">VST_VERSION_1</a> = 0, <span class="comment">// Anything before 2.0, used by official plug-ins.</span></div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"><a class="line" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9dad5ba5e42b8cfa0957f33c141f514f30d"> 136</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9dad5ba5e42b8cfa0957f33c141f514f30d">VST_VERSION_1_0_0_0</a> = 1000, <span class="comment">// 1.0, used by some third-party plug-ins.</span></div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"><a class="line" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9da239709f07f3f56879be8af57ea1021a0"> 137</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9da239709f07f3f56879be8af57ea1021a0">VST_VERSION_1_1_0_0</a> = 1100, <span class="comment">// 1.1, used by some third-party plug-ins.</span></div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"><a class="line" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9da8fb9d123ffe334555d621a11b0a1a68b"> 138</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9da8fb9d123ffe334555d621a11b0a1a68b">VST_VERSION_2</a> = 2, <span class="comment">// 2.0, used by official plug-ins.</span></div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"><a class="line" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9da49dbd76be6e340a1b652dd6742f59871"> 139</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9da49dbd76be6e340a1b652dd6742f59871">VST_VERSION_2_0_0_0</a> = 2000, <span class="comment">// 2.0, used by some third-party plug-ins.</span></div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"><a class="line" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9da3c3be332f33bd75f122ecac6273c31cc"> 140</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9da3c3be332f33bd75f122ecac6273c31cc">VST_VERSION_2_1_0_0</a> = 2100, <span class="comment">// 2.1</span></div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"><a class="line" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9dab7385134ea3799d460f079f6ebc6fc8f"> 141</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9dab7385134ea3799d460f079f6ebc6fc8f">VST_VERSION_2_2_0_0</a> = 2200, <span class="comment">// 2.2</span></div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"><a class="line" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9dac3fc868f9ca618f01677a31c38e34c41"> 142</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9dac3fc868f9ca618f01677a31c38e34c41">VST_VERSION_2_3_0_0</a> = 2300, <span class="comment">// 2.3</span></div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"><a class="line" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9dac95b45526d8d0029e0423af33909fdbb"> 143</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9dac95b45526d8d0029e0423af33909fdbb">VST_VERSION_2_4_0_0</a> = 2400, <span class="comment">// 2.4</span></div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> </div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> <span class="comment">// Pad to force 32-bit number.</span></div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"><a class="line" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9da856cfb4513254ae6af4a25e4e08f85ce"> 146</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a096992dd814520f6112e06c8c4518a9da856cfb4513254ae6af4a25e4e08f85ce">_VST_VERSION_PAD</a> = 0xFFFFFFFFul,</div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span>};</div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> </div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span><span class="comment">/** Window/Editor Rectangle.</span></div>
<div class="line"><span class="lineno"> 150</span><span class="comment"> * The order is counter-clockwise starting from the top.</span></div>
<div class="line"><span class="lineno"> 151</span><span class="comment"> */</span></div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"><a class="line" href="structvst__rect__t.html"> 152</a></span><span class="keyword">struct</span> <a class="code hl_struct" href="structvst__rect__t.html">vst_rect_t</a> {</div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"><a class="line" href="structvst__rect__t.html#a7395e93ccf2260b091346fdd7b0f2588"> 153</a></span> int16_t <a class="code hl_variable" href="structvst__rect__t.html#a7395e93ccf2260b091346fdd7b0f2588">top</a>;</div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"><a class="line" href="structvst__rect__t.html#a4007bddb202d719de238494924f17731"> 154</a></span> int16_t <a class="code hl_variable" href="structvst__rect__t.html#a4007bddb202d719de238494924f17731">left</a>;</div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"><a class="line" href="structvst__rect__t.html#a77217d01f61ba7707cdc5378ba23d988"> 155</a></span> int16_t <a class="code hl_variable" href="structvst__rect__t.html#a77217d01f61ba7707cdc5378ba23d988">bottom</a>;</div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"><a class="line" href="structvst__rect__t.html#a9a4ee7791a64a683c372dd29d53cd1b6"> 156</a></span> int16_t <a class="code hl_variable" href="structvst__rect__t.html#a9a4ee7791a64a683c372dd29d53cd1b6">right</a>;</div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span>};</div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> </div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span><span class="comment">/** Flags for parameters.</span></div>
<div class="line"><span class="lineno"> 160</span><span class="comment"> * @sa vst_parameter_properties_t</span></div>
<div class="line"><span class="lineno"> 161</span><span class="comment"> */</span></div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7c"> 162</a></span><span class="keyword">enum</span> <a class="code hl_enumeration" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7c">VST_PARAMETER_FLAG</a> {</div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> <span class="comment">/** Parameter is an on/off switch.</span></div>
<div class="line"><span class="lineno"> 164</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 165</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
<div class="line"><span class="lineno"> 166</span><span class="comment"> */</span></div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca8e052746a7732886fd72a84084ce40c1"> 167</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca8e052746a7732886fd72a84084ce40c1">VST_PARAMETER_FLAG_1ls0</a> = 1 &lt;&lt; 0,</div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> <span class="comment">/** @sa VST_PARAMETER_FLAG_1ls0 */</span></div>
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca088086df5f8dbbac479cf85ccb755f9a"> 169</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca088086df5f8dbbac479cf85ccb755f9a">VST_PARAMETER_FLAG_SWITCH</a> = 1,</div>
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> </div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> <span class="comment">/** Parameter limits are set as integers.</span></div>
<div class="line"><span class="lineno"> 172</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 173</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
<div class="line"><span class="lineno"> 174</span><span class="comment"> */</span></div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7caafc66ed70a42fa77b6894d279125af87"> 175</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7caafc66ed70a42fa77b6894d279125af87">VST_PARAMETER_FLAG_1ls1</a> = 1 &lt;&lt; 1,</div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> <span class="comment">/** @sa VST_PARAMETER_FLAG_1ls1 */</span></div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca3bfc2b92d6147ccf802f0b31f236d559"> 177</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca3bfc2b92d6147ccf802f0b31f236d559">VST_PARAMETER_FLAG_INTEGER_LIMITS</a> = 1 &lt;&lt; 1,</div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> </div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> <span class="comment">/** Parameter uses float steps.</span></div>
<div class="line"><span class="lineno"> 180</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 181</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
<div class="line"><span class="lineno"> 182</span><span class="comment"> */</span></div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca34005cf51873ace1ce6a36880415c4bc"> 183</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca34005cf51873ace1ce6a36880415c4bc">VST_PARAMETER_FLAG_1ls2</a> = 1 &lt;&lt; 2,</div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> <span class="comment">/** @sa VST_PARAMETER_FLAG_1ls2 */</span></div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca497f96438fb88122f606d61841d1ca4a"> 185</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca497f96438fb88122f606d61841d1ca4a">VST_PARAMETER_FLAG_STEP_FLOAT</a> = 1 &lt;&lt; 2,</div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> </div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> <span class="comment">/** Parameter uses integer steps.</span></div>
<div class="line"><span class="lineno"> 188</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 189</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
<div class="line"><span class="lineno"> 190</span><span class="comment"> */</span></div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca77ef719b1f2161ec0cac7db3ecdaae18"> 191</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca77ef719b1f2161ec0cac7db3ecdaae18">VST_PARAMETER_FLAG_1ls3</a> = 1 &lt;&lt; 3,</div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> <span class="comment">/** @sa VST_PARAMETER_FLAG_1ls3 */</span></div>
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca8eef7e865d0623c61c71b2cc94675724"> 193</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca8eef7e865d0623c61c71b2cc94675724">VST_PARAMETER_FLAG_STEP_INT</a> = 1 &lt;&lt; 3,</div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> </div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> <span class="comment">/** Parameter has an display order index for the default editor.</span></div>
<div class="line"><span class="lineno"> 196</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 197</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
<div class="line"><span class="lineno"> 198</span><span class="comment"> */</span></div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca2a480d3e3c9fb7cc3bfbc4f65c283f2a"> 199</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca2a480d3e3c9fb7cc3bfbc4f65c283f2a">VST_PARAMETER_FLAG_1ls4</a> = 1 &lt;&lt; 4,</div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> <span class="comment">/** @sa VST_PARAMETER_FLAG_1ls4 */</span></div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca531eeef82327950ca4727e29035b754d"> 201</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca531eeef82327950ca4727e29035b754d">VST_PARAMETER_FLAG_INDEX</a> = 1 &lt;&lt; 4,</div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> </div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> <span class="comment">/** Parameter has a category for the default editor.</span></div>
<div class="line"><span class="lineno"> 204</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 205</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
<div class="line"><span class="lineno"> 206</span><span class="comment"> */</span></div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca1b0a5f308cd46a354aa4847e13443963"> 207</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca1b0a5f308cd46a354aa4847e13443963">VST_PARAMETER_FLAG_1ls5</a> = 1 &lt;&lt; 5,</div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> <span class="comment">/** @sa VST_PARAMETER_FLAG_1ls5 */</span></div>
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca6c9b21c53b749fb380081214e08ed07b"> 209</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca6c9b21c53b749fb380081214e08ed07b">VST_PARAMETER_FLAG_CATEGORY</a> = 1 &lt;&lt; 5,</div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> </div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> <span class="comment">/** Parameter can be gradually increased/decreased.</span></div>
<div class="line"><span class="lineno"> 212</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 213</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PARAM_IS_AUTOMATABLE</span></div>
<div class="line"><span class="lineno"> 214</span><span class="comment"> */</span></div>
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca091a913803ba2e1041af4f31133e86de"> 215</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca091a913803ba2e1041af4f31133e86de">VST_PARAMETER_FLAG_1ls6</a> = 1 &lt;&lt; 6,</div>
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> <span class="comment">/** @sa VST_PARAMETER_FLAG_1ls6 */</span></div>
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca75d44a817b38b0ea7ecaad90bee63861"> 217</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca75d44a817b38b0ea7ecaad90bee63861">VST_PARAMETER_FLAG_RAMPING</a> = 1 &lt;&lt; 6,</div>
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span> </div>
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7cacc57096c92dcf727b8ec507a2bdc7b8e"> 219</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7cacc57096c92dcf727b8ec507a2bdc7b8e">_VST_PARAMETER_FLAG_PAD</a> = 0xFFFFFFFFul,</div>
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span>};</div>
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> </div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span><span class="comment">/** Information about a parameter.</span></div>
<div class="line"><span class="lineno"> 223</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 224</span><span class="comment"> * @important Many VST hosts and plug-ins expect their parameters to be normalized within 0.0 and 1.0.</span></div>
<div class="line"><span class="lineno"> 225</span><span class="comment"> */</span></div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html"> 226</a></span><span class="keyword">struct</span> <a class="code hl_struct" href="structvst__parameter__properties__t.html">vst_parameter_properties_t</a> {</div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> <span class="comment">/** Float Step value</span></div>
<div class="line"><span class="lineno"> 228</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 229</span><span class="comment"> * Some hosts and plug-ins expect this to be within 0 and 1.0.</span></div>
<div class="line"><span class="lineno"> 230</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 231</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_STEP_FLOAT to be set.</span></div>
<div class="line"><span class="lineno"> 232</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
<div class="line"><span class="lineno"> 233</span><span class="comment"> */</span></div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a88ecf0593c5a680fbcf273f3a21f9d06"> 234</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="structvst__parameter__properties__t.html#a88ecf0593c5a680fbcf273f3a21f9d06">step_f32</a>;</div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> </div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> <span class="comment">/** Float small step value</span></div>
<div class="line"><span class="lineno"> 237</span><span class="comment"> * This is used for &quot;tiny&quot; changes.</span></div>
<div class="line"><span class="lineno"> 238</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 239</span><span class="comment"> * Some hosts and plug-ins expect this to be within 0 and 1.0.</span></div>
<div class="line"><span class="lineno"> 240</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 241</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_STEP_FLOAT to be set.</span></div>
<div class="line"><span class="lineno"> 242</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
<div class="line"><span class="lineno"> 243</span><span class="comment"> */</span></div>
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#ad7633adf7c9bfd344844a9ababa1d078"> 244</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="structvst__parameter__properties__t.html#ad7633adf7c9bfd344844a9ababa1d078">step_small_f32</a>;</div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> </div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> <span class="comment">/** Float large step value</span></div>
<div class="line"><span class="lineno"> 247</span><span class="comment"> * This is used for &quot;huge&quot; changes.</span></div>
<div class="line"><span class="lineno"> 248</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 249</span><span class="comment"> * Some hosts and plug-ins expect this to be within 0 and 1.0.</span></div>
<div class="line"><span class="lineno"> 250</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 251</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_STEP_FLOAT to be set.</span></div>
<div class="line"><span class="lineno"> 252</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
<div class="line"><span class="lineno"> 253</span><span class="comment"> */</span></div>
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a94755e0b6feacf58e9de4b4a622fcddd"> 254</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="structvst__parameter__properties__t.html#a94755e0b6feacf58e9de4b4a622fcddd">step_large_f32</a>;</div>
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span> </div>
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> <span class="comment">/** Human-readable name for this parameter.</span></div>
<div class="line"><span class="lineno"> 257</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 258</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
<div class="line"><span class="lineno"> 259</span><span class="comment"> */</span></div>
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a83d812684b3fde93c09913d06574dfd4"> 260</a></span> <span class="keywordtype">char</span> <a class="code hl_variable" href="structvst__parameter__properties__t.html#a83d812684b3fde93c09913d06574dfd4">name</a>[<a class="code hl_enumvalue" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0adf371e519b4fe11ea463a31ced5b23b7">VST_BUFFER_SIZE_PARAM_LONG_NAME</a>];</div>
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span> </div>
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> <span class="comment">/** Parameter Flags</span></div>
<div class="line"><span class="lineno"> 263</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 264</span><span class="comment"> * Any combination of @ref VST_PARAMETER_FLAG.</span></div>
<div class="line"><span class="lineno"> 265</span><span class="comment"> */</span></div>
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a536d12f74400069aa4dfaec620b47bdd"> 266</a></span> uint32_t <a class="code hl_variable" href="structvst__parameter__properties__t.html#a536d12f74400069aa4dfaec620b47bdd">flags</a>;</div>
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> </div>
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> <span class="comment">/** Minimum Integer value</span></div>
<div class="line"><span class="lineno"> 269</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 270</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_INTEGER_LIMITS to be set.</span></div>
<div class="line"><span class="lineno"> 271</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
<div class="line"><span class="lineno"> 272</span><span class="comment"> */</span></div>
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#ad471b50780abc9105eba9ac9ed561e52"> 273</a></span> int32_t <a class="code hl_variable" href="structvst__parameter__properties__t.html#ad471b50780abc9105eba9ac9ed561e52">min_value_i32</a>;</div>
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> </div>
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span> <span class="comment">/** Maximum Integer value</span></div>
<div class="line"><span class="lineno"> 276</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 277</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_INTEGER_LIMITS to be set.</span></div>
<div class="line"><span class="lineno"> 278</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
<div class="line"><span class="lineno"> 279</span><span class="comment"> */</span></div>
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a781a76eec41f0337b2389f181681eb60"> 280</a></span> int32_t <a class="code hl_variable" href="structvst__parameter__properties__t.html#a781a76eec41f0337b2389f181681eb60">max_value_i32</a>;</div>
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span> </div>
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span> <span class="comment">/** Integer Step value</span></div>
<div class="line"><span class="lineno"> 283</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 284</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_STEP_INT to be set.</span></div>
<div class="line"><span class="lineno"> 285</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
<div class="line"><span class="lineno"> 286</span><span class="comment"> */</span></div>
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a9b1ace1183e9e315f77f51a66334357a"> 287</a></span> int32_t <a class="code hl_variable" href="structvst__parameter__properties__t.html#a9b1ace1183e9e315f77f51a66334357a">step_i32</a>;</div>
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span> </div>
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> <span class="comment">/** Short Human-readable label for this parameter.</span></div>
<div class="line"><span class="lineno"> 290</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 291</span><span class="comment"> * I have no idea why this exists?</span></div>
<div class="line"><span class="lineno"> 292</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
<div class="line"><span class="lineno"> 293</span><span class="comment"> */</span></div>
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a02ac161f41598c9140cad6394bed1e3d"> 294</a></span> <span class="keywordtype">char</span> <a class="code hl_variable" href="structvst__parameter__properties__t.html#a02ac161f41598c9140cad6394bed1e3d">label</a>[<a class="code hl_enumvalue" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a7b36831c844989a8f852aa37c612394f">VST_BUFFER_SIZE_PARAM_LABEL</a>];</div>
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span> </div>
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span> <span class="comment">/** Display order index.</span></div>
<div class="line"><span class="lineno"> 297</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 298</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_INDEX to be set.</span></div>
<div class="line"><span class="lineno"> 299</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
<div class="line"><span class="lineno"> 300</span><span class="comment"> */</span></div>
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a9bbc613a559dfc92086ba0b638ab91e4"> 301</a></span> uint16_t <a class="code hl_variable" href="structvst__parameter__properties__t.html#a9bbc613a559dfc92086ba0b638ab91e4">index</a>;</div>
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span> </div>
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span> <span class="comment">/** Category index</span></div>
<div class="line"><span class="lineno"> 304</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 305</span><span class="comment"> * Must either be 0 for no category, or any number increasing from 1 onwards.</span></div>
<div class="line"><span class="lineno"> 306</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 307</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_CATEGORY to be set.</span></div>
<div class="line"><span class="lineno"> 308</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
<div class="line"><span class="lineno"> 309</span><span class="comment"> */</span></div>
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a63e39667345b6e1fff1a966d16940323"> 310</a></span> uint16_t <a class="code hl_variable" href="structvst__parameter__properties__t.html#a63e39667345b6e1fff1a966d16940323">category</a>;</div>
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span> </div>
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span> <span class="comment">/** How many parameters are in this category?</span></div>
<div class="line"><span class="lineno"> 313</span><span class="comment"> * This allows the plug-in to specify the same category multiple times.</span></div>
<div class="line"><span class="lineno"> 314</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 315</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_CATEGORY to be set.</span></div>
<div class="line"><span class="lineno"> 316</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
<div class="line"><span class="lineno"> 317</span><span class="comment"> */</span></div>
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#ae7377da7bb0d90b3cf6de336f94caa54"> 318</a></span> uint16_t <a class="code hl_variable" href="structvst__parameter__properties__t.html#ae7377da7bb0d90b3cf6de336f94caa54">num_parameters_in_category</a>;</div>
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span> </div>
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#ad5cfe12a6ec0e20578728cd92d64a473"> 320</a></span> uint16_t <a class="code hl_variable" href="structvst__parameter__properties__t.html#ad5cfe12a6ec0e20578728cd92d64a473">_unknown_00</a>; <span class="comment">// Must be set to 0.</span></div>
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span> </div>
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> <span class="comment">/** Human-readable name for the category this parameter is in.</span></div>
<div class="line"><span class="lineno"> 323</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 324</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_CATEGORY to be set.</span></div>
<div class="line"><span class="lineno"> 325</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
<div class="line"><span class="lineno"> 326</span><span class="comment"> */</span></div>
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a4b2fbabc3c1d3bd6a33242df7d32d026"> 327</a></span> <span class="keywordtype">char</span> <a class="code hl_variable" href="structvst__parameter__properties__t.html#a4b2fbabc3c1d3bd6a33242df7d32d026">category_label</a>[<a class="code hl_enumvalue" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0ab6d00e5e5b66c8f846e5bee4e94c5a65">VST_BUFFER_SIZE_CATEGORY_LABEL</a>];</div>
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span> </div>
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a0979487731dfdc09f40df4a65c403a97"> 329</a></span> <span class="keywordtype">char</span> <a class="code hl_variable" href="structvst__parameter__properties__t.html#a0979487731dfdc09f40df4a65c403a97">_reserved</a>[16]; <span class="comment">// Reserved for future expansions?</span></div>
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span>};</div>
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span> </div>
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2c"> 332</a></span><span class="keyword">enum</span> <a class="code hl_enumeration" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2c">VST_SPEAKER_TYPE</a> {</div>
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span> <span class="comment">// Default Types</span></div>
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca2e4c54de1ba1b6f37d73885a3c12eafd"> 334</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca2e4c54de1ba1b6f37d73885a3c12eafd">VST_SPEAKER_TYPE_MONO</a> = 0,</div>
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cab310c3a46bbc88f43eb95899ded18df3"> 335</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cab310c3a46bbc88f43eb95899ded18df3">VST_SPEAKER_TYPE_LEFT</a> = 1,</div>
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca065e9bf2f49a606a0f037c5c9a28da5e"> 336</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca065e9bf2f49a606a0f037c5c9a28da5e">VST_SPEAKER_TYPE_RIGHT</a> = 2,</div>
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca0e03cc995717f4318dc36b23f4660bba"> 337</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca0e03cc995717f4318dc36b23f4660bba">VST_SPEAKER_TYPE_CENTER</a> = 3,</div>
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca1141d7d2aee735e63284fd3cc537d48a"> 338</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca1141d7d2aee735e63284fd3cc537d48a">VST_SPEAKER_TYPE_LFE</a> = 4,</div>
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caec27ef1f6272d7fe5ce7bf0f32f2502c"> 339</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caec27ef1f6272d7fe5ce7bf0f32f2502c">VST_SPEAKER_TYPE_LEFT_REAR</a> = 5, <span class="comment">// Rear/Surround Left</span></div>
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca0427cbb519867a49f88b8a06444dcbf9"> 340</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca0427cbb519867a49f88b8a06444dcbf9">VST_SPEAKER_TYPE_RIGHT_REAR</a> = 6, <span class="comment">// Rear/Surround Right</span></div>
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span> <span class="comment">// 7</span></div>
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span> <span class="comment">// 8</span></div>
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span> <span class="comment">// 9</span></div>
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca866e8fcb98feec4bf1c1bcafcd9dabed"> 344</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca866e8fcb98feec4bf1c1bcafcd9dabed">VST_SPEAKER_TYPE_LEFT_SIDE</a> = 10, <span class="comment">// Side Left</span></div>
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca838bb144bda27d3a0a0f2ef73db245d0"> 345</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca838bb144bda27d3a0a0f2ef73db245d0">VST_SPEAKER_TYPE_RIGHT_SIDE</a> = 11, <span class="comment">// Side Right</span></div>
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span> <span class="comment">// 12</span></div>
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span> <span class="comment">// 13</span></div>
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span> <span class="comment">// 14</span></div>
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span> <span class="comment">// 15</span></div>
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span> <span class="comment">// ...</span></div>
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span> </div>
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span> <span class="comment">// User Types (seen rarely, but never exceeds -32)</span></div>
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca6b30aa7f6809a663b420038df23ecb92"> 353</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca6b30aa7f6809a663b420038df23ecb92">VST_SPEAKER_TYPE_USER_32</a> = -32,</div>
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cad94def811fcac96e56e7f26fb3673599"> 354</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cad94def811fcac96e56e7f26fb3673599">VST_SPEAKER_TYPE_USER_31</a>,</div>
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca6b02c85e99afcaf81e4190445a3b722f"> 355</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca6b02c85e99afcaf81e4190445a3b722f">VST_SPEAKER_TYPE_USER_30</a>,</div>
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cacaf6b294f4fea60592f6eb7da6ab42c7"> 356</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cacaf6b294f4fea60592f6eb7da6ab42c7">VST_SPEAKER_TYPE_USER_29</a>,</div>
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caa5e7628a15b5151db41b97e9c014e2e6"> 357</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caa5e7628a15b5151db41b97e9c014e2e6">VST_SPEAKER_TYPE_USER_28</a>,</div>
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cabca233a55f152c7aeaf7a8b03af4317a"> 358</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cabca233a55f152c7aeaf7a8b03af4317a">VST_SPEAKER_TYPE_USER_27</a>,</div>
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caceab3795293d4ee55b34182fcfcc8531"> 359</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caceab3795293d4ee55b34182fcfcc8531">VST_SPEAKER_TYPE_USER_26</a>,</div>
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca27f5249c064acfd87bed0edaea21e346"> 360</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca27f5249c064acfd87bed0edaea21e346">VST_SPEAKER_TYPE_USER_25</a>,</div>
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cadcabc2b49f63e6653a5352d08adc39fa"> 361</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cadcabc2b49f63e6653a5352d08adc39fa">VST_SPEAKER_TYPE_USER_24</a>,</div>
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caa1ae8cd602f15ce635ccaadd60e56824"> 362</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caa1ae8cd602f15ce635ccaadd60e56824">VST_SPEAKER_TYPE_USER_23</a>,</div>
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cade6e8e79583872aa9b5f8d4e7b53fae0"> 363</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cade6e8e79583872aa9b5f8d4e7b53fae0">VST_SPEAKER_TYPE_USER_22</a>,</div>
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cacb2d252c1580231a8c18680dac590358"> 364</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cacb2d252c1580231a8c18680dac590358">VST_SPEAKER_TYPE_USER_21</a>,</div>
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca7cc7e2ddef53cfdbf2a939590d61fa9c"> 365</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca7cc7e2ddef53cfdbf2a939590d61fa9c">VST_SPEAKER_TYPE_USER_20</a>,</div>
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cad19411d69333e25c088e5cdb1223e814"> 366</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cad19411d69333e25c088e5cdb1223e814">VST_SPEAKER_TYPE_USER_19</a>,</div>
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cabede3f4f6bd380167f6cd6a88d1d9f09"> 367</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cabede3f4f6bd380167f6cd6a88d1d9f09">VST_SPEAKER_TYPE_USER_18</a>,</div>
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cadfb509f4c7c77be653181faff25addf4"> 368</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cadfb509f4c7c77be653181faff25addf4">VST_SPEAKER_TYPE_USER_17</a>,</div>
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caf93bfe36aeec8609150ff119ad47a269"> 369</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caf93bfe36aeec8609150ff119ad47a269">VST_SPEAKER_TYPE_USER_16</a>,</div>
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca803e8f4bc03e6e6545bb46dfaf7ff1a0"> 370</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca803e8f4bc03e6e6545bb46dfaf7ff1a0">VST_SPEAKER_TYPE_USER_15</a>,</div>
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caf78972f102e1e5f60252ccbf46fc3a6b"> 371</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caf78972f102e1e5f60252ccbf46fc3a6b">VST_SPEAKER_TYPE_USER_14</a>,</div>
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca95b15c6a5e7b44ccbe9718cb8ef9a361"> 372</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca95b15c6a5e7b44ccbe9718cb8ef9a361">VST_SPEAKER_TYPE_USER_13</a>,</div>
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca611c4f3c9bf49cb746de6b2f438a3266"> 373</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca611c4f3c9bf49cb746de6b2f438a3266">VST_SPEAKER_TYPE_USER_12</a>,</div>
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca374efb45795cd1a6691f5ec0176a3527"> 374</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca374efb45795cd1a6691f5ec0176a3527">VST_SPEAKER_TYPE_USER_11</a>,</div>
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca4490dd23a9533348fb8315faedb66b96"> 375</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca4490dd23a9533348fb8315faedb66b96">VST_SPEAKER_TYPE_USER_10</a>,</div>
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca24c2a8104f2f6b2773f181682d1b37b6"> 376</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca24c2a8104f2f6b2773f181682d1b37b6">VST_SPEAKER_TYPE_USER_09</a>,</div>
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cae3c541fd45148674eb3e1c401ac87830"> 377</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cae3c541fd45148674eb3e1c401ac87830">VST_SPEAKER_TYPE_USER_08</a>,</div>
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cabb2d4dd58640314ee12d24de420e90c1"> 378</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cabb2d4dd58640314ee12d24de420e90c1">VST_SPEAKER_TYPE_USER_07</a>,</div>
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cacd9d57f4ddba1f1ecbf194c0c8a6a8c8"> 379</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cacd9d57f4ddba1f1ecbf194c0c8a6a8c8">VST_SPEAKER_TYPE_USER_06</a>,</div>
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caa9ae3cc47508d23ed1443da04b0f0bab"> 380</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caa9ae3cc47508d23ed1443da04b0f0bab">VST_SPEAKER_TYPE_USER_05</a>,</div>
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca334529059e9cd8556e25d41d7bb19201"> 381</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca334529059e9cd8556e25d41d7bb19201">VST_SPEAKER_TYPE_USER_04</a>,</div>
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caf9f488e46812fc3e39273a570fba108e"> 382</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caf9f488e46812fc3e39273a570fba108e">VST_SPEAKER_TYPE_USER_03</a>,</div>
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca9c4b3660b6b713cfa2eed3b9695667a3"> 383</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca9c4b3660b6b713cfa2eed3b9695667a3">VST_SPEAKER_TYPE_USER_02</a>,</div>
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caad8042cc9e0c7f80bd02239a8bcdbb97"> 384</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caad8042cc9e0c7f80bd02239a8bcdbb97">VST_SPEAKER_TYPE_USER_01</a>,</div>
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span> </div>
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span> </div>
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span> <span class="comment">// Pad to force 32-bit number.</span></div>
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca059532f5dbd61a0a04f797cad7f98bec"> 388</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca059532f5dbd61a0a04f797cad7f98bec">_VST_SPEAKER_TYPE_PAD</a> = 0xFFFFFFFFul,</div>
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span>};</div>
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span> </div>
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"><a class="line" href="structvst__speaker__properties__t.html"> 391</a></span><span class="keyword">struct</span> <a class="code hl_struct" href="structvst__speaker__properties__t.html">vst_speaker_properties_t</a> {</div>
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"> 392</span> <span class="comment">/** Azimuth in Radians</span></div>
<div class="line"><span class="lineno"> 393</span><span class="comment"> * Range: -PI (Left) through 0.0 (Right) to PI (Left)</span></div>
<div class="line"><span class="lineno"> 394</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 395</span><span class="comment"> * @note Must be 10.0 if this is a LFE.</span></div>
<div class="line"><span class="lineno"> 396</span><span class="comment"> */</span></div>
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"><a class="line" href="structvst__speaker__properties__t.html#a355e6839cc165d52b1b95d475163a3dd"> 397</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="structvst__speaker__properties__t.html#a355e6839cc165d52b1b95d475163a3dd">azimuth</a>;</div>
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span> </div>
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span> <span class="comment">/** Altitude in Radians</span></div>
<div class="line"><span class="lineno"> 400</span><span class="comment"> * Range: -PI/2 (Bottom) to PI/2 (Top)</span></div>
<div class="line"><span class="lineno"> 401</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 402</span><span class="comment"> * @note Must be 10.0 if this is a LFE.</span></div>
<div class="line"><span class="lineno"> 403</span><span class="comment"> */</span></div>
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"><a class="line" href="structvst__speaker__properties__t.html#ad470f431aa92a27b0dafe96555cdeaa8"> 404</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="structvst__speaker__properties__t.html#ad470f431aa92a27b0dafe96555cdeaa8">altitude</a>;</div>
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"> 405</span> </div>
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span> <span class="comment">/** Distance in Meters</span></div>
<div class="line"><span class="lineno"> 407</span><span class="comment"> * range: 0 to +-Infinity</span></div>
<div class="line"><span class="lineno"> 408</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 409</span><span class="comment"> * @note Must be 0.0 if this is a LFE.</span></div>
<div class="line"><span class="lineno"> 410</span><span class="comment"> */</span></div>
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"><a class="line" href="structvst__speaker__properties__t.html#a6b1a966abf37bdc70f6295a29c2c00b2"> 411</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="structvst__speaker__properties__t.html#a6b1a966abf37bdc70f6295a29c2c00b2">distance</a>;</div>
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span> </div>
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"><a class="line" href="structvst__speaker__properties__t.html#a16757ae22c28e865e8e297daa18059c4"> 413</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="structvst__speaker__properties__t.html#a16757ae22c28e865e8e297daa18059c4">_unknown_00</a>; <span class="comment">// Must be set to 0</span></div>
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span> </div>
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span> <span class="comment">/** Human readable name for this speaker.</span></div>
<div class="line"><span class="lineno"> 416</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 417</span><span class="comment"> * Some hosts will behave weird if you use &quot;L&quot;, &quot;R&quot;, &quot;C&quot;, &quot;Ls&quot;, &quot;Rs&quot;, &quot;Lc&quot;, &quot;Rc&quot;, &quot;LFE&quot;, &quot;Lfe&quot;, &quot;Sl&quot;, &quot;Sr&quot;, &quot;Cs&quot;, </span></div>
<div class="line"><span class="lineno"> 418</span><span class="comment"> * and other 2 to 3 letter short codes. Best not to use those if you like your plug-in in a not-crashy state.</span></div>
<div class="line"><span class="lineno"> 419</span><span class="comment"> */</span></div>
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"><a class="line" href="structvst__speaker__properties__t.html#af4c82b716245a507553614cf5f2c71d5"> 420</a></span> <span class="keywordtype">char</span> <a class="code hl_variable" href="structvst__speaker__properties__t.html#af4c82b716245a507553614cf5f2c71d5">name</a>[<a class="code hl_enumvalue" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a0c3022c7a7702966bc88df74c3c10181">VST_BUFFER_SIZE_SPEAKER_NAME</a>];</div>
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"> 421</span> </div>
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"> 422</span> <span class="comment">/** The type of the speaker</span></div>
<div class="line"><span class="lineno"> 423</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 424</span><span class="comment"> * See VST_SPEAKER_TYPE</span></div>
<div class="line"><span class="lineno"> 425</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 426</span><span class="comment"> * If the above is one of those short codes some host seems to overwrite this with their own. Memory safety is </span></div>
<div class="line"><span class="lineno"> 427</span><span class="comment"> * optional apparently.</span></div>
<div class="line"><span class="lineno"> 428</span><span class="comment"> */</span></div>
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"><a class="line" href="structvst__speaker__properties__t.html#a13641a2282bfa4d18878a9b2aa97607c"> 429</a></span> int32_t <a class="code hl_variable" href="structvst__speaker__properties__t.html#a13641a2282bfa4d18878a9b2aa97607c">type</a>;</div>
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span> </div>
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"><a class="line" href="structvst__speaker__properties__t.html#af92d5e12067e8d6970853dda58ed935c"> 431</a></span> uint8_t <a class="code hl_variable" href="structvst__speaker__properties__t.html#af92d5e12067e8d6970853dda58ed935c">_reserved</a>[28]; <span class="comment">// Reserved for future expansions?</span></div>
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"> 432</span>};</div>
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"> 433</span> </div>
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno"><a class="line" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8"> 434</a></span><span class="keyword">enum</span> <a class="code hl_enumeration" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8">VST_SPEAKER_ARRANGEMENT_TYPE</a> {</div>
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno"> 435</span> <span class="comment">/** Custom speaker arrangement.</span></div>
<div class="line"><span class="lineno"> 436</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 437</span><span class="comment"> * Accidentally discovered through random testing.</span></div>
<div class="line"><span class="lineno"> 438</span><span class="comment"> */</span></div>
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"><a class="line" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8a9e69ab76ea9e2ac2d95fab209ba8e778"> 439</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8a9e69ab76ea9e2ac2d95fab209ba8e778">VST_SPEAKER_ARRANGEMENT_TYPE_CUSTOM</a> = -2,</div>
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"> 440</span> </div>
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"> 441</span> <span class="comment">/** Unknown/Empty speaker layout.</span></div>
<div class="line"><span class="lineno"> 442</span><span class="comment"> */</span></div>
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno"><a class="line" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8a8233a01e0a65ab0f982d97d6b55de176"> 443</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8a8233a01e0a65ab0f982d97d6b55de176">VST_SPEAKER_ARRANGEMENT_TYPE_UNKNOWN</a> = -1,</div>
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"> 444</span> </div>
<div class="line"><a id="l00445" name="l00445"></a><span class="lineno"> 445</span> <span class="comment">/** Mono</span></div>
<div class="line"><span class="lineno"> 446</span><span class="comment"> */</span></div>
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno"><a class="line" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8aa28bb6a4bd5d13c73625e8e45f94dbde"> 447</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8aa28bb6a4bd5d13c73625e8e45f94dbde">VST_SPEAKER_ARRANGEMENT_TYPE_MONO</a> = 0x00,</div>
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno"> 448</span> </div>
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"> 449</span> <span class="comment">/** Stereo</span></div>
<div class="line"><span class="lineno"> 450</span><span class="comment"> */</span></div>
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno"><a class="line" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8abe8165df9c8048499a56ad7a2b0c4257"> 451</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8abe8165df9c8048499a56ad7a2b0c4257">VST_SPEAKER_ARRANGEMENT_TYPE_STEREO</a> = 0x01,</div>
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"> 452</span> </div>
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno"> 453</span> <span class="comment">/** Quadraphonic</span></div>
<div class="line"><span class="lineno"> 454</span><span class="comment"> */</span></div>
<div class="line"><a id="l00455" name="l00455"></a><span class="lineno"><a class="line" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8ae0345a06d553c02748e77df6653446f4"> 455</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8ae0345a06d553c02748e77df6653446f4">VST_SPEAKER_ARRANGEMENT_TYPE_4_0</a> = 0x0B,</div>
<div class="line"><a id="l00456" name="l00456"></a><span class="lineno"> 456</span> </div>
<div class="line"><a id="l00457" name="l00457"></a><span class="lineno"> 457</span> <span class="comment">/** 5.0 (Old Surround)</span></div>
<div class="line"><span class="lineno"> 458</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 459</span><span class="comment"> * L, R, C, RL, RR</span></div>
<div class="line"><span class="lineno"> 460</span><span class="comment"> */</span></div>
<div class="line"><a id="l00461" name="l00461"></a><span class="lineno"><a class="line" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8ad80b91000505b56918789b3ca91c4295"> 461</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8ad80b91000505b56918789b3ca91c4295">VST_SPEAKER_ARRANGEMENT_TYPE_5_0</a> = 0x0E,</div>
<div class="line"><a id="l00462" name="l00462"></a><span class="lineno"> 462</span> </div>
<div class="line"><a id="l00463" name="l00463"></a><span class="lineno"> 463</span> <span class="comment">/** 5.1 (Old Surround)</span></div>
<div class="line"><span class="lineno"> 464</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 465</span><span class="comment"> * L, R, C, LFE, RL, RR</span></div>
<div class="line"><span class="lineno"> 466</span><span class="comment"> */</span></div>
<div class="line"><a id="l00467" name="l00467"></a><span class="lineno"><a class="line" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8a9b4dcc860c555990fadfe648701fe163"> 467</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8a9b4dcc860c555990fadfe648701fe163">VST_SPEAKER_ARRANGEMENT_TYPE_5_1</a> = 0x0F,</div>
<div class="line"><a id="l00468" name="l00468"></a><span class="lineno"> 468</span> </div>
<div class="line"><a id="l00469" name="l00469"></a><span class="lineno"> 469</span> <span class="comment">/** 7.1 (Full Surround)</span></div>
<div class="line"><span class="lineno"> 470</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 471</span><span class="comment"> * L, R, C, LFE, SL, SR, RL, RR</span></div>
<div class="line"><span class="lineno"> 472</span><span class="comment"> */</span></div>
<div class="line"><a id="l00473" name="l00473"></a><span class="lineno"><a class="line" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8a2180413656e113927bc2e288e9947943"> 473</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8a2180413656e113927bc2e288e9947943">VST_SPEAKER_ARRANGEMENT_TYPE_7_1</a> = 0x17,</div>
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno"> 474</span> </div>
<div class="line"><a id="l00475" name="l00475"></a><span class="lineno"> 475</span> <span class="comment">// Pad to force 32-bit number.</span></div>
<div class="line"><a id="l00476" name="l00476"></a><span class="lineno"><a class="line" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8a99cbc222abff5c0bb55fdf6df05c373d"> 476</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8a99cbc222abff5c0bb55fdf6df05c373d">_VST_SPEAKER_ARRANGEMENT_TYPE_PAD</a> = 0xFFFFFFFFul,</div>
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno"> 477</span>};</div>
<div class="line"><a id="l00478" name="l00478"></a><span class="lineno"> 478</span> </div>
<div class="line"><a id="l00479" name="l00479"></a><span class="lineno"><a class="line" href="structvst__speaker__arrangement__t.html"> 479</a></span><span class="keyword">struct</span> <a class="code hl_struct" href="structvst__speaker__arrangement__t.html">vst_speaker_arrangement_t</a> {</div>
<div class="line"><a id="l00480" name="l00480"></a><span class="lineno"><a class="line" href="structvst__speaker__arrangement__t.html#aaf4f173077234d8734179739d9407f69"> 480</a></span> int32_t <a class="code hl_variable" href="structvst__speaker__arrangement__t.html#aaf4f173077234d8734179739d9407f69">type</a>; <span class="comment">// See VST_SPEAKER_ARRANGEMENT_TYPE</span></div>
<div class="line"><a id="l00481" name="l00481"></a><span class="lineno"><a class="line" href="structvst__speaker__arrangement__t.html#a35e592b21f8755d39f6a233e469f26cc"> 481</a></span> int32_t <a class="code hl_variable" href="structvst__speaker__arrangement__t.html#a35e592b21f8755d39f6a233e469f26cc">channels</a>; <span class="comment">// Number of channels in this arrangement.</span></div>
<div class="line"><a id="l00482" name="l00482"></a><span class="lineno"><a class="line" href="structvst__speaker__arrangement__t.html#a2a9c59d0a4d556e8db4f1d62a778a86e"> 482</a></span> <span class="keyword">struct</span> <a class="code hl_struct" href="structvst__speaker__properties__t.html">vst_speaker_properties_t</a> <a class="code hl_variable" href="structvst__speaker__arrangement__t.html#a2a9c59d0a4d556e8db4f1d62a778a86e">speakers</a>[<a class="code hl_define" href="vst_8h.html#a159930143b669088b88b43a54cf91eaf">VST_MAX_CHANNELS</a>]; <span class="comment">// Array of speaker properties, actual size defined by channels.</span></div>
<div class="line"><a id="l00483" name="l00483"></a><span class="lineno"> 483</span>};</div>
<div class="line"><a id="l00484" name="l00484"></a><span class="lineno"> 484</span> </div>
<div class="line"><a id="l00485" name="l00485"></a><span class="lineno"><a class="line" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbb"> 485</a></span><span class="keyword">enum</span> <a class="code hl_enumeration" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbb">VST_STREAM_FLAG</a> {</div>
<div class="line"><a id="l00486" name="l00486"></a><span class="lineno"> 486</span> <span class="comment">/** Ignored?</span></div>
<div class="line"><span class="lineno"> 487</span><span class="comment"> */</span></div>
<div class="line"><a id="l00488" name="l00488"></a><span class="lineno"><a class="line" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbbaa03ce38bc60de47eae8d63ffcb8d6c19"> 488</a></span> <a class="code hl_enumvalue" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbbaa03ce38bc60de47eae8d63ffcb8d6c19">VST_STREAM_FLAG_1ls0</a> = 1 &lt;&lt; 0,</div>
<div class="line"><a id="l00489" name="l00489"></a><span class="lineno"> 489</span> </div>
<div class="line"><a id="l00490" name="l00490"></a><span class="lineno"> 490</span> <span class="comment">/** Stream is in Stereo</span></div>
<div class="line"><span class="lineno"> 491</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 492</span><span class="comment"> * Can&#39;t be used with VST_STREAM_FLAG_USE_TYPE.</span></div>
<div class="line"><span class="lineno"> 493</span><span class="comment"> */</span></div>
<div class="line"><a id="l00494" name="l00494"></a><span class="lineno"><a class="line" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbbacc5db8a4c3f1ed9e68ca4bc6bac69a5d"> 494</a></span> <a class="code hl_enumvalue" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbbacc5db8a4c3f1ed9e68ca4bc6bac69a5d">VST_STREAM_FLAG_1ls1</a> = 1 &lt;&lt; 1,</div>
<div class="line"><a id="l00495" name="l00495"></a><span class="lineno"><a class="line" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbba036336ac450b8cfe332f8c50ccc3f9ee"> 495</a></span> <a class="code hl_enumvalue" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbba036336ac450b8cfe332f8c50ccc3f9ee">VST_STREAM_FLAG_STEREO</a> = 1 &lt;&lt; 1,</div>
<div class="line"><a id="l00496" name="l00496"></a><span class="lineno"> 496</span> </div>
<div class="line"><a id="l00497" name="l00497"></a><span class="lineno"> 497</span> <span class="comment">/** Stream is defined by VST_SPEAKER_ARRANGEMENT_TYPE</span></div>
<div class="line"><span class="lineno"> 498</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 499</span><span class="comment"> * Can&#39;t be used with VST_STREAM_FLAG_STEREO.</span></div>
<div class="line"><span class="lineno"> 500</span><span class="comment"> */</span></div>
<div class="line"><a id="l00501" name="l00501"></a><span class="lineno"><a class="line" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbba1091d579bff90d42b49b7f45ff85b3be"> 501</a></span> <a class="code hl_enumvalue" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbba1091d579bff90d42b49b7f45ff85b3be">VST_STREAM_FLAG_1ls2</a> = 1 &lt;&lt; 2,</div>
<div class="line"><a id="l00502" name="l00502"></a><span class="lineno"><a class="line" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbbaf394908abb7077cc5e187e20b838c381"> 502</a></span> <a class="code hl_enumvalue" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbbaf394908abb7077cc5e187e20b838c381">VST_STREAM_FLAG_USE_TYPE</a> = 1 &lt;&lt; 2,</div>
<div class="line"><a id="l00503" name="l00503"></a><span class="lineno"> 503</span>};</div>
<div class="line"><a id="l00504" name="l00504"></a><span class="lineno"> 504</span> </div>
<div class="line"><a id="l00505" name="l00505"></a><span class="lineno"><a class="line" href="structvst__stream__properties__t.html"> 505</a></span><span class="keyword">struct</span> <a class="code hl_struct" href="structvst__stream__properties__t.html">vst_stream_properties_t</a> {</div>
<div class="line"><a id="l00506" name="l00506"></a><span class="lineno"> 506</span> <span class="comment">/** Human-readable name for this stream.</span></div>
<div class="line"><span class="lineno"> 507</span><span class="comment"> */</span></div>
<div class="line"><a id="l00508" name="l00508"></a><span class="lineno"><a class="line" href="structvst__stream__properties__t.html#aa3d1bc4ce4e7a31faf644c8e6ffaa66e"> 508</a></span> <span class="keywordtype">char</span> <a class="code hl_variable" href="structvst__stream__properties__t.html#aa3d1bc4ce4e7a31faf644c8e6ffaa66e">name</a>[<a class="code hl_enumvalue" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a2115337ce5178aedd308ab187122e124">VST_BUFFER_SIZE_STREAM_NAME</a>];</div>
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno"> 509</span> </div>
<div class="line"><a id="l00510" name="l00510"></a><span class="lineno"> 510</span> <span class="comment">/** Stream flags</span></div>
<div class="line"><span class="lineno"> 511</span><span class="comment"> * Any combination of VST_STREAM_FLAG</span></div>
<div class="line"><span class="lineno"> 512</span><span class="comment"> */</span></div>
<div class="line"><a id="l00513" name="l00513"></a><span class="lineno"><a class="line" href="structvst__stream__properties__t.html#a4ab6cf9b0753323882cc2971b08371e0"> 513</a></span> int32_t <a class="code hl_variable" href="structvst__stream__properties__t.html#a4ab6cf9b0753323882cc2971b08371e0">flags</a>;</div>
<div class="line"><a id="l00514" name="l00514"></a><span class="lineno"> 514</span> </div>
<div class="line"><a id="l00515" name="l00515"></a><span class="lineno"> 515</span> <span class="comment">/** Stream arrangement (optional)</span></div>
<div class="line"><span class="lineno"> 516</span><span class="comment"> * See VST_SPEAKER_ARRANGEMENT_TYPE</span></div>
<div class="line"><span class="lineno"> 517</span><span class="comment"> */</span></div>
<div class="line"><a id="l00518" name="l00518"></a><span class="lineno"><a class="line" href="structvst__stream__properties__t.html#a31294c7ba0a78b14af3e960ece3399be"> 518</a></span> int32_t <a class="code hl_variable" href="structvst__stream__properties__t.html#a31294c7ba0a78b14af3e960ece3399be">type</a>;</div>
<div class="line"><a id="l00519" name="l00519"></a><span class="lineno"> 519</span> </div>
<div class="line"><a id="l00520" name="l00520"></a><span class="lineno"> 520</span> <span class="comment">/** Human-readable label for this stream.</span></div>
<div class="line"><span class="lineno"> 521</span><span class="comment"> */</span></div>
<div class="line"><a id="l00522" name="l00522"></a><span class="lineno"><a class="line" href="structvst__stream__properties__t.html#a8f40ce5f9021b92721ce50d2483b5542"> 522</a></span> <span class="keywordtype">char</span> <a class="code hl_variable" href="structvst__stream__properties__t.html#a8f40ce5f9021b92721ce50d2483b5542">label</a>[<a class="code hl_enumvalue" href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a7b22236d4e393bbdd3614e6e6d770abd">VST_BUFFER_SIZE_STREAM_LABEL</a>];</div>
<div class="line"><a id="l00523" name="l00523"></a><span class="lineno"> 523</span> </div>
<div class="line"><a id="l00524" name="l00524"></a><span class="lineno"><a class="line" href="structvst__stream__properties__t.html#ac110bfbb4b679136b9bd71a9931711fd"> 524</a></span> uint8_t <a class="code hl_variable" href="structvst__stream__properties__t.html#ac110bfbb4b679136b9bd71a9931711fd">_reserved</a>[48]; <span class="comment">// 48 bytes of uninitialized data, always.</span></div>
<div class="line"><a id="l00525" name="l00525"></a><span class="lineno"> 525</span>};</div>
<div class="line"><a id="l00526" name="l00526"></a><span class="lineno"> 526</span> </div>
<div class="line"><a id="l00527" name="l00527"></a><span class="lineno"> 527</span><span class="comment">//------------------------------------------------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l00528" name="l00528"></a><span class="lineno"> 528</span><span class="comment">// VST Host related Things</span></div>
<div class="line"><a id="l00529" name="l00529"></a><span class="lineno"> 529</span><span class="comment">//------------------------------------------------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l00530" name="l00530"></a><span class="lineno"> 530</span> </div>
<div class="line"><a id="l00531" name="l00531"></a><span class="lineno"> 531</span><span class="keyword">struct</span> <a class="code hl_struct" href="structvst__effect__t.html">vst_effect_t</a>; <span class="comment">// Pre-define vst_effect_t so we can use it below.</span></div>
<div class="line"><a id="l00532" name="l00532"></a><span class="lineno"> 532</span> </div>
<div class="line"><a id="l00533" name="l00533"></a><span class="lineno"> 533</span><span class="comment">/** Plug-in to Host Op-Codes</span></div>
<div class="line"><span class="lineno"> 534</span><span class="comment"> * These Op-Codes are emitted by the plug-in and the host _may_ handle them or return 0 (false).</span></div>
<div class="line"><span class="lineno"> 535</span><span class="comment"> * We have no guarantees about anything actually happening.</span></div>
<div class="line"><span class="lineno"> 536</span><span class="comment"> */</span></div>
<div class="line"><a id="l00537" name="l00537"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ec"> 537</a></span><span class="keyword">enum</span> <a class="code hl_enumeration" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ec">VST_HOST_OPCODE</a> {</div>
<div class="line"><a id="l00538" name="l00538"></a><span class="lineno"> 538</span> <span class="comment">/** Update automation for a given Parameter</span></div>
<div class="line"><span class="lineno"> 539</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 540</span><span class="comment"> * Must be used to notify the host that the parameter was changed by the user if a custom editor is used.</span></div>
<div class="line"><span class="lineno"> 541</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 542</span><span class="comment"> * @param p_int1 Parameter Index</span></div>
<div class="line"><span class="lineno"> 543</span><span class="comment"> * @param p_float Parameter Value</span></div>
<div class="line"><span class="lineno"> 544</span><span class="comment"> * @return Expected to return... something.</span></div>
<div class="line"><span class="lineno"> 545</span><span class="comment"> */</span></div>
<div class="line"><a id="l00546" name="l00546"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab24fb5e7be2c83d7c6aa9dca4169a42b"> 546</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab24fb5e7be2c83d7c6aa9dca4169a42b">VST_HOST_OPCODE_00</a> = 0x00, <span class="comment">// cb(vst, 0x00, ?, 0, 0);</span></div>
<div class="line"><a id="l00547" name="l00547"></a><span class="lineno"> 547</span> <span class="comment">/** @sa VST_HOST_OPCODE_00 */</span></div>
<div class="line"><a id="l00548" name="l00548"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca77bc04a20d96cc016628c63593bc8275"> 548</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca77bc04a20d96cc016628c63593bc8275">VST_HOST_OPCODE_AUTOMATE</a> = 0x00,</div>
<div class="line"><a id="l00549" name="l00549"></a><span class="lineno"> 549</span> <span class="comment">/** @sa VST_HOST_OPCODE_00 */</span></div>
<div class="line"><a id="l00550" name="l00550"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaeab0d063d96bb5d9acb9879bc900aa4a"> 550</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaeab0d063d96bb5d9acb9879bc900aa4a">VST_HOST_OPCODE_PARAM_UPDATE</a> = 0x00,</div>
<div class="line"><a id="l00551" name="l00551"></a><span class="lineno"> 551</span> </div>
<div class="line"><a id="l00552" name="l00552"></a><span class="lineno"> 552</span> <span class="comment">/** Retrieve the Hosts VST Version.</span></div>
<div class="line"><span class="lineno"> 553</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 554</span><span class="comment"> * @return See VST_VERSION enumeration.</span></div>
<div class="line"><span class="lineno"> 555</span><span class="comment"> */</span></div>
<div class="line"><a id="l00556" name="l00556"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca76de8850892950b1342863fc55ec62c4"> 556</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca76de8850892950b1342863fc55ec62c4">VST_HOST_OPCODE_01</a> = 0x01,</div>
<div class="line"><a id="l00557" name="l00557"></a><span class="lineno"> 557</span> <span class="comment">/** @sa VST_HOST_OPCODE_01 */</span></div>
<div class="line"><a id="l00558" name="l00558"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad8b3f89b1ef2466bcf4d1763d09bea21"> 558</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad8b3f89b1ef2466bcf4d1763d09bea21">VST_HOST_OPCODE_VST_VERSION</a> = 0x01,</div>
<div class="line"><a id="l00559" name="l00559"></a><span class="lineno"> 559</span> </div>
<div class="line"><a id="l00560" name="l00560"></a><span class="lineno"> 560</span> <span class="comment">/** Get the currently selected effect id in container plug-ins.</span></div>
<div class="line"><span class="lineno"> 561</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 562</span><span class="comment"> * Used in combination with @ref VST_EFFECT_CATEGORY_CONTAINER.</span></div>
<div class="line"><span class="lineno"> 563</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 564</span><span class="comment"> * @return The currently selected unique effect id in this container.</span></div>
<div class="line"><span class="lineno"> 565</span><span class="comment"> */</span></div>
<div class="line"><a id="l00566" name="l00566"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab8534fe0981e975b6212f1a908fed29c"> 566</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab8534fe0981e975b6212f1a908fed29c">VST_HOST_OPCODE_02</a> = 0x02, <span class="comment">// bool cb(0, 0x02, 0, 0, 0);</span></div>
<div class="line"><a id="l00567" name="l00567"></a><span class="lineno"> 567</span> <span class="comment">/** @sa VST_HOST_OPCODE_02 */</span></div>
<div class="line"><a id="l00568" name="l00568"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca148d4e1015d0a82c6ca48a251d9497e7"> 568</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca148d4e1015d0a82c6ca48a251d9497e7">VST_HOST_OPCODE_CURRENT_EFFECT_ID</a> = 0x02,</div>
<div class="line"><a id="l00569" name="l00569"></a><span class="lineno"> 569</span> </div>
<div class="line"><a id="l00570" name="l00570"></a><span class="lineno"> 570</span> <span class="comment">/** Some sort of idle keep-alive?</span></div>
<div class="line"><span class="lineno"> 571</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 572</span><span class="comment"> * Seems to be called only in editor windows when a modal popup is present.</span></div>
<div class="line"><span class="lineno"> 573</span><span class="comment"> */</span></div>
<div class="line"><a id="l00574" name="l00574"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab4c157a0141dc1e641bc8d69dab237e0"> 574</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab4c157a0141dc1e641bc8d69dab237e0">VST_HOST_OPCODE_03</a> = 0x03,</div>
<div class="line"><a id="l00575" name="l00575"></a><span class="lineno"> 575</span> <span class="comment">/** @sa VST_HOST_OPCODE_03 */</span></div>
<div class="line"><a id="l00576" name="l00576"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3a854908f0c413d0d640b832df931b06"> 576</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3a854908f0c413d0d640b832df931b06">VST_HOST_OPCODE_KEEPALIVE_OR_IDLE</a> = 0x03,</div>
<div class="line"><a id="l00577" name="l00577"></a><span class="lineno"> 577</span> </div>
<div class="line"><a id="l00578" name="l00578"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca09a3c97fe9287955833e2f6954866a66"> 578</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca09a3c97fe9287955833e2f6954866a66">VST_HOST_OPCODE_04</a> = 0x04,</div>
<div class="line"><a id="l00579" name="l00579"></a><span class="lineno"> 579</span> </div>
<div class="line"><a id="l00580" name="l00580"></a><span class="lineno"> 580</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l00581" name="l00581"></a><span class="lineno"> 581</span> <span class="comment">// VST 2.x starts here.</span></div>
<div class="line"><a id="l00582" name="l00582"></a><span class="lineno"> 582</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l00583" name="l00583"></a><span class="lineno"> 583</span> </div>
<div class="line"><a id="l00584" name="l00584"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca6dfa321fca143f0a84bfd2199a7f3c6b"> 584</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca6dfa321fca143f0a84bfd2199a7f3c6b">VST_HOST_OPCODE_05</a> = 0x05,</div>
<div class="line"><a id="l00585" name="l00585"></a><span class="lineno"> 585</span> </div>
<div class="line"><a id="l00586" name="l00586"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca1da3853b0bf55feb651236d8be1cb3c5"> 586</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca1da3853b0bf55feb651236d8be1cb3c5">VST_HOST_OPCODE_06</a> = 0x06,</div>
<div class="line"><a id="l00587" name="l00587"></a><span class="lineno"> 587</span> </div>
<div class="line"><a id="l00588" name="l00588"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3b23e2a663f72c14de38545f5965b98c"> 588</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3b23e2a663f72c14de38545f5965b98c">VST_HOST_OPCODE_07</a> = 0x07,</div>
<div class="line"><a id="l00589" name="l00589"></a><span class="lineno"> 589</span> </div>
<div class="line"><a id="l00590" name="l00590"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3eef311d09c48627d15a673d9f58df08"> 590</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3eef311d09c48627d15a673d9f58df08">VST_HOST_OPCODE_08</a> = 0x08,</div>
<div class="line"><a id="l00591" name="l00591"></a><span class="lineno"> 591</span> </div>
<div class="line"><a id="l00592" name="l00592"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecafe6815aea77d842a2a103042bc002ff1"> 592</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecafe6815aea77d842a2a103042bc002ff1">VST_HOST_OPCODE_09</a> = 0x09,</div>
<div class="line"><a id="l00593" name="l00593"></a><span class="lineno"> 593</span> </div>
<div class="line"><a id="l00594" name="l00594"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca86ffb81da10069c6f90c2c976e7481ed"> 594</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca86ffb81da10069c6f90c2c976e7481ed">VST_HOST_OPCODE_0A</a> = 0x0A,</div>
<div class="line"><a id="l00595" name="l00595"></a><span class="lineno"> 595</span> </div>
<div class="line"><a id="l00596" name="l00596"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaf9a946bb647daf5d8b206693a02751b0"> 596</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaf9a946bb647daf5d8b206693a02751b0">VST_HOST_OPCODE_0B</a> = 0x0B,</div>
<div class="line"><a id="l00597" name="l00597"></a><span class="lineno"> 597</span> </div>
<div class="line"><a id="l00598" name="l00598"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9158362e2038a2cc7fdadbe164572a32"> 598</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9158362e2038a2cc7fdadbe164572a32">VST_HOST_OPCODE_0C</a> = 0x0C,</div>
<div class="line"><a id="l00599" name="l00599"></a><span class="lineno"> 599</span> </div>
<div class="line"><a id="l00600" name="l00600"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab0181c84715dd10c037caea91faccf17"> 600</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab0181c84715dd10c037caea91faccf17">VST_HOST_OPCODE_0D</a> = 0x0D,</div>
<div class="line"><a id="l00601" name="l00601"></a><span class="lineno"> 601</span> </div>
<div class="line"><a id="l00602" name="l00602"></a><span class="lineno"> 602</span> <span class="comment">/** Notify the host that numInputs/numOutputs/delay/numParams has changed.</span></div>
<div class="line"><span class="lineno"> 603</span><span class="comment"> * Only supported if the host replies @ref VST_STATUS_TRUE to @ref VST_HOST_OPCODE_SUPPORTS query for </span></div>
<div class="line"><span class="lineno"> 604</span><span class="comment"> * @ref vst_host_supports_t.acceptIOChanges.</span></div>
<div class="line"><span class="lineno"> 605</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 606</span><span class="comment"> * @note In VST 2.3 and earlier calling this outside of @ref VST_EFFECT_OPCODE_IDLE may result in a crash.</span></div>
<div class="line"><span class="lineno"> 607</span><span class="comment"> * @note In VST 2.3 and later this may only be called while between @ref VST_EFFECT_OPCODE_PROCESS_END and </span></div>
<div class="line"><span class="lineno"> 608</span><span class="comment"> * @ref VST_EFFECT_OPCODE_PROCESS_BEGIN.</span></div>
<div class="line"><span class="lineno"> 609</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 610</span><span class="comment"> * @return @ref VST_STATUS_TRUE if supported and handled otherwise @ref VST_STATUS_FALSE.</span></div>
<div class="line"><span class="lineno"> 611</span><span class="comment"> */</span></div>
<div class="line"><a id="l00612" name="l00612"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaa08be4a54bab1745f2011a5a30e880a5"> 612</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaa08be4a54bab1745f2011a5a30e880a5">VST_HOST_OPCODE_0E</a> = 0x0E,</div>
<div class="line"><a id="l00613" name="l00613"></a><span class="lineno"> 613</span> <span class="comment">/** @sa VST_HOST_OPCODE_0E */</span></div>
<div class="line"><a id="l00614" name="l00614"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3365f17c1b25e26e5b7ef3d3e1da82e0"> 614</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3365f17c1b25e26e5b7ef3d3e1da82e0">VST_HOST_OPCODE_IO_MODIFIED</a> = 0x0E,</div>
<div class="line"><a id="l00615" name="l00615"></a><span class="lineno"> 615</span> </div>
<div class="line"><a id="l00616" name="l00616"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca27ccf6c0ae6965462d0c95668a5328e9"> 616</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca27ccf6c0ae6965462d0c95668a5328e9">VST_HOST_OPCODE_0F</a> = 0x0F,</div>
<div class="line"><a id="l00617" name="l00617"></a><span class="lineno"> 617</span> </div>
<div class="line"><a id="l00618" name="l00618"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9226e0e6b1e3929060be3c534d54efab"> 618</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9226e0e6b1e3929060be3c534d54efab">VST_HOST_OPCODE_10</a> = 0x10,</div>
<div class="line"><a id="l00619" name="l00619"></a><span class="lineno"> 619</span> </div>
<div class="line"><a id="l00620" name="l00620"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca87ce9751c0bff6ef1e27c52b814c1e4a"> 620</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca87ce9751c0bff6ef1e27c52b814c1e4a">VST_HOST_OPCODE_11</a> = 0x11,</div>
<div class="line"><a id="l00621" name="l00621"></a><span class="lineno"> 621</span> </div>
<div class="line"><a id="l00622" name="l00622"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca397585e27e5a49a75956cf67adfda496"> 622</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca397585e27e5a49a75956cf67adfda496">VST_HOST_OPCODE_12</a> = 0x12,</div>
<div class="line"><a id="l00623" name="l00623"></a><span class="lineno"> 623</span> </div>
<div class="line"><a id="l00624" name="l00624"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9f34fe7eb72d7aa8ddbf7547361d6526"> 624</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9f34fe7eb72d7aa8ddbf7547361d6526">VST_HOST_OPCODE_13</a> = 0x13,</div>
<div class="line"><a id="l00625" name="l00625"></a><span class="lineno"> 625</span> </div>
<div class="line"><a id="l00626" name="l00626"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac16fa2e1718832dd24f12fee7ba6da28"> 626</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac16fa2e1718832dd24f12fee7ba6da28">VST_HOST_OPCODE_14</a> = 0x14,</div>
<div class="line"><a id="l00627" name="l00627"></a><span class="lineno"> 627</span> </div>
<div class="line"><a id="l00628" name="l00628"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca63761c3bd53b7879024215effc1df189"> 628</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca63761c3bd53b7879024215effc1df189">VST_HOST_OPCODE_15</a> = 0x15,</div>
<div class="line"><a id="l00629" name="l00629"></a><span class="lineno"> 629</span> </div>
<div class="line"><a id="l00630" name="l00630"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca569af76d45053b5bc284483aa61ae8bd"> 630</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca569af76d45053b5bc284483aa61ae8bd">VST_HOST_OPCODE_16</a> = 0x16,</div>
<div class="line"><a id="l00631" name="l00631"></a><span class="lineno"> 631</span> </div>
<div class="line"><a id="l00632" name="l00632"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab45f1da95b0485c7902d5d08c16e56bb"> 632</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab45f1da95b0485c7902d5d08c16e56bb">VST_HOST_OPCODE_17</a> = 0x17,</div>
<div class="line"><a id="l00633" name="l00633"></a><span class="lineno"> 633</span> </div>
<div class="line"><a id="l00634" name="l00634"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca0ce8cb1267ca52b726029c6fe26c3020"> 634</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca0ce8cb1267ca52b726029c6fe26c3020">VST_HOST_OPCODE_18</a> = 0x18,</div>
<div class="line"><a id="l00635" name="l00635"></a><span class="lineno"> 635</span> </div>
<div class="line"><a id="l00636" name="l00636"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca6939acd78f360173c037c5a065a8a49e"> 636</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca6939acd78f360173c037c5a065a8a49e">VST_HOST_OPCODE_19</a> = 0x19,</div>
<div class="line"><a id="l00637" name="l00637"></a><span class="lineno"> 637</span> </div>
<div class="line"><a id="l00638" name="l00638"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca218e6eadb0eda302fcdc07ad5b619a1c"> 638</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca218e6eadb0eda302fcdc07ad5b619a1c">VST_HOST_OPCODE_1A</a> = 0x1A,</div>
<div class="line"><a id="l00639" name="l00639"></a><span class="lineno"> 639</span> </div>
<div class="line"><a id="l00640" name="l00640"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca34073cc936673d594b7d8b204f4ee702"> 640</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca34073cc936673d594b7d8b204f4ee702">VST_HOST_OPCODE_1B</a> = 0x1B,</div>
<div class="line"><a id="l00641" name="l00641"></a><span class="lineno"> 641</span> </div>
<div class="line"><a id="l00642" name="l00642"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3c8889289a797d661f99363f225bf676"> 642</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3c8889289a797d661f99363f225bf676">VST_HOST_OPCODE_1C</a> = 0x1C,</div>
<div class="line"><a id="l00643" name="l00643"></a><span class="lineno"> 643</span> </div>
<div class="line"><a id="l00644" name="l00644"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca5d240547cb3d3770f9f1562e5fc1d16a"> 644</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca5d240547cb3d3770f9f1562e5fc1d16a">VST_HOST_OPCODE_1D</a> = 0x1D,</div>
<div class="line"><a id="l00645" name="l00645"></a><span class="lineno"> 645</span> </div>
<div class="line"><a id="l00646" name="l00646"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca6ebe804dfc7563289833b1f35493f5e2"> 646</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca6ebe804dfc7563289833b1f35493f5e2">VST_HOST_OPCODE_1E</a> = 0x1E,</div>
<div class="line"><a id="l00647" name="l00647"></a><span class="lineno"> 647</span> </div>
<div class="line"><a id="l00648" name="l00648"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaf3af18f949bd520d653e6dfc8c2f2a48"> 648</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaf3af18f949bd520d653e6dfc8c2f2a48">VST_HOST_OPCODE_1F</a> = 0x1F,</div>
<div class="line"><a id="l00649" name="l00649"></a><span class="lineno"> 649</span> </div>
<div class="line"><a id="l00650" name="l00650"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca4f020706035267b415e09ca975d0f867"> 650</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca4f020706035267b415e09ca975d0f867">VST_HOST_OPCODE_20</a> = 0x20,</div>
<div class="line"><a id="l00651" name="l00651"></a><span class="lineno"> 651</span> </div>
<div class="line"><a id="l00652" name="l00652"></a><span class="lineno"> 652</span> <span class="comment">/** Retrieve the vendor name into the ptr buffer.</span></div>
<div class="line"><span class="lineno"> 653</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 654</span><span class="comment"> * @param p_ptr A zero terminated char buffer of size @ref VST_BUFFER_SIZE_VENDOR_NAME.</span></div>
<div class="line"><span class="lineno"> 655</span><span class="comment"> */</span></div>
<div class="line"><a id="l00656" name="l00656"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad87ea91d02bd198e58cdf48ddfa2f4fb"> 656</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad87ea91d02bd198e58cdf48ddfa2f4fb">VST_HOST_OPCODE_21</a> = 0x21,</div>
<div class="line"><a id="l00657" name="l00657"></a><span class="lineno"> 657</span> <span class="comment">/** @sa VST_HOST_OPCODE_21 */</span></div>
<div class="line"><a id="l00658" name="l00658"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac2d2893446d8301cd29f8ec0c0446406"> 658</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac2d2893446d8301cd29f8ec0c0446406">VST_HOST_OPCODE_VENDOR_NAME</a> = 0x21,</div>
<div class="line"><a id="l00659" name="l00659"></a><span class="lineno"> 659</span> </div>
<div class="line"><a id="l00660" name="l00660"></a><span class="lineno"> 660</span> <span class="comment">/** Retrieve the product name into the ptr buffer.</span></div>
<div class="line"><span class="lineno"> 661</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 662</span><span class="comment"> * @param p_ptr A zero terminated char buffer of size @ref VST_BUFFER_SIZE_PRODUCT_NAME.</span></div>
<div class="line"><span class="lineno"> 663</span><span class="comment"> */</span></div>
<div class="line"><a id="l00664" name="l00664"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad52e9131d8f730b1b4713369f7ce3be4"> 664</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad52e9131d8f730b1b4713369f7ce3be4">VST_HOST_OPCODE_22</a> = 0x22,</div>
<div class="line"><a id="l00665" name="l00665"></a><span class="lineno"> 665</span> <span class="comment">/** @sa VST_HOST_OPCODE_22 */</span></div>
<div class="line"><a id="l00666" name="l00666"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab64fd9ed14218a0e73003fd1550e03fc"> 666</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab64fd9ed14218a0e73003fd1550e03fc">VST_HOST_OPCODE_PRODUCT_NAME</a> = 0x22,</div>
<div class="line"><a id="l00667" name="l00667"></a><span class="lineno"> 667</span> </div>
<div class="line"><a id="l00668" name="l00668"></a><span class="lineno"> 668</span> <span class="comment">/** Retrieve the vendor version in return value.</span></div>
<div class="line"><span class="lineno"> 669</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 670</span><span class="comment"> * @return Version.</span></div>
<div class="line"><span class="lineno"> 671</span><span class="comment"> */</span></div>
<div class="line"><a id="l00672" name="l00672"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca62ed9789aab31ab3665a914119c7bb74"> 672</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca62ed9789aab31ab3665a914119c7bb74">VST_HOST_OPCODE_23</a> = 0x23,</div>
<div class="line"><a id="l00673" name="l00673"></a><span class="lineno"> 673</span> <span class="comment">/** @sa VST_HOST_OPCODE_23 */</span></div>
<div class="line"><a id="l00674" name="l00674"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac15adc47551a4b321d6a4e97b67f5091"> 674</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac15adc47551a4b321d6a4e97b67f5091">VST_HOST_OPCODE_VENDOR_VERSION</a> = 0x23,</div>
<div class="line"><a id="l00675" name="l00675"></a><span class="lineno"> 675</span> </div>
<div class="line"><a id="l00676" name="l00676"></a><span class="lineno"> 676</span> <span class="comment">/** User defined OP Code, for custom interaction.</span></div>
<div class="line"><span class="lineno"> 677</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 678</span><span class="comment"> */</span></div>
<div class="line"><a id="l00679" name="l00679"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca66e278e2453c9f62563f342a200d4c11"> 679</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca66e278e2453c9f62563f342a200d4c11">VST_HOST_OPCODE_24</a> = 0x24,</div>
<div class="line"><a id="l00680" name="l00680"></a><span class="lineno"> 680</span> <span class="comment">/** @sa VST_HOST_OPCODE_24 */</span></div>
<div class="line"><a id="l00681" name="l00681"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecae43811d99da4fb2233d368ea5294c2d0"> 681</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecae43811d99da4fb2233d368ea5294c2d0">VST_HOST_OPCODE_CUSTOM</a> = 0x24,</div>
<div class="line"><a id="l00682" name="l00682"></a><span class="lineno"> 682</span> </div>
<div class="line"><a id="l00683" name="l00683"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca58c3e43a832e713d2ed75f915061aa6e"> 683</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca58c3e43a832e713d2ed75f915061aa6e">VST_HOST_OPCODE_25</a> = 0x25,</div>
<div class="line"><a id="l00684" name="l00684"></a><span class="lineno"> 684</span> </div>
<div class="line"><a id="l00685" name="l00685"></a><span class="lineno"> 685</span> <span class="comment">/** Check if the host supports a certain feature.</span></div>
<div class="line"><span class="lineno"> 686</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 687</span><span class="comment"> * @param p_ptr `char[...]` Zero terminated string for which feature we want to support.</span></div>
<div class="line"><span class="lineno"> 688</span><span class="comment"> * @return @ref VST_STATUS_TRUE if the feature is supported otherwise @ref VST_STATUS_FALSE.</span></div>
<div class="line"><span class="lineno"> 689</span><span class="comment"> */</span></div>
<div class="line"><a id="l00690" name="l00690"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca8788d3ed32651d1e572c7cea98ffe2c8"> 690</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca8788d3ed32651d1e572c7cea98ffe2c8">VST_HOST_OPCODE_26</a> = 0x26,</div>
<div class="line"><a id="l00691" name="l00691"></a><span class="lineno"> 691</span> <span class="comment">/** @sa VST_HOST_OPCODE_26 */</span></div>
<div class="line"><a id="l00692" name="l00692"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaddc08d32d47213aca3a6f74f6de7985e"> 692</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaddc08d32d47213aca3a6f74f6de7985e">VST_HOST_OPCODE_SUPPORTS</a> = 0x26,</div>
<div class="line"><a id="l00693" name="l00693"></a><span class="lineno"> 693</span> </div>
<div class="line"><a id="l00694" name="l00694"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca40706c6f7f484360e142111eed9e2e92"> 694</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca40706c6f7f484360e142111eed9e2e92">VST_HOST_OPCODE_27</a> = 0x27,</div>
<div class="line"><a id="l00695" name="l00695"></a><span class="lineno"> 695</span> </div>
<div class="line"><a id="l00696" name="l00696"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca08975ca236f216f4ed35ce48972e050f"> 696</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca08975ca236f216f4ed35ce48972e050f">VST_HOST_OPCODE_28</a> = 0x28,</div>
<div class="line"><a id="l00697" name="l00697"></a><span class="lineno"> 697</span> </div>
<div class="line"><a id="l00698" name="l00698"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca738ae2e2aa8fe5a3727e5bcfe5557d6a"> 698</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca738ae2e2aa8fe5a3727e5bcfe5557d6a">VST_HOST_OPCODE_29</a> = 0x29,</div>
<div class="line"><a id="l00699" name="l00699"></a><span class="lineno"> 699</span> </div>
<div class="line"><a id="l00700" name="l00700"></a><span class="lineno"> 700</span> <span class="comment">/** Request an update of the editor window.</span></div>
<div class="line"><span class="lineno"> 701</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 702</span><span class="comment"> */</span></div>
<div class="line"><a id="l00703" name="l00703"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab727e8f8bd83b8ead48c9c7d32b5cccd"> 703</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab727e8f8bd83b8ead48c9c7d32b5cccd">VST_HOST_OPCODE_2A</a> = 0x2A,</div>
<div class="line"><a id="l00704" name="l00704"></a><span class="lineno"> 704</span> <span class="comment">/** @sa VST_HOST_OPCODE_2A */</span></div>
<div class="line"><a id="l00705" name="l00705"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca0ffcacbc5374ae2f07f839adefb7c88e"> 705</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca0ffcacbc5374ae2f07f839adefb7c88e">VST_HOST_OPCODE_EDITOR_UPDATE</a> = 0x2A,</div>
<div class="line"><a id="l00706" name="l00706"></a><span class="lineno"> 706</span> </div>
<div class="line"><a id="l00707" name="l00707"></a><span class="lineno"> 707</span> <span class="comment">/** Notify host that a parameter is being edited.</span></div>
<div class="line"><span class="lineno"> 708</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 709</span><span class="comment"> * @param p_int1 Parameter index.</span></div>
<div class="line"><span class="lineno"> 710</span><span class="comment"> */</span></div>
<div class="line"><a id="l00711" name="l00711"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca554b9a2e4b2527f2f2809efd88bf1545"> 711</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca554b9a2e4b2527f2f2809efd88bf1545">VST_HOST_OPCODE_2B</a> = 0x2B,</div>
<div class="line"><a id="l00712" name="l00712"></a><span class="lineno"> 712</span> <span class="comment">/** @sa VST_HOST_OPCODE_2B */</span></div>
<div class="line"><a id="l00713" name="l00713"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca149b360bad03dbfbf517ca2e5a92a867"> 713</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca149b360bad03dbfbf517ca2e5a92a867">VST_HOST_OPCODE_PARAM_START_EDIT</a> = 0x2B,</div>
<div class="line"><a id="l00714" name="l00714"></a><span class="lineno"> 714</span> </div>
<div class="line"><a id="l00715" name="l00715"></a><span class="lineno"> 715</span> <span class="comment">/** Notify host that parameter is no longer being edited.</span></div>
<div class="line"><span class="lineno"> 716</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 717</span><span class="comment"> * @param p_int1 Parameter index.</span></div>
<div class="line"><span class="lineno"> 718</span><span class="comment"> */</span></div>
<div class="line"><a id="l00719" name="l00719"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9e86c9deba6977be5229b2982d0c8aa6"> 719</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9e86c9deba6977be5229b2982d0c8aa6">VST_HOST_OPCODE_2C</a> = 0x2C,</div>
<div class="line"><a id="l00720" name="l00720"></a><span class="lineno"> 720</span> <span class="comment">/** @sa VST_HOST_OPCODE_2C */</span></div>
<div class="line"><a id="l00721" name="l00721"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca165352695e471be9666970c65a33fc13"> 721</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca165352695e471be9666970c65a33fc13">VST_HOST_OPCODE_PARAM_STOP_EDIT</a> = 0x2C,</div>
<div class="line"><a id="l00722" name="l00722"></a><span class="lineno"> 722</span> </div>
<div class="line"><a id="l00723" name="l00723"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaa3195b429e827047e23d08522d49e558"> 723</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaa3195b429e827047e23d08522d49e558">VST_HOST_OPCODE_2D</a> = 0x2D,</div>
<div class="line"><a id="l00724" name="l00724"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac91e292c254b88c628a82122bf682a68"> 724</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac91e292c254b88c628a82122bf682a68">VST_HOST_OPCODE_2E</a> = 0x2E,</div>
<div class="line"><a id="l00725" name="l00725"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca28bcfd43d8494d6c1a1bf22b180b6ef4"> 725</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca28bcfd43d8494d6c1a1bf22b180b6ef4">VST_HOST_OPCODE_2F</a> = 0x2F,</div>
<div class="line"><a id="l00726" name="l00726"></a><span class="lineno"> 726</span> </div>
<div class="line"><a id="l00727" name="l00727"></a><span class="lineno"> 727</span> <span class="comment">// Highest number of known OPCODE.</span></div>
<div class="line"><a id="l00728" name="l00728"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecacd93133c8c835b2dc554b919ca09d8cd"> 728</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecacd93133c8c835b2dc554b919ca09d8cd">VST_HOST_OPCODE_MAX</a>,</div>
<div class="line"><a id="l00729" name="l00729"></a><span class="lineno"> 729</span> </div>
<div class="line"><a id="l00730" name="l00730"></a><span class="lineno"> 730</span> <span class="comment">// Pad to force 32-bit number.</span></div>
<div class="line"><a id="l00731" name="l00731"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad5fe7a9677ae11d436d4c8dab95584ba"> 731</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad5fe7a9677ae11d436d4c8dab95584ba">_VST_HOST_OPCODE_PAD</a> = 0xFFFFFFFFul,</div>
<div class="line"><a id="l00732" name="l00732"></a><span class="lineno"> 732</span>};</div>
<div class="line"><a id="l00733" name="l00733"></a><span class="lineno"> 733</span> </div>
<div class="line"><a id="l00734" name="l00734"></a><span class="lineno"> 734</span><span class="comment">/** Plug-in to Host support checks</span></div>
<div class="line"><span class="lineno"> 735</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 736</span><span class="comment"> * Provided as `char* p_ptr` in the VST_EFFECT_OPCODE_SUPPORTS op code.</span></div>
<div class="line"><span class="lineno"> 737</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 738</span><span class="comment"> * Harvested via strings command and just checking what hosts actually responded to.</span></div>
<div class="line"><span class="lineno"> 739</span><span class="comment"> */</span></div>
<div class="line"><a id="l00740" name="l00740"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html"> 740</a></span><span class="keyword">struct</span> <a class="code hl_struct" href="structvst__host__supports__t.html">vst_host_supports_t</a> {</div>
<div class="line"><a id="l00741" name="l00741"></a><span class="lineno"> 741</span> <span class="comment">/** Does the host support modifying input/output/params/delay when programs, banks or parameters are changed?</span></div>
<div class="line"><span class="lineno"> 742</span><span class="comment"> * This only means that the host supports this inside of @ref VST_EFFECT_OPCODE_IDLE (VST 2.3 or earlier) or outside</span></div>
<div class="line"><span class="lineno"> 743</span><span class="comment"> * of a @ref VST_EFFECT_OPCODE_PROCESS_BEGIN and @ref VST_EFFECT_OPCODE_PROCESS_END group.</span></div>
<div class="line"><span class="lineno"> 744</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 745</span><span class="comment"> * Signals that the host supports the following:</span></div>
<div class="line"><span class="lineno"> 746</span><span class="comment"> * - @ref VST_HOST_OPCODE_IO_MODIFIED</span></div>
<div class="line"><span class="lineno"> 747</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 748</span><span class="comment"> * @return @ref VST_STATUS_TRUE if it supports it.</span></div>
<div class="line"><span class="lineno"> 749</span><span class="comment"> */</span></div>
<div class="line"><a id="l00750" name="l00750"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a0e29115f972dc33f1e0f94e5dd29d135"> 750</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__host__supports__t.html#a0e29115f972dc33f1e0f94e5dd29d135">acceptIOChanges</a>;</div>
<div class="line"><a id="l00751" name="l00751"></a><span class="lineno"> 751</span> </div>
<div class="line"><a id="l00752" name="l00752"></a><span class="lineno"> 752</span> <span class="comment">/** Is the host using process begin/end instead of idle?</span></div>
<div class="line"><span class="lineno"> 753</span><span class="comment"> * The host may opt to emit @ref VST_EFFECT_OPCODE_IDLE or @ref VST_EFFECT_OPCODE_PROCESS_BEGIN and </span></div>
<div class="line"><span class="lineno"> 754</span><span class="comment"> * @ref VST_EFFECT_OPCODE_PROCESS_END when running in VST 2.3 compatibility mode.</span></div>
<div class="line"><span class="lineno"> 755</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 756</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PROCESS_BEGIN</span></div>
<div class="line"><span class="lineno"> 757</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PROCESS_END</span></div>
<div class="line"><span class="lineno"> 758</span><span class="comment"> * @sa VST_EFFECT_OPCODE_IDLE</span></div>
<div class="line"><span class="lineno"> 759</span><span class="comment"> * @deprecated (VST 2.4) This behavior is the default in VST 2.4 and later.</span></div>
<div class="line"><span class="lineno"> 760</span><span class="comment"> * @return @ref VST_STATUS_TRUE if it supports it.</span></div>
<div class="line"><span class="lineno"> 761</span><span class="comment"> */</span></div>
<div class="line"><a id="l00762" name="l00762"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a60fa9d8e07fd1be3887ac6dd3db955e5"> 762</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__host__supports__t.html#a60fa9d8e07fd1be3887ac6dd3db955e5">startStopProcess</a>;</div>
<div class="line"><a id="l00763" name="l00763"></a><span class="lineno"> 763</span> </div>
<div class="line"><a id="l00764" name="l00764"></a><span class="lineno"> 764</span> <span class="comment">/** Does the host support container plug-ins?</span></div>
<div class="line"><span class="lineno"> 765</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 766</span><span class="comment"> * Signals that the host and plug-in support the following:</span></div>
<div class="line"><span class="lineno"> 767</span><span class="comment"> * - @ref VST_HOST_OPCODE_CURRENT_EFFECT_ID</span></div>
<div class="line"><span class="lineno"> 768</span><span class="comment"> * - @ref VST_EFFECT_OPCODE_CONTAINER_NEXT_EFFECT_ID</span></div>
<div class="line"><span class="lineno"> 769</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 770</span><span class="comment"> * @note Is shell a reference to Windows shell menus?</span></div>
<div class="line"><span class="lineno"> 771</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 772</span><span class="comment"> * @return @ref VST_STATUS_TRUE if the host supports it _and_ the current plug-in is a container plug-in.</span></div>
<div class="line"><span class="lineno"> 773</span><span class="comment"> */</span></div>
<div class="line"><a id="l00774" name="l00774"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#aeb8dd77685b635be72c933a66056a0a1"> 774</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__host__supports__t.html#aeb8dd77685b635be72c933a66056a0a1">shellCategory</a>;</div>
<div class="line"><a id="l00775" name="l00775"></a><span class="lineno"> 775</span> </div>
<div class="line"><a id="l00776" name="l00776"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a4cf927ab8060c5afc39c4940e8d3b4aa"> 776</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__host__supports__t.html#a4cf927ab8060c5afc39c4940e8d3b4aa">sendVstEvents</a>;</div>
<div class="line"><a id="l00777" name="l00777"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#aa373ce1fbc010668609eceb8b5b8d380"> 777</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__host__supports__t.html#aa373ce1fbc010668609eceb8b5b8d380">receiveVstEvents</a>;</div>
<div class="line"><a id="l00778" name="l00778"></a><span class="lineno"> 778</span> </div>
<div class="line"><a id="l00779" name="l00779"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a6c763a08c444158139939e46a5a5c881"> 779</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__host__supports__t.html#a6c763a08c444158139939e46a5a5c881">sendVstMidiEvent</a>;</div>
<div class="line"><a id="l00780" name="l00780"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a1f6480e1200140d9e9c61de73d5fc733"> 780</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__host__supports__t.html#a1f6480e1200140d9e9c61de73d5fc733">receiveVstMidiEvent</a>;</div>
<div class="line"><a id="l00781" name="l00781"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a535b6aee67bca280eec97438b2023e69"> 781</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__host__supports__t.html#a535b6aee67bca280eec97438b2023e69">sendVstMidiEventFlagIsRealtime</a>;</div>
<div class="line"><a id="l00782" name="l00782"></a><span class="lineno"> 782</span> </div>
<div class="line"><a id="l00783" name="l00783"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#ae69e0621350cfdf7f8a51305e9fe8e95"> 783</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__host__supports__t.html#ae69e0621350cfdf7f8a51305e9fe8e95">sendVstTimeInfo</a>;</div>
<div class="line"><a id="l00784" name="l00784"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a5d3b683854d1253b07cc0170579136bc"> 784</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__host__supports__t.html#a5d3b683854d1253b07cc0170579136bc">reportConnectionChanges</a>; <span class="comment">// Seems related to speakers?</span></div>
<div class="line"><a id="l00785" name="l00785"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a8b33f813bb3a9c7de15daa462176c14b"> 785</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__host__supports__t.html#a8b33f813bb3a9c7de15daa462176c14b">sizeWindow</a>;</div>
<div class="line"><a id="l00786" name="l00786"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a46ed15dad8c717fbc424538c60f5c2d2"> 786</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__host__supports__t.html#a46ed15dad8c717fbc424538c60f5c2d2">offline</a>;</div>
<div class="line"><a id="l00787" name="l00787"></a><span class="lineno"> 787</span> </div>
<div class="line"><a id="l00788" name="l00788"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a18302ba2b6035a074d65fe91126ec7c7"> 788</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__host__supports__t.html#a18302ba2b6035a074d65fe91126ec7c7">openFileSelector</a>;</div>
<div class="line"><a id="l00789" name="l00789"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#adc0596abc5b3c78c66b595a966cdf652"> 789</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__host__supports__t.html#adc0596abc5b3c78c66b595a966cdf652">closeFileSelector</a>;</div>
<div class="line"><a id="l00790" name="l00790"></a><span class="lineno"> 790</span>} <span class="comment">/** @private */</span> vst_host_supports = {</div>
<div class="line"><a id="l00791" name="l00791"></a><span class="lineno"> 791</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a0e29115f972dc33f1e0f94e5dd29d135">acceptIOChanges</a> = <span class="stringliteral">&quot;acceptIOChanges&quot;</span>,</div>
<div class="line"><a id="l00792" name="l00792"></a><span class="lineno"> 792</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a60fa9d8e07fd1be3887ac6dd3db955e5">startStopProcess</a> = <span class="stringliteral">&quot;startStopProcess&quot;</span>,</div>
<div class="line"><a id="l00793" name="l00793"></a><span class="lineno"> 793</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#aeb8dd77685b635be72c933a66056a0a1">shellCategory</a> = <span class="stringliteral">&quot;shellCategory&quot;</span>,</div>
<div class="line"><a id="l00794" name="l00794"></a><span class="lineno"> 794</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a4cf927ab8060c5afc39c4940e8d3b4aa">sendVstEvents</a> = <span class="stringliteral">&quot;sendVstEvents&quot;</span>,</div>
<div class="line"><a id="l00795" name="l00795"></a><span class="lineno"> 795</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#aa373ce1fbc010668609eceb8b5b8d380">receiveVstEvents</a> = <span class="stringliteral">&quot;receiveVstEvents&quot;</span>,</div>
<div class="line"><a id="l00796" name="l00796"></a><span class="lineno"> 796</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a6c763a08c444158139939e46a5a5c881">sendVstMidiEvent</a> = <span class="stringliteral">&quot;sendVstMidiEvent&quot;</span>,</div>
<div class="line"><a id="l00797" name="l00797"></a><span class="lineno"> 797</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a1f6480e1200140d9e9c61de73d5fc733">receiveVstMidiEvent</a> = <span class="stringliteral">&quot;receiveVstMidiEvent&quot;</span>,</div>
<div class="line"><a id="l00798" name="l00798"></a><span class="lineno"> 798</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a535b6aee67bca280eec97438b2023e69">sendVstMidiEventFlagIsRealtime</a> = <span class="stringliteral">&quot;sendVstMidiEventFlagIsRealtime&quot;</span>,</div>
<div class="line"><a id="l00799" name="l00799"></a><span class="lineno"> 799</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#ae69e0621350cfdf7f8a51305e9fe8e95">sendVstTimeInfo</a> = <span class="stringliteral">&quot;sendVstTimeInfo&quot;</span>,</div>
<div class="line"><a id="l00800" name="l00800"></a><span class="lineno"> 800</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a5d3b683854d1253b07cc0170579136bc">reportConnectionChanges</a> = <span class="stringliteral">&quot;reportConnectionChanges&quot;</span>,</div>
<div class="line"><a id="l00801" name="l00801"></a><span class="lineno"> 801</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a8b33f813bb3a9c7de15daa462176c14b">sizeWindow</a> = <span class="stringliteral">&quot;sizeWindow&quot;</span>,</div>
<div class="line"><a id="l00802" name="l00802"></a><span class="lineno"> 802</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a46ed15dad8c717fbc424538c60f5c2d2">offline</a> = <span class="stringliteral">&quot;offline&quot;</span>,</div>
<div class="line"><a id="l00803" name="l00803"></a><span class="lineno"> 803</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a18302ba2b6035a074d65fe91126ec7c7">openFileSelector</a> = <span class="stringliteral">&quot;openFileSelector&quot;</span>,</div>
<div class="line"><a id="l00804" name="l00804"></a><span class="lineno"> 804</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#adc0596abc5b3c78c66b595a966cdf652">closeFileSelector</a> = <span class="stringliteral">&quot;closeFileSelector&quot;</span>,</div>
<div class="line"><a id="l00805" name="l00805"></a><span class="lineno"> 805</span>};</div>
<div class="line"><a id="l00806" name="l00806"></a><span class="lineno"> 806</span> </div>
<div class="line"><a id="l00807" name="l00807"></a><span class="lineno"> 807</span><span class="comment">/** Plug-in to Host callback</span></div>
<div class="line"><span class="lineno"> 808</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 809</span><span class="comment"> * The plug-in may call this to attempt to change things on the host side. The host side is free to ignore all requests, annoyingly enough.</span></div>
<div class="line"><span class="lineno"> 810</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 811</span><span class="comment"> * @param opcode See VST_HOST_OPCODE</span></div>
<div class="line"><span class="lineno"> 812</span><span class="comment"> * @param p_str Zero terminated string or null on call.</span></div>
<div class="line"><span class="lineno"> 813</span><span class="comment"> * @return ?</span></div>
<div class="line"><span class="lineno"> 814</span><span class="comment"> */</span></div>
<div class="line"><a id="l00815" name="l00815"></a><span class="lineno"><a class="line" href="vst_8h.html#a84c2cdc8c0f072f1cb64144815a05de6"> 815</a></span><span class="keyword">typedef</span> intptr_t (<a class="code hl_define" href="vst_8h.html#ab587d75cb10e7eb0422cb34b2bf302db">VST_FUNCTION_INTERFACE</a> *vst_host_callback_t)(<span class="keyword">struct</span> <a class="code hl_struct" href="structvst__effect__t.html">vst_effect_t</a>* plugin, int32_t opcode, int32_t p_int1, int64_t p_int2, <span class="keyword">const</span> <span class="keywordtype">char</span>* p_str, <span class="keywordtype">float</span> p_float);</div>
<div class="line"><a id="l00816" name="l00816"></a><span class="lineno"> 816</span> </div>
<div class="line"><a id="l00817" name="l00817"></a><span class="lineno"> 817</span><span class="comment">//------------------------------------------------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l00818" name="l00818"></a><span class="lineno"> 818</span><span class="comment">// VST Plug-in/Effect related Things</span></div>
<div class="line"><a id="l00819" name="l00819"></a><span class="lineno"> 819</span><span class="comment">//------------------------------------------------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l00820" name="l00820"></a><span class="lineno"> 820</span> </div>
<div class="line"><a id="l00821" name="l00821"></a><span class="lineno"> 821</span><span class="comment">/** Magic Number identifying a VST 2.x plug-in structure</span></div>
<div class="line"><span class="lineno"> 822</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 823</span><span class="comment"> * @sa vst_effect_t.magic_numer</span></div>
<div class="line"><span class="lineno"> 824</span><span class="comment"> */</span></div>
<div class="line"><a id="l00825" name="l00825"></a><span class="lineno"><a class="line" href="vst_8h.html#a09521790f0fb9c38d6dbd3602d621053"> 825</a></span><span class="preprocessor">#</span><span class="preprocessor">define</span> <span class="preprocessor">VST_MAGICNUMBER</span> <a class="code hl_define" href="vst_8h.html#a06c51d1e4072cbda110044ad98c1dce5">VST_FOURCC</a><span class="preprocessor">(</span><span class="stringliteral">&#39;V&#39;</span><span class="preprocessor">,</span> <span class="stringliteral">&#39;s&#39;</span><span class="preprocessor">,</span> <span class="stringliteral">&#39;t&#39;</span><span class="preprocessor">,</span> <span class="stringliteral">&#39;P&#39;</span><span class="preprocessor">)</span></div>
<div class="line"><a id="l00826" name="l00826"></a><span class="lineno"> 826</span> </div>
<div class="line"><a id="l00827" name="l00827"></a><span class="lineno"> 827</span><span class="comment">/** Default VST 2.x Sample Rate</span></div>
<div class="line"><span class="lineno"> 828</span><span class="comment"> * All VST 2.x hosts expect you to initialize your plug-in to these default values. </span></div>
<div class="line"><span class="lineno"> 829</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 830</span><span class="comment"> * @sa VST_EFFECT_OPCODE_SET_SAMPLE_RATE</span></div>
<div class="line"><span class="lineno"> 831</span><span class="comment"> */</span></div>
<div class="line"><a id="l00832" name="l00832"></a><span class="lineno"><a class="line" href="vst_8h.html#a14bd123916e582739f85d51ddab2df5b"> 832</a></span><span class="preprocessor">#</span><span class="preprocessor">define</span> <span class="preprocessor">VST_DEFAULT_SAMPLE_RATE</span> 44100.0f</div>
<div class="line"><a id="l00833" name="l00833"></a><span class="lineno"> 833</span> </div>
<div class="line"><a id="l00834" name="l00834"></a><span class="lineno"> 834</span><span class="comment">/** Default VST 2.x Block Size</span></div>
<div class="line"><span class="lineno"> 835</span><span class="comment"> * All VST 2.x hosts expect you to initialize your plug-in to these default values. </span></div>
<div class="line"><span class="lineno"> 836</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 837</span><span class="comment"> * @sa VST_EFFECT_OPCODE_SET_BLOCK_SIZE</span></div>
<div class="line"><span class="lineno"> 838</span><span class="comment"> */</span></div>
<div class="line"><a id="l00839" name="l00839"></a><span class="lineno"><a class="line" href="vst_8h.html#a888e4158d3fefe485a12f0462be4761d"> 839</a></span><span class="preprocessor">#</span><span class="preprocessor">define</span> <span class="preprocessor">VST_DEFAULT_BLOCK_SIZE</span> 1024</div>
<div class="line"><a id="l00840" name="l00840"></a><span class="lineno"> 840</span> </div>
<div class="line"><a id="l00841" name="l00841"></a><span class="lineno"> 841</span><span class="comment">/** Plug-in Categories</span></div>
<div class="line"><span class="lineno"> 842</span><span class="comment"> * Pre-defined category grouping that also affect host behavior when handling the plug-in. This is not just a UI/UX </span></div>
<div class="line"><span class="lineno"> 843</span><span class="comment"> * thing, it actually affects what plug-ins can do, so place your plug-in into the correct category.</span></div>
<div class="line"><span class="lineno"> 844</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 845</span><span class="comment"> */</span></div>
<div class="line"><a id="l00846" name="l00846"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640"> 846</a></span><span class="keyword">enum</span> <a class="code hl_enumeration" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640">VST_EFFECT_CATEGORY</a> {</div>
<div class="line"><a id="l00847" name="l00847"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640adf12507ff796a4ba7336fc2213bdab8b"> 847</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640adf12507ff796a4ba7336fc2213bdab8b">VST_EFFECT_CATEGORY_UNCATEGORIZED</a> = 0x00,</div>
<div class="line"><a id="l00848" name="l00848"></a><span class="lineno"> 848</span> </div>
<div class="line"><a id="l00849" name="l00849"></a><span class="lineno"> 849</span> <span class="comment">/** Generic Effects</span></div>
<div class="line"><span class="lineno"> 850</span><span class="comment"> * Examples: Distortion, Pitch Shift, ...</span></div>
<div class="line"><span class="lineno"> 851</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 852</span><span class="comment"> * Supports: Delay (Optional), Tail Samples, MIDI</span></div>
<div class="line"><span class="lineno"> 853</span><span class="comment"> */</span></div>
<div class="line"><a id="l00854" name="l00854"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a3593f164b8f330d78bcbfbc60c76152d"> 854</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a3593f164b8f330d78bcbfbc60c76152d">VST_EFFECT_CATEGORY_01</a> = 0x01,</div>
<div class="line"><a id="l00855" name="l00855"></a><span class="lineno"> 855</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_01 */</span></div>
<div class="line"><a id="l00856" name="l00856"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a1451deb5afcbfe3665161db3f2f3462d"> 856</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a1451deb5afcbfe3665161db3f2f3462d">VST_EFFECT_CATEGORY_EFFECT</a> = 0x01,</div>
<div class="line"><a id="l00857" name="l00857"></a><span class="lineno"> 857</span> </div>
<div class="line"><a id="l00858" name="l00858"></a><span class="lineno"> 858</span> <span class="comment">/** Instruments</span></div>
<div class="line"><span class="lineno"> 859</span><span class="comment"> * Examples: Instruments, Synths, Samplers, ...</span></div>
<div class="line"><span class="lineno"> 860</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 861</span><span class="comment"> * Supports: Delay (Optional), Tail Samples, MIDI</span></div>
<div class="line"><span class="lineno"> 862</span><span class="comment"> */</span></div>
<div class="line"><a id="l00863" name="l00863"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a170b8889b0a6390abacd045d8571a7f0"> 863</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a170b8889b0a6390abacd045d8571a7f0">VST_EFFECT_CATEGORY_02</a> = 0x02,</div>
<div class="line"><a id="l00864" name="l00864"></a><span class="lineno"> 864</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_02 */</span></div>
<div class="line"><a id="l00865" name="l00865"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ae40d9a630c4ac0371ed0fa64ef66bed8"> 865</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ae40d9a630c4ac0371ed0fa64ef66bed8">VST_EFFECT_CATEGORY_INSTRUMENT</a> = 0x02,</div>
<div class="line"><a id="l00866" name="l00866"></a><span class="lineno"> 866</span> </div>
<div class="line"><a id="l00867" name="l00867"></a><span class="lineno"> 867</span> <span class="comment">/** Metering</span></div>
<div class="line"><span class="lineno"> 868</span><span class="comment"> * Examples: Loudness Meters, Volume Analysis, ...</span></div>
<div class="line"><span class="lineno"> 869</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 870</span><span class="comment"> * Supports: Tail Samples, MIDI</span></div>
<div class="line"><span class="lineno"> 871</span><span class="comment"> * @note Delay causes crashes in some hosts. Fun.</span></div>
<div class="line"><span class="lineno"> 872</span><span class="comment"> */</span></div>
<div class="line"><a id="l00873" name="l00873"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ae3fa02f674165388efa45d827e246b2d"> 873</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ae3fa02f674165388efa45d827e246b2d">VST_EFFECT_CATEGORY_03</a> = 0x03,</div>
<div class="line"><a id="l00874" name="l00874"></a><span class="lineno"> 874</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_03 */</span></div>
<div class="line"><a id="l00875" name="l00875"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a22c042468809a03eb47ec1c5031d8af5"> 875</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a22c042468809a03eb47ec1c5031d8af5">VST_EFFECT_CATEGORY_METERING</a> = 0x03,</div>
<div class="line"><a id="l00876" name="l00876"></a><span class="lineno"> 876</span> </div>
<div class="line"><a id="l00877" name="l00877"></a><span class="lineno"> 877</span> <span class="comment">/** Mastering</span></div>
<div class="line"><span class="lineno"> 878</span><span class="comment"> * Examples: Compressors, Limiters, ...</span></div>
<div class="line"><span class="lineno"> 879</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 880</span><span class="comment"> * Supports: Delay, Tail Samples (optional), MIDI</span></div>
<div class="line"><span class="lineno"> 881</span><span class="comment"> */</span></div>
<div class="line"><a id="l00882" name="l00882"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640af6b33636652297e6cf3e1b8a944f903a"> 882</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640af6b33636652297e6cf3e1b8a944f903a">VST_EFFECT_CATEGORY_04</a> = 0x04,</div>
<div class="line"><a id="l00883" name="l00883"></a><span class="lineno"> 883</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_04 */</span></div>
<div class="line"><a id="l00884" name="l00884"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a9a6e4f55dbe2cce0c4c9f2bcbc717a9c"> 884</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a9a6e4f55dbe2cce0c4c9f2bcbc717a9c">VST_EFFECT_CATEGORY_MASTERING</a> = 0x04,</div>
<div class="line"><a id="l00885" name="l00885"></a><span class="lineno"> 885</span> </div>
<div class="line"><a id="l00886" name="l00886"></a><span class="lineno"> 886</span> <span class="comment">/** Spatializers</span></div>
<div class="line"><span class="lineno"> 887</span><span class="comment"> * Examples: Channel Panning, Expanders, ...</span></div>
<div class="line"><span class="lineno"> 888</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 889</span><span class="comment"> * Supports: Tail Samples (optional), MIDI</span></div>
<div class="line"><span class="lineno"> 890</span><span class="comment"> */</span></div>
<div class="line"><a id="l00891" name="l00891"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a8d376a476a68a0191c0dece78d1309d4"> 891</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a8d376a476a68a0191c0dece78d1309d4">VST_EFFECT_CATEGORY_05</a> = 0x05,</div>
<div class="line"><a id="l00892" name="l00892"></a><span class="lineno"> 892</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_05 */</span></div>
<div class="line"><a id="l00893" name="l00893"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a54efb58a6ba8c63e4b420983e9c09141"> 893</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a54efb58a6ba8c63e4b420983e9c09141">VST_EFFECT_CATEGORY_SPATIAL</a> = 0x05,</div>
<div class="line"><a id="l00894" name="l00894"></a><span class="lineno"> 894</span> </div>
<div class="line"><a id="l00895" name="l00895"></a><span class="lineno"> 895</span> <span class="comment">/** Delay/Echo</span></div>
<div class="line"><span class="lineno"> 896</span><span class="comment"> * Examples: Echo, Reverb, Room Simulation, Delay, ...</span></div>
<div class="line"><span class="lineno"> 897</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 898</span><span class="comment"> * Supports: Delay, Tail Samples, MIDI</span></div>
<div class="line"><span class="lineno"> 899</span><span class="comment"> */</span></div>
<div class="line"><a id="l00900" name="l00900"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a58c6835441b31a4e2ec9f63af85b4f64"> 900</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a58c6835441b31a4e2ec9f63af85b4f64">VST_EFFECT_CATEGORY_06</a> = 0x06,</div>
<div class="line"><a id="l00901" name="l00901"></a><span class="lineno"> 901</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_06 */</span></div>
<div class="line"><a id="l00902" name="l00902"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ae9e563c11bfa39740639b98b2b38a034"> 902</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ae9e563c11bfa39740639b98b2b38a034">VST_EFFECT_CATEGORY_DELAY_OR_ECHO</a> = 0x06,</div>
<div class="line"><a id="l00903" name="l00903"></a><span class="lineno"> 903</span> </div>
<div class="line"><a id="l00904" name="l00904"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a55148d3d18d28dbce9a4c917630e0211"> 904</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a55148d3d18d28dbce9a4c917630e0211">VST_EFFECT_CATEGORY_07</a> = 0x07,</div>
<div class="line"><a id="l00905" name="l00905"></a><span class="lineno"> 905</span> </div>
<div class="line"><a id="l00906" name="l00906"></a><span class="lineno"> 906</span> <span class="comment">/** Restoration</span></div>
<div class="line"><span class="lineno"> 907</span><span class="comment"> * Examples: Noise Filtering, Upsamplers, ...</span></div>
<div class="line"><span class="lineno"> 908</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 909</span><span class="comment"> * Supports: Delay, Tail Samples, MIDI </span></div>
<div class="line"><span class="lineno"> 910</span><span class="comment"> * @note Some DAWs allocate additional processing time to these.</span></div>
<div class="line"><span class="lineno"> 911</span><span class="comment"> */</span></div>
<div class="line"><a id="l00912" name="l00912"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a3c8e54e1555b1c7d47bd7a634929f00c"> 912</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a3c8e54e1555b1c7d47bd7a634929f00c">VST_EFFECT_CATEGORY_08</a> = 0x08,</div>
<div class="line"><a id="l00913" name="l00913"></a><span class="lineno"> 913</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_08 */</span></div>
<div class="line"><a id="l00914" name="l00914"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ac835fd27e522fa389bca3f20e1f2af72"> 914</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ac835fd27e522fa389bca3f20e1f2af72">VST_EFFECT_CATEGORY_RESTORATION</a> = 0x08,</div>
<div class="line"><a id="l00915" name="l00915"></a><span class="lineno"> 915</span> </div>
<div class="line"><a id="l00916" name="l00916"></a><span class="lineno"> 916</span> <span class="comment">/** Offline Processing</span></div>
<div class="line"><span class="lineno"> 917</span><span class="comment"> * Examples: Nothing </span></div>
<div class="line"><span class="lineno"> 918</span><span class="comment"> * Supports: Nothing </span></div>
<div class="line"><span class="lineno"> 919</span><span class="comment"> */</span></div>
<div class="line"><a id="l00920" name="l00920"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a53703aa02f30289d5cd241540f32de7f"> 920</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a53703aa02f30289d5cd241540f32de7f">VST_EFFECT_CATEGORY_09</a> = 0x09,</div>
<div class="line"><a id="l00921" name="l00921"></a><span class="lineno"> 921</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_09 */</span></div>
<div class="line"><a id="l00922" name="l00922"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a6420501083ada6c9eca7d0ebb61f0a31"> 922</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a6420501083ada6c9eca7d0ebb61f0a31">VST_EFFECT_CATEGORY_OFFLINE</a> = 0x09, <span class="comment">// Offline Processing VST? Seems to receive all audio data prior to playback.</span></div>
<div class="line"><a id="l00923" name="l00923"></a><span class="lineno"> 923</span> </div>
<div class="line"><a id="l00924" name="l00924"></a><span class="lineno"> 924</span> <span class="comment">/** Container Plug-in</span></div>
<div class="line"><span class="lineno"> 925</span><span class="comment"> * This plug-in contains multiple effects in one and requires special handling on both sides.</span></div>
<div class="line"><span class="lineno"> 926</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 927</span><span class="comment"> * Host handling:</span></div>
<div class="line"><span class="lineno"> 928</span><span class="comment"> * @code{.c}</span></div>
<div class="line"><span class="lineno"> 929</span><span class="comment"> * uint32_t current_select_id;</span></div>
<div class="line"><span class="lineno"> 930</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 931</span><span class="comment"> * // ... in intptr_t vst_host_callback(vst_effect_t* plugin, VST_HOST_OPCODE opcode, ...)</span></div>
<div class="line"><span class="lineno"> 932</span><span class="comment"> * case VST_HOST_OPCODE_SUPPORTS: {</span></div>
<div class="line"><span class="lineno"> 933</span><span class="comment"> * char* text = (char*)p_ptr;</span></div>
<div class="line"><span class="lineno"> 934</span><span class="comment"> * // The plug-in may ask the host if it even supports containers at all and changes behavior if we don&#39;t.</span></div>
<div class="line"><span class="lineno"> 935</span><span class="comment"> * if (text &amp;&amp; strcmp(text, vst_host_supports.shellCategory) == 0) {</span></div>
<div class="line"><span class="lineno"> 936</span><span class="comment"> * return VST_STATUS_TRUE;</span></div>
<div class="line"><span class="lineno"> 937</span><span class="comment"> * }</span></div>
<div class="line"><span class="lineno"> 938</span><span class="comment"> * }</span></div>
<div class="line"><span class="lineno"> 939</span><span class="comment"> * case VST_HOST_OPCODE_CURRENT_EFFECT_ID:</span></div>
<div class="line"><span class="lineno"> 940</span><span class="comment"> * return current_selected_id;</span></div>
<div class="line"><span class="lineno"> 941</span><span class="comment"> * // ...</span></div>
<div class="line"><span class="lineno"> 942</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 943</span><span class="comment"> * // ... in whatever you use to load plug-ins ...</span></div>
<div class="line"><span class="lineno"> 944</span><span class="comment"> * current_select_id;</span></div>
<div class="line"><span class="lineno"> 945</span><span class="comment"> * vst_effect_t* plugin = plugin_main(&amp;vst_host_callback);</span></div>
<div class="line"><span class="lineno"> 946</span><span class="comment"> * int32_t plugin_category = plugin-&gt;control(plugin, VST_EFFECT_OPCODE_CATEGORY, 0, 0, 0, 0)</span></div>
<div class="line"><span class="lineno"> 947</span><span class="comment"> * if (plugin_category == VST_EFFECT_CATEGORY_CONTAINER) {</span></div>
<div class="line"><span class="lineno"> 948</span><span class="comment"> * char effect_name[VST_BUFFER_SIZE_EFFECT_NAME] effect_name;</span></div>
<div class="line"><span class="lineno"> 949</span><span class="comment"> * int32_t effect_id;</span></div>
<div class="line"><span class="lineno"> 950</span><span class="comment"> * // Iterate over all contained effects.</span></div>
<div class="line"><span class="lineno"> 951</span><span class="comment"> * while ((effect_id = plugin-&gt;control(plugin, VST_EFFECT_OPCODE_CONTAINER_NEXT_EFFECT_ID, 0, 0, effect_name, 0)) != 0) {</span></div>
<div class="line"><span class="lineno"> 952</span><span class="comment"> * // Contained effects must be named as far as I can tell.</span></div>
<div class="line"><span class="lineno"> 953</span><span class="comment"> * if (effect_name[0] != 0) {</span></div>
<div class="line"><span class="lineno"> 954</span><span class="comment"> * // Do some logic that does the necessary things to list these in the host.</span></div>
<div class="line"><span class="lineno"> 955</span><span class="comment"> * }</span></div>
<div class="line"><span class="lineno"> 956</span><span class="comment"> * }</span></div>
<div class="line"><span class="lineno"> 957</span><span class="comment"> * } else {</span></div>
<div class="line"><span class="lineno"> 958</span><span class="comment"> * // Do things to list only this plugin in the host.</span></div>
<div class="line"><span class="lineno"> 959</span><span class="comment"> * }</span></div>
<div class="line"><span class="lineno"> 960</span><span class="comment"> * // ...</span></div>
<div class="line"><span class="lineno"> 961</span><span class="comment"> * @endcode</span></div>
<div class="line"><span class="lineno"> 962</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 963</span><span class="comment"> * Plug-in handling:</span></div>
<div class="line"><span class="lineno"> 964</span><span class="comment"> * @code{.c}</span></div>
<div class="line"><span class="lineno"> 965</span><span class="comment"> * // ... in vst_effect for the container</span></div>
<div class="line"><span class="lineno"> 966</span><span class="comment"> * size_t current_effect_idx;</span></div>
<div class="line"><span class="lineno"> 967</span><span class="comment"> * int32_t effect_list[] = {</span></div>
<div class="line"><span class="lineno"> 968</span><span class="comment"> * // ... list of effect ids.</span></div>
<div class="line"><span class="lineno"> 969</span><span class="comment"> * }</span></div>
<div class="line"><span class="lineno"> 970</span><span class="comment"> * // ... in control(...)</span></div>
<div class="line"><span class="lineno"> 971</span><span class="comment"> * case VST_EFFECT_OPCODE_CONTAINER_NEXT_EFFECT_ID:</span></div>
<div class="line"><span class="lineno"> 972</span><span class="comment"> * // Make sure current_effect_idx doesn&#39;t exceed the maximum.</span></div>
<div class="line"><span class="lineno"> 973</span><span class="comment"> * if (current_effect_idx &gt; ARRAYSIZEOF(effect_list)) {</span></div>
<div class="line"><span class="lineno"> 974</span><span class="comment"> * current_effect_idx;</span></div>
<div class="line"><span class="lineno"> 975</span><span class="comment"> * return 0;</span></div>
<div class="line"><span class="lineno"> 976</span><span class="comment"> * }</span></div>
<div class="line"><span class="lineno"> 977</span><span class="comment"> * // Some code that turns effect indices into names to store into p_ptr.</span></div>
<div class="line"><span class="lineno"> 978</span><span class="comment"> * return effect_list[current_effect_idx++]; // Return the effect id.</span></div>
<div class="line"><span class="lineno"> 979</span><span class="comment"> * // ...</span></div>
<div class="line"><span class="lineno"> 980</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 981</span><span class="comment"> * VST_ENTRYPOINT {</span></div>
<div class="line"><span class="lineno"> 982</span><span class="comment"> * // Ensure the host VST 2.x compatible.</span></div>
<div class="line"><span class="lineno"> 983</span><span class="comment"> * int32_t vst_version = callback(nullptr, VST_HOST_OPCODE_VST_VERSION, 0, 0, 0, 0);</span></div>
<div class="line"><span class="lineno"> 984</span><span class="comment"> * if (vst_version == 0) {</span></div>
<div class="line"><span class="lineno"> 985</span><span class="comment"> * return 0; // It&#39;s not so we exit early.</span></div>
<div class="line"><span class="lineno"> 986</span><span class="comment"> * }</span></div>
<div class="line"><span class="lineno"> 987</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 988</span><span class="comment"> * // Check if the host wants </span></div>
<div class="line"><span class="lineno"> 989</span><span class="comment"> * int32_t effect_id = callback(nullptr, VST_HOST_OPCODE_CURRENT_EFFECT_ID, 0, 0, 0);</span></div>
<div class="line"><span class="lineno"> 990</span><span class="comment"> * if (effect_id == 0) {</span></div>
<div class="line"><span class="lineno"> 991</span><span class="comment"> * // ... logic specific to making the container.</span></div>
<div class="line"><span class="lineno"> 992</span><span class="comment"> * return new vst_container_effect();</span></div>
<div class="line"><span class="lineno"> 993</span><span class="comment"> * } else {</span></div>
<div class="line"><span class="lineno"> 994</span><span class="comment"> * // ... logic specific to make sub effects</span></div>
<div class="line"><span class="lineno"> 995</span><span class="comment"> * return new vst_sub_effect();</span></div>
<div class="line"><span class="lineno"> 996</span><span class="comment"> * }</span></div>
<div class="line"><span class="lineno"> 997</span><span class="comment"> * }</span></div>
<div class="line"><span class="lineno"> 998</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 999</span><span class="comment"> * // ...</span></div>
<div class="line"><span class="lineno"> 1000</span><span class="comment"> * @endcode</span></div>
<div class="line"><span class="lineno"> 1001</span><span class="comment"> */</span></div>
<div class="line"><a id="l01002" name="l01002"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a01ae0cc6ff7e1a2ad61fffee0c20463a"> 1002</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a01ae0cc6ff7e1a2ad61fffee0c20463a">VST_EFFECT_CATEGORY_0A</a> = 0x0A,</div>
<div class="line"><a id="l01003" name="l01003"></a><span class="lineno"> 1003</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_0A */</span></div>
<div class="line"><a id="l01004" name="l01004"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640afe90e5f201f698e238ab1efb144047d8"> 1004</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640afe90e5f201f698e238ab1efb144047d8">VST_EFFECT_CATEGORY_CONTAINER</a> = 0x0A,</div>
<div class="line"><a id="l01005" name="l01005"></a><span class="lineno"> 1005</span> </div>
<div class="line"><a id="l01006" name="l01006"></a><span class="lineno"> 1006</span> <span class="comment">/** Waveform Generators</span></div>
<div class="line"><span class="lineno"> 1007</span><span class="comment"> * Examples: Sine Wave Generator, ... </span></div>
<div class="line"><span class="lineno"> 1008</span><span class="comment"> * Supports: Delay, Tail Samples </span></div>
<div class="line"><span class="lineno"> 1009</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1010</span><span class="comment"> * I don&#39;t know why this exists, there&#39;s only one plug-in that has it and all it does is generate a 400hz sine wave.</span></div>
<div class="line"><span class="lineno"> 1011</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1012</span><span class="comment"> * @sa VST_EFFECT_CATEGORY_INSTRUMENT</span></div>
<div class="line"><span class="lineno"> 1013</span><span class="comment"> */</span></div>
<div class="line"><a id="l01014" name="l01014"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a6af6ab04f607e67021c695606d6a88ed"> 1014</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a6af6ab04f607e67021c695606d6a88ed">VST_EFFECT_CATEGORY_0B</a> = 0x0B,</div>
<div class="line"><a id="l01015" name="l01015"></a><span class="lineno"> 1015</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_0B */</span></div>
<div class="line"><a id="l01016" name="l01016"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a3f5452fe0da6e02908716453bf599f58"> 1016</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a3f5452fe0da6e02908716453bf599f58">VST_EFFECT_CATEGORY_WAVEGENERATOR</a> = 0x0B,</div>
<div class="line"><a id="l01017" name="l01017"></a><span class="lineno"> 1017</span> </div>
<div class="line"><a id="l01018" name="l01018"></a><span class="lineno"> 1018</span> <span class="comment">/** @private */</span></div>
<div class="line"><a id="l01019" name="l01019"></a><span class="lineno"> 1019</span> VST_EFFECT_CATEGORY_MAX, <span class="comment">// Not part of specification, marks maximum category.</span></div>
<div class="line"><a id="l01020" name="l01020"></a><span class="lineno"> 1020</span> </div>
<div class="line"><a id="l01021" name="l01021"></a><span class="lineno"> 1021</span> <span class="comment">/** @private */</span></div>
<div class="line"><a id="l01022" name="l01022"></a><span class="lineno"> 1022</span> _VST_EFFECT_CATEGORY_PAD = 0xFFFFFFFFul,</div>
<div class="line"><a id="l01023" name="l01023"></a><span class="lineno"> 1023</span>};</div>
<div class="line"><a id="l01024" name="l01024"></a><span class="lineno"> 1024</span> </div>
<div class="line"><a id="l01025" name="l01025"></a><span class="lineno"> 1025</span><span class="comment">/** Effect Flags</span></div>
<div class="line"><span class="lineno"> 1026</span><span class="comment"> */</span></div>
<div class="line"><a id="l01027" name="l01027"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2"> 1027</a></span><span class="keyword">enum</span> <a class="code hl_enumeration" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2">VST_EFFECT_FLAG</a> {</div>
<div class="line"><a id="l01028" name="l01028"></a><span class="lineno"> 1028</span> <span class="comment">/** Effect provides a custom editor.</span></div>
<div class="line"><span class="lineno"> 1029</span><span class="comment"> * The host will not provide a generic editor interface and expects @ref VST_EFFECT_OPCODE_EDITOR_OPEN and </span></div>
<div class="line"><span class="lineno"> 1030</span><span class="comment"> * @ref VST_EFFECT_OPCODE_EDITOR_CLOSE to work as expected. We are in charge of notifying the host about various</span></div>
<div class="line"><span class="lineno"> 1031</span><span class="comment"> * things like which parameter is in focus and stuff.</span></div>
<div class="line"><span class="lineno"> 1032</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1033</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EDITOR_GET_RECT</span></div>
<div class="line"><span class="lineno"> 1034</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EDITOR_OPEN</span></div>
<div class="line"><span class="lineno"> 1035</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EDITOR_CLOSE</span></div>
<div class="line"><span class="lineno"> 1036</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EDITOR_DRAW</span></div>
<div class="line"><span class="lineno"> 1037</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EDITOR_MOUSE</span></div>
<div class="line"><span class="lineno"> 1038</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EDITOR_KEYBOARD</span></div>
<div class="line"><span class="lineno"> 1039</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EDITOR_KEEP_ALIVE</span></div>
<div class="line"><span class="lineno"> 1040</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EDITOR_VKEY_DOWN</span></div>
<div class="line"><span class="lineno"> 1041</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EDITOR_VKEY_UP</span></div>
<div class="line"><span class="lineno"> 1042</span><span class="comment"> * @sa VST_HOST_OPCODE_EDITOR_UPDATE</span></div>
<div class="line"><span class="lineno"> 1043</span><span class="comment"> * @sa VST_HOST_OPCODE_PARAM_START_EDIT</span></div>
<div class="line"><span class="lineno"> 1044</span><span class="comment"> * @sa VST_HOST_OPCODE_PARAM_STOP_EDIT</span></div>
<div class="line"><span class="lineno"> 1045</span><span class="comment"> * @sa VST_HOST_OPCODE_PARAM_UPDATE</span></div>
<div class="line"><span class="lineno"> 1046</span><span class="comment"> */</span></div>
<div class="line"><a id="l01047" name="l01047"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2aaa9de5eb546808152ee9108be574be5e"> 1047</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2aaa9de5eb546808152ee9108be574be5e">VST_EFFECT_FLAG_1ls0</a> = 1 &lt;&lt; 0,</div>
<div class="line"><a id="l01048" name="l01048"></a><span class="lineno"> 1048</span> <span class="comment">/** @sa VST_EFFECT_FLAG_1ls0 */</span></div>
<div class="line"><a id="l01049" name="l01049"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a8fffe35d5bbfb226cb49b38ceed4c69e"> 1049</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a8fffe35d5bbfb226cb49b38ceed4c69e">VST_EFFECT_FLAG_EDITOR</a> = 1 &lt;&lt; 0,</div>
<div class="line"><a id="l01050" name="l01050"></a><span class="lineno"> 1050</span> </div>
<div class="line"><a id="l01051" name="l01051"></a><span class="lineno"> 1051</span> <span class="comment">//1 &lt;&lt; 1,</span></div>
<div class="line"><a id="l01052" name="l01052"></a><span class="lineno"> 1052</span> <span class="comment">//1 &lt;&lt; 2, // Only seen when the plug-in responds to VST_EFFECT_OPCODE_09. Seems to be ignored by hosts entirely.</span></div>
<div class="line"><a id="l01053" name="l01053"></a><span class="lineno"> 1053</span> <span class="comment">//1 &lt;&lt; 3, // Only seen when the plug-in behaves differently in mono mode. Seems to be ignored by hosts entirely.</span></div>
<div class="line"><a id="l01054" name="l01054"></a><span class="lineno"> 1054</span> </div>
<div class="line"><a id="l01055" name="l01055"></a><span class="lineno"> 1055</span> <span class="comment">/** Effect uses process_float.</span></div>
<div class="line"><span class="lineno"> 1056</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1057</span><span class="comment"> * @sa vst_effect_t.process_float</span></div>
<div class="line"><span class="lineno"> 1058</span><span class="comment"> * @sa vst_effect_process_float_t</span></div>
<div class="line"><span class="lineno"> 1059</span><span class="comment"> * @deprecated (VST 2.4) Must be set in VST 2.4 and later or the host should fail to load the plug-in.</span></div>
<div class="line"><span class="lineno"> 1060</span><span class="comment"> */</span></div>
<div class="line"><a id="l01061" name="l01061"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a6f2060577477e37993b691d74e38338e"> 1061</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a6f2060577477e37993b691d74e38338e">VST_EFFECT_FLAG_1ls4</a> = 1 &lt;&lt; 4,</div>
<div class="line"><a id="l01062" name="l01062"></a><span class="lineno"> 1062</span> <span class="comment">/** @sa VST_EFFECT_FLAG_1ls4 */</span></div>
<div class="line"><a id="l01063" name="l01063"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a964c20a8c667cdc9e2f1e4cafb09ebea"> 1063</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a964c20a8c667cdc9e2f1e4cafb09ebea">VST_EFFECT_FLAG_SUPPORTS_FLOAT</a> = 1 &lt;&lt; 4,</div>
<div class="line"><a id="l01064" name="l01064"></a><span class="lineno"> 1064</span> </div>
<div class="line"><a id="l01065" name="l01065"></a><span class="lineno"> 1065</span> <span class="comment">/** Effect supports saving/loading programs/banks from unformatted chunk data.</span></div>
<div class="line"><span class="lineno"> 1066</span><span class="comment"> * When not set some sort of format is expected that I&#39;ve yet to decipher.</span></div>
<div class="line"><span class="lineno"> 1067</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1068</span><span class="comment"> * @sa VST_EFFECT_OPCODE_GET_CHUNK_DATA</span></div>
<div class="line"><span class="lineno"> 1069</span><span class="comment"> * @sa VST_EFFECT_OPCODE_SET_CHUNK_DATA</span></div>
<div class="line"><span class="lineno"> 1070</span><span class="comment"> */</span></div>
<div class="line"><a id="l01071" name="l01071"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a79e5a06ff6922bf42ab654c22aea5c9d"> 1071</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a79e5a06ff6922bf42ab654c22aea5c9d">VST_EFFECT_FLAG_1ls5</a> = 1 &lt;&lt; 5,</div>
<div class="line"><a id="l01072" name="l01072"></a><span class="lineno"> 1072</span> <span class="comment">/** @sa VST_EFFECT_FLAG_1ls5 */</span></div>
<div class="line"><a id="l01073" name="l01073"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a5fc027349a4753cd652a3db32c604923"> 1073</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a5fc027349a4753cd652a3db32c604923">VST_EFFECT_FLAG_CHUNKS</a> = 1 &lt;&lt; 5,</div>
<div class="line"><a id="l01074" name="l01074"></a><span class="lineno"> 1074</span> </div>
<div class="line"><a id="l01075" name="l01075"></a><span class="lineno"> 1075</span> <span class="comment">//1 &lt;&lt; 6,</span></div>
<div class="line"><a id="l01076" name="l01076"></a><span class="lineno"> 1076</span> <span class="comment">//1 &lt;&lt; 7,</span></div>
<div class="line"><a id="l01077" name="l01077"></a><span class="lineno"> 1077</span> </div>
<div class="line"><a id="l01078" name="l01078"></a><span class="lineno"> 1078</span> <span class="comment">/** Effect is an Instrument/Generator</span></div>
<div class="line"><span class="lineno"> 1079</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1080</span><span class="comment"> * This must be set in addition to @ref VST_EFFECT_CATEGORY_INSTRUMENT otherwise instruments don&#39;t work right.</span></div>
<div class="line"><span class="lineno"> 1081</span><span class="comment"> * @note (VST 2.x) Flag is new to VST 2.x and later.</span></div>
<div class="line"><span class="lineno"> 1082</span><span class="comment"> */</span></div>
<div class="line"><a id="l01083" name="l01083"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2ad7b6274b27655a70115bbc8870cc7134"> 1083</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2ad7b6274b27655a70115bbc8870cc7134">VST_EFFECT_FLAG_1ls8</a> = 1 &lt;&lt; 8,</div>
<div class="line"><a id="l01084" name="l01084"></a><span class="lineno"> 1084</span> <span class="comment">/** @sa VST_EFFECT_FLAG_1ls8 */</span></div>
<div class="line"><a id="l01085" name="l01085"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2ab0d40d94d4980e29a9ea801126aa0724"> 1085</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2ab0d40d94d4980e29a9ea801126aa0724">VST_EFFECT_FLAG_INSTRUMENT</a> = 1 &lt;&lt; 8,</div>
<div class="line"><a id="l01086" name="l01086"></a><span class="lineno"> 1086</span> </div>
<div class="line"><a id="l01087" name="l01087"></a><span class="lineno"> 1087</span> <span class="comment">/** Effect does not produce tail samples when the input is silent.</span></div>
<div class="line"><span class="lineno"> 1088</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1089</span><span class="comment"> * Not to be confused with choosing to tell the host there is no tail.</span></div>
<div class="line"><span class="lineno"> 1090</span><span class="comment"> * @sa VST_EFFECT_OPCODE_GET_TAIL_SAMPLES</span></div>
<div class="line"><span class="lineno"> 1091</span><span class="comment"> * @note (VST 2.x) Flag is new to VST 2.x and later.</span></div>
<div class="line"><span class="lineno"> 1092</span><span class="comment"> */</span></div>
<div class="line"><a id="l01093" name="l01093"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a2d63f0f26034c959c825bcdc9965664b"> 1093</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a2d63f0f26034c959c825bcdc9965664b">VST_EFFECT_FLAG_1ls9</a> = 1 &lt;&lt; 9,</div>
<div class="line"><a id="l01094" name="l01094"></a><span class="lineno"> 1094</span> <span class="comment">/** @sa VST_EFFECT_FLAG_1ls9 */</span></div>
<div class="line"><a id="l01095" name="l01095"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a1d45409a42cfbabcb46e96cfac87b605"> 1095</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a1d45409a42cfbabcb46e96cfac87b605">VST_EFFECT_FLAG_SILENT_TAIL</a> = 1 &lt;&lt; 9,</div>
<div class="line"><a id="l01096" name="l01096"></a><span class="lineno"> 1096</span> </div>
<div class="line"><a id="l01097" name="l01097"></a><span class="lineno"> 1097</span> <span class="comment">//1 &lt;&lt; 10,</span></div>
<div class="line"><a id="l01098" name="l01098"></a><span class="lineno"> 1098</span> <span class="comment">//1 &lt;&lt; 11,</span></div>
<div class="line"><a id="l01099" name="l01099"></a><span class="lineno"> 1099</span> </div>
<div class="line"><a id="l01100" name="l01100"></a><span class="lineno"> 1100</span> <span class="comment">/** Effect supports process_double.</span></div>
<div class="line"><span class="lineno"> 1101</span><span class="comment"> * The host can freely choose between process_float and process_double as required.</span></div>
<div class="line"><span class="lineno"> 1102</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1103</span><span class="comment"> * @note (VST 2.4) Available in VST 2.4 and later only.</span></div>
<div class="line"><span class="lineno"> 1104</span><span class="comment"> * @sa vst_effect_t.process_double</span></div>
<div class="line"><span class="lineno"> 1105</span><span class="comment"> * @sa vst_effect_process_double_t</span></div>
<div class="line"><span class="lineno"> 1106</span><span class="comment"> */</span></div>
<div class="line"><a id="l01107" name="l01107"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2ac2c10295b780a1cd83d3ee18a80f3c98"> 1107</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2ac2c10295b780a1cd83d3ee18a80f3c98">VST_EFFECT_FLAG_1ls12</a> = 1 &lt;&lt; 12,</div>
<div class="line"><a id="l01108" name="l01108"></a><span class="lineno"> 1108</span> <span class="comment">/** @sa VST_EFFECT_FLAG_1ls12 */</span></div>
<div class="line"><a id="l01109" name="l01109"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2aea46bf041602110f77aa69c221027dc6"> 1109</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2aea46bf041602110f77aa69c221027dc6">VST_EFFECT_FLAG_SUPPORTS_DOUBLE</a> = 1 &lt;&lt; 12,</div>
<div class="line"><a id="l01110" name="l01110"></a><span class="lineno"> 1110</span>};</div>
<div class="line"><a id="l01111" name="l01111"></a><span class="lineno"> 1111</span> </div>
<div class="line"><a id="l01112" name="l01112"></a><span class="lineno"> 1112</span><span class="comment">/** Host to Plug-in Op-Codes</span></div>
<div class="line"><span class="lineno"> 1113</span><span class="comment"> * These Op-Codes are emitted by the host and we must either handle them or return 0 (false).</span></div>
<div class="line"><span class="lineno"> 1114</span><span class="comment"> */</span></div>
<div class="line"><a id="l01115" name="l01115"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696"> 1115</a></span><span class="keyword">enum</span> <a class="code hl_enumeration" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696">VST_EFFECT_OPCODE</a> {</div>
<div class="line"><a id="l01116" name="l01116"></a><span class="lineno"> 1116</span> <span class="comment">/** Create/Initialize the effect (if it has not been created already).</span></div>
<div class="line"><span class="lineno"> 1117</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1118</span><span class="comment"> * @return Always 0.</span></div>
<div class="line"><span class="lineno"> 1119</span><span class="comment"> */</span></div>
<div class="line"><a id="l01120" name="l01120"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7f9d8bdbd570f414c792d48224128084"> 1120</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7f9d8bdbd570f414c792d48224128084">VST_EFFECT_OPCODE_00</a> = 0x00,</div>
<div class="line"><a id="l01121" name="l01121"></a><span class="lineno"> 1121</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_00 */</span></div>
<div class="line"><a id="l01122" name="l01122"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a25104bc276059e7a343ccd780f5f928c"> 1122</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a25104bc276059e7a343ccd780f5f928c">VST_EFFECT_OPCODE_CREATE</a> = 0x00,</div>
<div class="line"><a id="l01123" name="l01123"></a><span class="lineno"> 1123</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_00 */</span></div>
<div class="line"><a id="l01124" name="l01124"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac0cde9776b07b0861f53ca79f38a4a7d"> 1124</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac0cde9776b07b0861f53ca79f38a4a7d">VST_EFFECT_OPCODE_INITIALIZE</a> = 0x00,</div>
<div class="line"><a id="l01125" name="l01125"></a><span class="lineno"> 1125</span> </div>
<div class="line"><a id="l01126" name="l01126"></a><span class="lineno"> 1126</span> <span class="comment">/** Destroy the effect (if there is any) and free its memory.</span></div>
<div class="line"><span class="lineno"> 1127</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1128</span><span class="comment"> * This should destroy the actual object created by VST_ENTRYPOINT.</span></div>
<div class="line"><span class="lineno"> 1129</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1130</span><span class="comment"> * @return Always 0.</span></div>
<div class="line"><span class="lineno"> 1131</span><span class="comment"> */</span></div>
<div class="line"><a id="l01132" name="l01132"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a35b1923882b8fe15e64ea528f222bf28"> 1132</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a35b1923882b8fe15e64ea528f222bf28">VST_EFFECT_OPCODE_01</a> = 0x01,</div>
<div class="line"><a id="l01133" name="l01133"></a><span class="lineno"> 1133</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_01 */</span></div>
<div class="line"><a id="l01134" name="l01134"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5f52e8e69547b27eaa15467ebe487691"> 1134</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5f52e8e69547b27eaa15467ebe487691">VST_EFFECT_OPCODE_DESTROY</a> = 0x01,</div>
<div class="line"><a id="l01135" name="l01135"></a><span class="lineno"> 1135</span> </div>
<div class="line"><a id="l01136" name="l01136"></a><span class="lineno"> 1136</span> <span class="comment">/** Set which program number is currently select.</span></div>
<div class="line"><span class="lineno"> 1137</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1138</span><span class="comment"> * @param p_int2 The program number to set. Can be negative for some reason.</span></div>
<div class="line"><span class="lineno"> 1139</span><span class="comment"> */</span></div>
<div class="line"><a id="l01140" name="l01140"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a655fff17c355774d6d41a97511b2a2dd"> 1140</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a655fff17c355774d6d41a97511b2a2dd">VST_EFFECT_OPCODE_02</a> = 0x02,</div>
<div class="line"><a id="l01141" name="l01141"></a><span class="lineno"> 1141</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_02 */</span></div>
<div class="line"><a id="l01142" name="l01142"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa1bb6fd2f2f591175e6d0bc10a708570"> 1142</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa1bb6fd2f2f591175e6d0bc10a708570">VST_EFFECT_OPCODE_SET_PROGRAM</a> = 0x02,</div>
<div class="line"><a id="l01143" name="l01143"></a><span class="lineno"> 1143</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_02 */</span></div>
<div class="line"><a id="l01144" name="l01144"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af6ad25fcb7a520eed4a4b6b4d923286b"> 1144</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af6ad25fcb7a520eed4a4b6b4d923286b">VST_EFFECT_OPCODE_PROGRAM_SET</a> = 0x02,</div>
<div class="line"><a id="l01145" name="l01145"></a><span class="lineno"> 1145</span> </div>
<div class="line"><a id="l01146" name="l01146"></a><span class="lineno"> 1146</span> <span class="comment">/** Get currently selected program number.</span></div>
<div class="line"><span class="lineno"> 1147</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1148</span><span class="comment"> * @return The currently set program number. Can be negative for some reason.</span></div>
<div class="line"><span class="lineno"> 1149</span><span class="comment"> */</span></div>
<div class="line"><a id="l01150" name="l01150"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a13391c0fcd9d60aaf5d54dc85545bdc3"> 1150</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a13391c0fcd9d60aaf5d54dc85545bdc3">VST_EFFECT_OPCODE_03</a> = 0x03,</div>
<div class="line"><a id="l01151" name="l01151"></a><span class="lineno"> 1151</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_03 */</span></div>
<div class="line"><a id="l01152" name="l01152"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5b65cc86a93b938e0226a0ba8c14cda6"> 1152</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5b65cc86a93b938e0226a0ba8c14cda6">VST_EFFECT_OPCODE_GET_PROGRAM</a> = 0x03,</div>
<div class="line"><a id="l01153" name="l01153"></a><span class="lineno"> 1153</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_03 */</span></div>
<div class="line"><a id="l01154" name="l01154"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a338bb1fa24da671c9305fc910b0aa538"> 1154</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a338bb1fa24da671c9305fc910b0aa538">VST_EFFECT_OPCODE_PROGRAM_GET</a> = 0x03,</div>
<div class="line"><a id="l01155" name="l01155"></a><span class="lineno"> 1155</span> </div>
<div class="line"><a id="l01156" name="l01156"></a><span class="lineno"> 1156</span> <span class="comment">/** Set the name of the currently selected program.</span></div>
<div class="line"><span class="lineno"> 1157</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1158</span><span class="comment"> * @param p_ptr `const char[VST_BUFFER_SIZE_PROGRAM_NAME]` Zero terminated string.</span></div>
<div class="line"><span class="lineno"> 1159</span><span class="comment"> */</span></div>
<div class="line"><a id="l01160" name="l01160"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3cf4e67e210c7ef7c76c0e442f1aac58"> 1160</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3cf4e67e210c7ef7c76c0e442f1aac58">VST_EFFECT_OPCODE_04</a> = 0x04,</div>
<div class="line"><a id="l01161" name="l01161"></a><span class="lineno"> 1161</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_04 */</span></div>
<div class="line"><a id="l01162" name="l01162"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af1cbd93ca7d2f2ff464d73882e6d5e06"> 1162</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af1cbd93ca7d2f2ff464d73882e6d5e06">VST_EFFECT_OPCODE_SET_PROGRAM_NAME</a> = 0x04,</div>
<div class="line"><a id="l01163" name="l01163"></a><span class="lineno"> 1163</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_04 */</span></div>
<div class="line"><a id="l01164" name="l01164"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a2be7d3ce8eb41adb6b6eec6586bd186c"> 1164</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a2be7d3ce8eb41adb6b6eec6586bd186c">VST_EFFECT_OPCODE_PROGRAM_SET_NAME</a> = 0x04,</div>
<div class="line"><a id="l01165" name="l01165"></a><span class="lineno"> 1165</span> </div>
<div class="line"><a id="l01166" name="l01166"></a><span class="lineno"> 1166</span> <span class="comment">/** Get the name of the currently selected program.</span></div>
<div class="line"><span class="lineno"> 1167</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1168</span><span class="comment"> * @param p_ptr `char[VST_BUFFER_SIZE_PROGRAM_NAME]` Zero terminated string.</span></div>
<div class="line"><span class="lineno"> 1169</span><span class="comment"> */</span></div>
<div class="line"><a id="l01170" name="l01170"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4c0d620671bc8a107dc30f23bc9e7ad4"> 1170</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4c0d620671bc8a107dc30f23bc9e7ad4">VST_EFFECT_OPCODE_05</a> = 0x05,</div>
<div class="line"><a id="l01171" name="l01171"></a><span class="lineno"> 1171</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_05 */</span></div>
<div class="line"><a id="l01172" name="l01172"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9a240fa6409997e4c38525e30ce5abe8"> 1172</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9a240fa6409997e4c38525e30ce5abe8">VST_EFFECT_OPCODE_GET_PROGRAM_NAME</a> = 0x05,</div>
<div class="line"><a id="l01173" name="l01173"></a><span class="lineno"> 1173</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_05 */</span></div>
<div class="line"><a id="l01174" name="l01174"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a778062b13948fc9e7fc6180033881dba"> 1174</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a778062b13948fc9e7fc6180033881dba">VST_EFFECT_OPCODE_PROGRAM_GET_NAME</a> = 0x05,</div>
<div class="line"><a id="l01175" name="l01175"></a><span class="lineno"> 1175</span> </div>
<div class="line"><a id="l01176" name="l01176"></a><span class="lineno"> 1176</span> <span class="comment">/** Get the value? label for the parameter.</span></div>
<div class="line"><span class="lineno"> 1177</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1178</span><span class="comment"> * @param p_int1 Parameter index.</span></div>
<div class="line"><span class="lineno"> 1179</span><span class="comment"> * @param p_ptr &#39;char[VST_BUFFER_SIZE_PARAM_LABEL]&#39; Zero terminated string.</span></div>
<div class="line"><span class="lineno"> 1180</span><span class="comment"> * @return 0 on success, 1 on failure.</span></div>
<div class="line"><span class="lineno"> 1181</span><span class="comment"> */</span></div>
<div class="line"><a id="l01182" name="l01182"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a2f57546988b54ac4ec8104867f62bff2"> 1182</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a2f57546988b54ac4ec8104867f62bff2">VST_EFFECT_OPCODE_06</a> = 0x06,</div>
<div class="line"><a id="l01183" name="l01183"></a><span class="lineno"> 1183</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_06 */</span></div>
<div class="line"><a id="l01184" name="l01184"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a0e3de8f372560069c28fd8adadb902ca"> 1184</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a0e3de8f372560069c28fd8adadb902ca">VST_EFFECT_OPCODE_PARAM_GETLABEL</a> = 0x06,</div>
<div class="line"><a id="l01185" name="l01185"></a><span class="lineno"> 1185</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_06 */</span></div>
<div class="line"><a id="l01186" name="l01186"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ab8213ce293a2c3a4bcb3492dc5d2e4d1"> 1186</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ab8213ce293a2c3a4bcb3492dc5d2e4d1">VST_EFFECT_OPCODE_PARAM_GET_LABEL</a> = 0x06,</div>
<div class="line"><a id="l01187" name="l01187"></a><span class="lineno"> 1187</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_06 */</span></div>
<div class="line"><a id="l01188" name="l01188"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a88feaf3bf0f426d842fafb9e8ac0d947"> 1188</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a88feaf3bf0f426d842fafb9e8ac0d947">VST_EFFECT_OPCODE_PARAM_LABEL</a> = 0x06,</div>
<div class="line"><a id="l01189" name="l01189"></a><span class="lineno"> 1189</span> </div>
<div class="line"><a id="l01190" name="l01190"></a><span class="lineno"> 1190</span> <span class="comment">/** Get the string representing the value for the parameter.</span></div>
<div class="line"><span class="lineno"> 1191</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1192</span><span class="comment"> * @param p_int1 Parameter index.</span></div>
<div class="line"><span class="lineno"> 1193</span><span class="comment"> * @param p_ptr &#39;char[VST_BUFFER_SIZE_PARAM_VALUE]&#39; Zero terminated string.</span></div>
<div class="line"><span class="lineno"> 1194</span><span class="comment"> * @return 0 on success, 1 on failure.</span></div>
<div class="line"><span class="lineno"> 1195</span><span class="comment"> */</span></div>
<div class="line"><a id="l01196" name="l01196"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9dcecaf860d1a927a047a3fe3e0558cf"> 1196</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9dcecaf860d1a927a047a3fe3e0558cf">VST_EFFECT_OPCODE_07</a> = 0x07,</div>
<div class="line"><a id="l01197" name="l01197"></a><span class="lineno"> 1197</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_07 */</span></div>
<div class="line"><a id="l01198" name="l01198"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a2bcac558305dd4f41edeca2a579b2553"> 1198</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a2bcac558305dd4f41edeca2a579b2553">VST_EFFECT_OPCODE_PARAM_GETVALUE</a> = 0x07,</div>
<div class="line"><a id="l01199" name="l01199"></a><span class="lineno"> 1199</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_07 */</span></div>
<div class="line"><a id="l01200" name="l01200"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4b810c37ad94d5d9a4fd21904c4b38ce"> 1200</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4b810c37ad94d5d9a4fd21904c4b38ce">VST_EFFECT_OPCODE_PARAM_GET_VALUE</a> = 0x07,</div>
<div class="line"><a id="l01201" name="l01201"></a><span class="lineno"> 1201</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_07 */</span></div>
<div class="line"><a id="l01202" name="l01202"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a75044a2d1bed6e79ef2f9090b4304c3f"> 1202</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a75044a2d1bed6e79ef2f9090b4304c3f">VST_EFFECT_OPCODE_PARAM_VALUE</a> = 0x07,</div>
<div class="line"><a id="l01203" name="l01203"></a><span class="lineno"> 1203</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_07 */</span></div>
<div class="line"><a id="l01204" name="l01204"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a07a1ee440a4f98901743134009ba94b8"> 1204</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a07a1ee440a4f98901743134009ba94b8">VST_EFFECT_OPCODE_PARAM_VALUE_TO_STRING</a> = 0x07,</div>
<div class="line"><a id="l01205" name="l01205"></a><span class="lineno"> 1205</span> </div>
<div class="line"><a id="l01206" name="l01206"></a><span class="lineno"> 1206</span> <span class="comment">/** Get the name for the parameter.</span></div>
<div class="line"><span class="lineno"> 1207</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1208</span><span class="comment"> * @param p_int1 Parameter index.</span></div>
<div class="line"><span class="lineno"> 1209</span><span class="comment"> * @param p_ptr &#39;char[VST_BUFFER_SIZE_PARAM_NAME]&#39; Zero terminated string.</span></div>
<div class="line"><span class="lineno"> 1210</span><span class="comment"> * @return 0 on success, 1 on failure.</span></div>
<div class="line"><span class="lineno"> 1211</span><span class="comment"> */</span></div>
<div class="line"><a id="l01212" name="l01212"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad54193e82154c20cda832e6ca90bf28c"> 1212</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad54193e82154c20cda832e6ca90bf28c">VST_EFFECT_OPCODE_08</a> = 0x08,</div>
<div class="line"><a id="l01213" name="l01213"></a><span class="lineno"> 1213</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_08 */</span></div>
<div class="line"><a id="l01214" name="l01214"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ace5987decb338be1d8d2b21f0a27a531"> 1214</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ace5987decb338be1d8d2b21f0a27a531">VST_EFFECT_OPCODE_PARAM_GETNAME</a> = 0x08,</div>
<div class="line"><a id="l01215" name="l01215"></a><span class="lineno"> 1215</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_08 */</span></div>
<div class="line"><a id="l01216" name="l01216"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3da2285bda84023dea89b7dba24d59e2"> 1216</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3da2285bda84023dea89b7dba24d59e2">VST_EFFECT_OPCODE_PARAM_GET_NAME</a> = 0x08,</div>
<div class="line"><a id="l01217" name="l01217"></a><span class="lineno"> 1217</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_08 */</span></div>
<div class="line"><a id="l01218" name="l01218"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a182a2cae4955ae3bc110600d25dac9b1"> 1218</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a182a2cae4955ae3bc110600d25dac9b1">VST_EFFECT_OPCODE_PARAM_NAME</a> = 0x08,</div>
<div class="line"><a id="l01219" name="l01219"></a><span class="lineno"> 1219</span> </div>
<div class="line"><a id="l01220" name="l01220"></a><span class="lineno"> 1220</span> <span class="comment">/** </span></div>
<div class="line"><span class="lineno"> 1221</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1222</span><span class="comment"> * @deprecated: (VST 2.3+) Not used in VST 2.3 or later.</span></div>
<div class="line"><span class="lineno"> 1223</span><span class="comment"> */</span></div>
<div class="line"><a id="l01224" name="l01224"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3d2c44d9d9cec27f934a696878f42e89"> 1224</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3d2c44d9d9cec27f934a696878f42e89">VST_EFFECT_OPCODE_09</a> = 0x09,</div>
<div class="line"><a id="l01225" name="l01225"></a><span class="lineno"> 1225</span> </div>
<div class="line"><a id="l01226" name="l01226"></a><span class="lineno"> 1226</span> <span class="comment">/** Set the new sample rate for the plugin to use.</span></div>
<div class="line"><span class="lineno"> 1227</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1228</span><span class="comment"> * @param p_float New sample rate as a float (double on 64-bit because register upgrades).</span></div>
<div class="line"><span class="lineno"> 1229</span><span class="comment"> */</span></div>
<div class="line"><a id="l01230" name="l01230"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a2f58c5e5703a68e8182cd27c8615f7b3"> 1230</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a2f58c5e5703a68e8182cd27c8615f7b3">VST_EFFECT_OPCODE_0A</a> = 0x0A,</div>
<div class="line"><a id="l01231" name="l01231"></a><span class="lineno"> 1231</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0A */</span></div>
<div class="line"><a id="l01232" name="l01232"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aba339f27dd55fb6cd36a94f62796ce16"> 1232</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aba339f27dd55fb6cd36a94f62796ce16">VST_EFFECT_OPCODE_SETSAMPLERATE</a> = 0x0A,</div>
<div class="line"><a id="l01233" name="l01233"></a><span class="lineno"> 1233</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0A */</span></div>
<div class="line"><a id="l01234" name="l01234"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a201632ac6dc514f0bbacc71df5e867b6"> 1234</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a201632ac6dc514f0bbacc71df5e867b6">VST_EFFECT_OPCODE_SET_SAMPLE_RATE</a> = 0x0A,</div>
<div class="line"><a id="l01235" name="l01235"></a><span class="lineno"> 1235</span> </div>
<div class="line"><a id="l01236" name="l01236"></a><span class="lineno"> 1236</span> <span class="comment">/** Sets the block size, which is the maximum number of samples passed into the effect via process calls.</span></div>
<div class="line"><span class="lineno"> 1237</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1238</span><span class="comment"> * @param p_int2 The maximum number of samples to be passed in.</span></div>
<div class="line"><span class="lineno"> 1239</span><span class="comment"> */</span></div>
<div class="line"><a id="l01240" name="l01240"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4ac13f44dc17b7aa5930ce04bab13a8f"> 1240</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4ac13f44dc17b7aa5930ce04bab13a8f">VST_EFFECT_OPCODE_0B</a> = 0x0B,</div>
<div class="line"><a id="l01241" name="l01241"></a><span class="lineno"> 1241</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0B */</span></div>
<div class="line"><a id="l01242" name="l01242"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a612be21ee6fcf9d9b20f279256211cad"> 1242</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a612be21ee6fcf9d9b20f279256211cad">VST_EFFECT_OPCODE_SETBLOCKSIZE</a> = 0x0B,</div>
<div class="line"><a id="l01243" name="l01243"></a><span class="lineno"> 1243</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0B */</span></div>
<div class="line"><a id="l01244" name="l01244"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a39a68b2241446f7cc4d945a4a4341af3"> 1244</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a39a68b2241446f7cc4d945a4a4341af3">VST_EFFECT_OPCODE_SET_BLOCK_SIZE</a> = 0x0B,</div>
<div class="line"><a id="l01245" name="l01245"></a><span class="lineno"> 1245</span> </div>
<div class="line"><a id="l01246" name="l01246"></a><span class="lineno"> 1246</span> <span class="comment">/** Effect processing should be suspended/paused or resumed/unpaused.</span></div>
<div class="line"><span class="lineno"> 1247</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1248</span><span class="comment"> * Unclear if this is should result in a flush of buffers. In VST 2.3+ this is quite clear as we get process </span></div>
<div class="line"><span class="lineno"> 1249</span><span class="comment"> * begin/end.</span></div>
<div class="line"><span class="lineno"> 1250</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1251</span><span class="comment"> * @param p_int2 @ref VST_STATUS_FALSE if the effect should suspend processing, @ref VST_STATUS_TRUE if it should </span></div>
<div class="line"><span class="lineno"> 1252</span><span class="comment"> * resume.</span></div>
<div class="line"><span class="lineno"> 1253</span><span class="comment"> */</span></div>
<div class="line"><a id="l01254" name="l01254"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696affb3e6b4adffc59bef78b8608a5130c4"> 1254</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696affb3e6b4adffc59bef78b8608a5130c4">VST_EFFECT_OPCODE_0C</a> = 0x0C,</div>
<div class="line"><a id="l01255" name="l01255"></a><span class="lineno"> 1255</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0C */</span></div>
<div class="line"><a id="l01256" name="l01256"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae1801759c27b7e24ee31ebd2ca0c539d"> 1256</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae1801759c27b7e24ee31ebd2ca0c539d">VST_EFFECT_OPCODE_PAUSE_UNPAUSE</a> = 0x0C,</div>
<div class="line"><a id="l01257" name="l01257"></a><span class="lineno"> 1257</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0C */</span></div>
<div class="line"><a id="l01258" name="l01258"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a82bf6bd3d5b6528bab2a8154b4a12c5a"> 1258</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a82bf6bd3d5b6528bab2a8154b4a12c5a">VST_EFFECT_OPCODE_SUSPEND_RESUME</a> = 0x0C,</div>
<div class="line"><a id="l01259" name="l01259"></a><span class="lineno"> 1259</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0C */</span></div>
<div class="line"><a id="l01260" name="l01260"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696afbe80204973dc7477ce6f1bf15d635e8"> 1260</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696afbe80204973dc7477ce6f1bf15d635e8">VST_EFFECT_OPCODE_SUSPEND</a> = 0x0C,</div>
<div class="line"><a id="l01261" name="l01261"></a><span class="lineno"> 1261</span> </div>
<div class="line"><a id="l01262" name="l01262"></a><span class="lineno"> 1262</span> <span class="comment">/** Retrieve the client rect size of the plugins window.</span></div>
<div class="line"><span class="lineno"> 1263</span><span class="comment"> * If no window has been created, returns the default rect.</span></div>
<div class="line"><span class="lineno"> 1264</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1265</span><span class="comment"> * @param p_ptr Pointer of type &#39;struct vst_rect_t*&#39;.</span></div>
<div class="line"><span class="lineno"> 1266</span><span class="comment"> * @return On success, returns 1 and updates p_ptr to the rect. On failure, returns 0.</span></div>
<div class="line"><span class="lineno"> 1267</span><span class="comment"> */</span></div>
<div class="line"><a id="l01268" name="l01268"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a794ffb39ae755d5de557fc7619042dc0"> 1268</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a794ffb39ae755d5de557fc7619042dc0">VST_EFFECT_OPCODE_0D</a> = 0x0D,</div>
<div class="line"><a id="l01269" name="l01269"></a><span class="lineno"> 1269</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0D */</span></div>
<div class="line"><a id="l01270" name="l01270"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696adb7e0fb92a7f5b5fa52490c5b8689ac5"> 1270</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696adb7e0fb92a7f5b5fa52490c5b8689ac5">VST_EFFECT_OPCODE_WINDOW_GETRECT</a> = 0x0D,</div>
<div class="line"><a id="l01271" name="l01271"></a><span class="lineno"> 1271</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0D */</span></div>
<div class="line"><a id="l01272" name="l01272"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af8c11af02ac2360ad8c0888bea69f9c8"> 1272</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af8c11af02ac2360ad8c0888bea69f9c8">VST_EFFECT_OPCODE_EDITOR_RECT</a> = 0x0D,</div>
<div class="line"><a id="l01273" name="l01273"></a><span class="lineno"> 1273</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0D */</span></div>
<div class="line"><a id="l01274" name="l01274"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a288661d45bf05a9c8bfac13fc900a861"> 1274</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a288661d45bf05a9c8bfac13fc900a861">VST_EFFECT_OPCODE_EDITOR_GET_RECT</a> = 0x0D,</div>
<div class="line"><a id="l01275" name="l01275"></a><span class="lineno"> 1275</span> </div>
<div class="line"><a id="l01276" name="l01276"></a><span class="lineno"> 1276</span> <span class="comment">/** Create the window for the plugin.</span></div>
<div class="line"><span class="lineno"> 1277</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1278</span><span class="comment"> * @param p_ptr HWND of the parent window.</span></div>
<div class="line"><span class="lineno"> 1279</span><span class="comment"> * @return 0 on failure, or HWND on success.</span></div>
<div class="line"><span class="lineno"> 1280</span><span class="comment"> */</span></div>
<div class="line"><a id="l01281" name="l01281"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a926bc55a9c0cf189441991b3fcdfd11e"> 1281</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a926bc55a9c0cf189441991b3fcdfd11e">VST_EFFECT_OPCODE_0E</a> = 0x0E,</div>
<div class="line"><a id="l01282" name="l01282"></a><span class="lineno"> 1282</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0E */</span></div>
<div class="line"><a id="l01283" name="l01283"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4aa1a47b5704958665f95aacd56a4fd5"> 1283</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4aa1a47b5704958665f95aacd56a4fd5">VST_EFFECT_OPCODE_WINDOW_CREATE</a> = 0x0E,</div>
<div class="line"><a id="l01284" name="l01284"></a><span class="lineno"> 1284</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0E */</span></div>
<div class="line"><a id="l01285" name="l01285"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7dd8c3bd980ad4a5c3e443ff15e7e05c"> 1285</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7dd8c3bd980ad4a5c3e443ff15e7e05c">VST_EFFECT_OPCODE_EDITOR_OPEN</a> = 0x0E,</div>
<div class="line"><a id="l01286" name="l01286"></a><span class="lineno"> 1286</span> </div>
<div class="line"><a id="l01287" name="l01287"></a><span class="lineno"> 1287</span> <span class="comment">/** Destroy the plugins window.</span></div>
<div class="line"><span class="lineno"> 1288</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1289</span><span class="comment"> * @return Always 0.</span></div>
<div class="line"><span class="lineno"> 1290</span><span class="comment"> */</span></div>
<div class="line"><a id="l01291" name="l01291"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696abc6fb3d59aaa8e7982154d53fa12d16a"> 1291</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696abc6fb3d59aaa8e7982154d53fa12d16a">VST_EFFECT_OPCODE_0F</a> = 0x0F,</div>
<div class="line"><a id="l01292" name="l01292"></a><span class="lineno"> 1292</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0F */</span></div>
<div class="line"><a id="l01293" name="l01293"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af40fd3a5261cde86ff2ccccd6e302b70"> 1293</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af40fd3a5261cde86ff2ccccd6e302b70">VST_EFFECT_OPCODE_WINDOW_DESTROY</a> = 0x0F,</div>
<div class="line"><a id="l01294" name="l01294"></a><span class="lineno"> 1294</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0F */</span></div>
<div class="line"><a id="l01295" name="l01295"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aad7f035bbd04a052298319f20fb693d8"> 1295</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aad7f035bbd04a052298319f20fb693d8">VST_EFFECT_OPCODE_EDITOR_CLOSE</a> = 0x0F,</div>
<div class="line"><a id="l01296" name="l01296"></a><span class="lineno"> 1296</span> </div>
<div class="line"><a id="l01297" name="l01297"></a><span class="lineno"> 1297</span> <span class="comment">/** Window Draw Event?</span></div>
<div class="line"><span class="lineno"> 1298</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1299</span><span class="comment"> * Ocasionally called simultaneously as WM_DRAW on windows.</span></div>
<div class="line"><span class="lineno"> 1300</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1301</span><span class="comment"> * @note Present in some VST 2.1 or earlier plugins.</span></div>
<div class="line"><span class="lineno"> 1302</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1303</span><span class="comment"> * @note Appears to be Mac OS exclusive.</span></div>
<div class="line"><span class="lineno"> 1304</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1305</span><span class="comment"> * @deprecated (VST 2.4+) Likely deprecated in VST 2.4 and later.</span></div>
<div class="line"><span class="lineno"> 1306</span><span class="comment"> */</span></div>
<div class="line"><a id="l01307" name="l01307"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a33135c64068d4d0b3f176ccc4c25848a"> 1307</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a33135c64068d4d0b3f176ccc4c25848a">VST_EFFECT_OPCODE_10</a> = 0x10,</div>
<div class="line"><a id="l01308" name="l01308"></a><span class="lineno"> 1308</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_10 */</span></div>
<div class="line"><a id="l01309" name="l01309"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5ed7687c8d9b6a097d2b2cafa007030c"> 1309</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5ed7687c8d9b6a097d2b2cafa007030c">VST_EFFECT_OPCODE_WINDOW_DRAW</a> = 0x10,</div>
<div class="line"><a id="l01310" name="l01310"></a><span class="lineno"> 1310</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_10 */</span></div>
<div class="line"><a id="l01311" name="l01311"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa45087da0d1522c769056f391594d2c8"> 1311</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa45087da0d1522c769056f391594d2c8">VST_EFFECT_OPCODE_EDITOR_DRAW</a> = 0x10,</div>
<div class="line"><a id="l01312" name="l01312"></a><span class="lineno"> 1312</span> </div>
<div class="line"><a id="l01313" name="l01313"></a><span class="lineno"> 1313</span> <span class="comment">/** Window Mouse Event?</span></div>
<div class="line"><span class="lineno"> 1314</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1315</span><span class="comment"> * Called at the same time mouse events happen.</span></div>
<div class="line"><span class="lineno"> 1316</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1317</span><span class="comment"> * @note Present in some VST 2.1 or earlier plugins.</span></div>
<div class="line"><span class="lineno"> 1318</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1319</span><span class="comment"> * @note Appears to be Mac OS exclusive.</span></div>
<div class="line"><span class="lineno"> 1320</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1321</span><span class="comment"> * @deprecated (VST 2.4+) Likely deprecated in VST 2.4 and later.</span></div>
<div class="line"><span class="lineno"> 1322</span><span class="comment"> */</span></div>
<div class="line"><a id="l01323" name="l01323"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ab284b76b5c74740b53a4ac6e7e52e6c9"> 1323</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ab284b76b5c74740b53a4ac6e7e52e6c9">VST_EFFECT_OPCODE_11</a> = 0x11,</div>
<div class="line"><a id="l01324" name="l01324"></a><span class="lineno"> 1324</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_11 */</span></div>
<div class="line"><a id="l01325" name="l01325"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a00c3be829509c39999e0aa844d17c190"> 1325</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a00c3be829509c39999e0aa844d17c190">VST_EFFECT_OPCODE_WINDOW_MOUSE</a> = 0x11,</div>
<div class="line"><a id="l01326" name="l01326"></a><span class="lineno"> 1326</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_11 */</span></div>
<div class="line"><a id="l01327" name="l01327"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a48e67cc48e0d6ade3e2ed08ab229db37"> 1327</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a48e67cc48e0d6ade3e2ed08ab229db37">VST_EFFECT_OPCODE_EDITOR_MOUSE</a> = 0x11,</div>
<div class="line"><a id="l01328" name="l01328"></a><span class="lineno"> 1328</span> </div>
<div class="line"><a id="l01329" name="l01329"></a><span class="lineno"> 1329</span> <span class="comment">/** Window Keyboard Event?</span></div>
<div class="line"><span class="lineno"> 1330</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1331</span><span class="comment"> * Called at the same time keyboard events happen.</span></div>
<div class="line"><span class="lineno"> 1332</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1333</span><span class="comment"> * @note Present in some VST 2.1 or earlier plugins.</span></div>
<div class="line"><span class="lineno"> 1334</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1335</span><span class="comment"> * @note Appears to be Mac OS exclusive.</span></div>
<div class="line"><span class="lineno"> 1336</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1337</span><span class="comment"> * @deprecated (VST 2.4+) Likely deprecated in VST 2.4 and later.</span></div>
<div class="line"><span class="lineno"> 1338</span><span class="comment"> */</span></div>
<div class="line"><a id="l01339" name="l01339"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5cdc492a51b0c5f9dc81a5de04ecf5c8"> 1339</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5cdc492a51b0c5f9dc81a5de04ecf5c8">VST_EFFECT_OPCODE_12</a> = 0x12,</div>
<div class="line"><a id="l01340" name="l01340"></a><span class="lineno"> 1340</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_12 */</span></div>
<div class="line"><a id="l01341" name="l01341"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9912a9d8912d90eb947e0ae13f163921"> 1341</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9912a9d8912d90eb947e0ae13f163921">VST_EFFECT_OPCODE_WINDOW_KEYBOARD</a> = 0x12,</div>
<div class="line"><a id="l01342" name="l01342"></a><span class="lineno"> 1342</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_12 */</span></div>
<div class="line"><a id="l01343" name="l01343"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a960b2a75dab37b45d72445a6ab8fef41"> 1343</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a960b2a75dab37b45d72445a6ab8fef41">VST_EFFECT_OPCODE_EDITOR_KEYBOARD</a> = 0x12,</div>
<div class="line"><a id="l01344" name="l01344"></a><span class="lineno"> 1344</span> </div>
<div class="line"><a id="l01345" name="l01345"></a><span class="lineno"> 1345</span> <span class="comment">/** Window/Editor Idle/Keep-Alive Callback?</span></div>
<div class="line"><span class="lineno"> 1346</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1347</span><span class="comment"> * Does not receive any parameters. Randomly called when nothing happens? Idle/Keep-Alive callback?</span></div>
<div class="line"><span class="lineno"> 1348</span><span class="comment"> */</span></div>
<div class="line"><a id="l01349" name="l01349"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad83c8946b71cf6528838083785e9254d"> 1349</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad83c8946b71cf6528838083785e9254d">VST_EFFECT_OPCODE_13</a> = 0x13,</div>
<div class="line"><a id="l01350" name="l01350"></a><span class="lineno"> 1350</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_13 */</span></div>
<div class="line"><a id="l01351" name="l01351"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a6ce89a18f5ebf8265f8e27f40ee4cedb"> 1351</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a6ce89a18f5ebf8265f8e27f40ee4cedb">VST_EFFECT_OPCODE_EDITOR_KEEP_ALIVE</a> = 0x13,</div>
<div class="line"><a id="l01352" name="l01352"></a><span class="lineno"> 1352</span> </div>
<div class="line"><a id="l01353" name="l01353"></a><span class="lineno"> 1353</span> <span class="comment">/** Window Focus Event?</span></div>
<div class="line"><span class="lineno"> 1354</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1355</span><span class="comment"> * Sometimes called when the editor window goes back into focus.</span></div>
<div class="line"><span class="lineno"> 1356</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1357</span><span class="comment"> * @note Present in some VST 2.1 or earlier plugins.</span></div>
<div class="line"><span class="lineno"> 1358</span><span class="comment"> * @note Appears to be Mac OS exclusive.</span></div>
<div class="line"><span class="lineno"> 1359</span><span class="comment"> * @deprecated (VST 2.4+) Likely deprecated in VST 2.4 and later.</span></div>
<div class="line"><span class="lineno"> 1360</span><span class="comment"> */</span></div>
<div class="line"><a id="l01361" name="l01361"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a079a079cd146b76fbae382d8df942f7d"> 1361</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a079a079cd146b76fbae382d8df942f7d">VST_EFFECT_OPCODE_14</a> = 0x14,</div>
<div class="line"><a id="l01362" name="l01362"></a><span class="lineno"> 1362</span> </div>
<div class="line"><a id="l01363" name="l01363"></a><span class="lineno"> 1363</span> <span class="comment">/** Window Unfocus Event?</span></div>
<div class="line"><span class="lineno"> 1364</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1365</span><span class="comment"> * Sometimes called when the editor window goes out of focus.</span></div>
<div class="line"><span class="lineno"> 1366</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1367</span><span class="comment"> * @note Present in some VST 2.1 or earlier plugins.</span></div>
<div class="line"><span class="lineno"> 1368</span><span class="comment"> * @note Appears to be Mac OS exclusive.</span></div>
<div class="line"><span class="lineno"> 1369</span><span class="comment"> * @deprecated (VST 2.4+) Likely deprecated in VST 2.4 and later.</span></div>
<div class="line"><span class="lineno"> 1370</span><span class="comment"> */</span></div>
<div class="line"><a id="l01371" name="l01371"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa49ecb36b417d81c9a79ddb8c541fc06"> 1371</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa49ecb36b417d81c9a79ddb8c541fc06">VST_EFFECT_OPCODE_15</a> = 0x15,</div>
<div class="line"><a id="l01372" name="l01372"></a><span class="lineno"> 1372</span> </div>
<div class="line"><a id="l01373" name="l01373"></a><span class="lineno"> 1373</span> <span class="comment">/** </span></div>
<div class="line"><span class="lineno"> 1374</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1375</span><span class="comment"> * @note Present in some VST 2.1 or earlier plugins.</span></div>
<div class="line"><span class="lineno"> 1376</span><span class="comment"> * @important Almost all plug-ins return the @ref VST_FOURCC &#39;NvEf&#39; (0x4E764566) here.</span></div>
<div class="line"><span class="lineno"> 1377</span><span class="comment"> * @deprecated (VST 2.4+) Likely deprecated in VST 2.4 and later.</span></div>
<div class="line"><span class="lineno"> 1378</span><span class="comment"> */</span></div>
<div class="line"><a id="l01379" name="l01379"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af8b1d82d549b03f24f77b02d4c13711f"> 1379</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af8b1d82d549b03f24f77b02d4c13711f">VST_EFFECT_OPCODE_16</a> = 0x16,</div>
<div class="line"><a id="l01380" name="l01380"></a><span class="lineno"> 1380</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_16 */</span></div>
<div class="line"><a id="l01381" name="l01381"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af1d5d7c546dc2b68df2ec31301940244"> 1381</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af1d5d7c546dc2b68df2ec31301940244">VST_EFFECT_OPCODE_FOURCC</a> = 0x16,</div>
<div class="line"><a id="l01382" name="l01382"></a><span class="lineno"> 1382</span> </div>
<div class="line"><a id="l01383" name="l01383"></a><span class="lineno"> 1383</span> <span class="comment">/** Get Chunk Data</span></div>
<div class="line"><span class="lineno"> 1384</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1385</span><span class="comment"> * Save current program or bank state to a buffer.</span></div>
<div class="line"><span class="lineno"> 1386</span><span class="comment"> * Behavior is different based on the @ref VST_EFFECT_FLAG_CHUNKS flag.</span></div>
<div class="line"><span class="lineno"> 1387</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1388</span><span class="comment"> * @sa VST_EFFECT_FLAG_CHUNKS</span></div>
<div class="line"><span class="lineno"> 1389</span><span class="comment"> * @param p_int1 0 means Bank, 1 means Program, nothing else used?</span></div>
<div class="line"><span class="lineno"> 1390</span><span class="comment"> * @param p_ptr `void**` Pointer to a potential pointer containing your own chunk data.</span></div>
<div class="line"><span class="lineno"> 1391</span><span class="comment"> * @return Size of the Chunk Data in bytes.</span></div>
<div class="line"><span class="lineno"> 1392</span><span class="comment"> */</span></div>
<div class="line"><a id="l01393" name="l01393"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9aab5ba71a9799fce6885e76b0394715"> 1393</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9aab5ba71a9799fce6885e76b0394715">VST_EFFECT_OPCODE_17</a> = 0x17,</div>
<div class="line"><a id="l01394" name="l01394"></a><span class="lineno"> 1394</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_17 */</span></div>
<div class="line"><a id="l01395" name="l01395"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696abd3d276216b8b4f2786ae6ed8aefa099"> 1395</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696abd3d276216b8b4f2786ae6ed8aefa099">VST_EFFECT_OPCODE_GET_CHUNK_DATA</a> = 0x17,</div>
<div class="line"><a id="l01396" name="l01396"></a><span class="lineno"> 1396</span> </div>
<div class="line"><a id="l01397" name="l01397"></a><span class="lineno"> 1397</span> <span class="comment">/** Set Chunk Data</span></div>
<div class="line"><span class="lineno"> 1398</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1399</span><span class="comment"> * Restore current program or bank state from a buffer.</span></div>
<div class="line"><span class="lineno"> 1400</span><span class="comment"> * Behavior is different based on the @ref VST_EFFECT_FLAG_CHUNKS flag.</span></div>
<div class="line"><span class="lineno"> 1401</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1402</span><span class="comment"> * @sa VST_EFFECT_FLAG_CHUNKS</span></div>
<div class="line"><span class="lineno"> 1403</span><span class="comment"> * @param p_int1 0 means Bank, 1 means Program, nothing else used?</span></div>
<div class="line"><span class="lineno"> 1404</span><span class="comment"> * @param p_int2 Size of the Chunk Data in bytes.</span></div>
<div class="line"><span class="lineno"> 1405</span><span class="comment"> * @param p_ptr `void*` Pointer to a buffer containing chunk data.</span></div>
<div class="line"><span class="lineno"> 1406</span><span class="comment"> */</span></div>
<div class="line"><a id="l01407" name="l01407"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac1ff348462e998598c421def0d3b66a8"> 1407</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac1ff348462e998598c421def0d3b66a8">VST_EFFECT_OPCODE_18</a> = 0x18,</div>
<div class="line"><a id="l01408" name="l01408"></a><span class="lineno"> 1408</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_18 */</span></div>
<div class="line"><a id="l01409" name="l01409"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a13965cef0042d6591b41c4c21c44c005"> 1409</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a13965cef0042d6591b41c4c21c44c005">VST_EFFECT_OPCODE_SET_CHUNK_DATA</a> = 0x18,</div>
<div class="line"><a id="l01410" name="l01410"></a><span class="lineno"> 1410</span> </div>
<div class="line"><a id="l01411" name="l01411"></a><span class="lineno"> 1411</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l01412" name="l01412"></a><span class="lineno"> 1412</span> <span class="comment">// VST 2.x starts here.</span></div>
<div class="line"><a id="l01413" name="l01413"></a><span class="lineno"> 1413</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l01414" name="l01414"></a><span class="lineno"> 1414</span> </div>
<div class="line"><a id="l01415" name="l01415"></a><span class="lineno"> 1415</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1416</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1417</span><span class="comment"> * Appears to be related to midi and audio events.</span></div>
<div class="line"><span class="lineno"> 1418</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1419</span><span class="comment"> */</span></div>
<div class="line"><a id="l01420" name="l01420"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a55ed1473547eafc7c6df2b62f73222ac"> 1420</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a55ed1473547eafc7c6df2b62f73222ac">VST_EFFECT_OPCODE_19</a> = 0x19,</div>
<div class="line"><a id="l01421" name="l01421"></a><span class="lineno"> 1421</span> </div>
<div class="line"><a id="l01422" name="l01422"></a><span class="lineno"> 1422</span> <span class="comment">/** Can the parameter be automated?</span></div>
<div class="line"><span class="lineno"> 1423</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1424</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1425</span><span class="comment"> * @param p_int1 Index of the parameter.</span></div>
<div class="line"><span class="lineno"> 1426</span><span class="comment"> * @return 1 if the parameter can be automated, otherwise 0.</span></div>
<div class="line"><span class="lineno"> 1427</span><span class="comment"> */</span></div>
<div class="line"><a id="l01428" name="l01428"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4f69a2fe470ab8ba6dd77f43a94cde90"> 1428</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4f69a2fe470ab8ba6dd77f43a94cde90">VST_EFFECT_OPCODE_1A</a> = 0x1A,</div>
<div class="line"><a id="l01429" name="l01429"></a><span class="lineno"> 1429</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_1A */</span></div>
<div class="line"><a id="l01430" name="l01430"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a98e0f94270578351245a09966195c677"> 1430</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a98e0f94270578351245a09966195c677">VST_EFFECT_OPCODE_PARAM_ISAUTOMATABLE</a> = 0x1A,</div>
<div class="line"><a id="l01431" name="l01431"></a><span class="lineno"> 1431</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_1A */</span></div>
<div class="line"><a id="l01432" name="l01432"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5e12ca00c6de50497fe9c9c2220544ff"> 1432</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5e12ca00c6de50497fe9c9c2220544ff">VST_EFFECT_OPCODE_PARAM_IS_AUTOMATABLE</a> = 0x1A,</div>
<div class="line"><a id="l01433" name="l01433"></a><span class="lineno"> 1433</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_1A */</span></div>
<div class="line"><a id="l01434" name="l01434"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aca7c692f2a631a425a5b70fe4211b9c8"> 1434</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aca7c692f2a631a425a5b70fe4211b9c8">VST_EFFECT_OPCODE_PARAM_AUTOMATABLE</a> = 0x1A,</div>
<div class="line"><a id="l01435" name="l01435"></a><span class="lineno"> 1435</span> </div>
<div class="line"><a id="l01436" name="l01436"></a><span class="lineno"> 1436</span> <span class="comment">/** Set Parameter value from string representation.</span></div>
<div class="line"><span class="lineno"> 1437</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1438</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1439</span><span class="comment"> * @param p_int1 Index of the parameter.</span></div>
<div class="line"><span class="lineno"> 1440</span><span class="comment"> * @param p_ptr `const char*` Zero terminated string representation of the value to set.</span></div>
<div class="line"><span class="lineno"> 1441</span><span class="comment"> * @return 1 if it worked, otherwise 0.</span></div>
<div class="line"><span class="lineno"> 1442</span><span class="comment"> */</span></div>
<div class="line"><a id="l01443" name="l01443"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a38bed56b10004dae0d98071cdc3d4940"> 1443</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a38bed56b10004dae0d98071cdc3d4940">VST_EFFECT_OPCODE_1B</a> = 0x1B,</div>
<div class="line"><a id="l01444" name="l01444"></a><span class="lineno"> 1444</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_1B */</span></div>
<div class="line"><a id="l01445" name="l01445"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696afb7ca519142fb2f8ffb22cccb9e17ccc"> 1445</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696afb7ca519142fb2f8ffb22cccb9e17ccc">VST_EFFECT_OPCODE_PARAM_SET_VALUE</a> = 0x1B,</div>
<div class="line"><a id="l01446" name="l01446"></a><span class="lineno"> 1446</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_1B */</span></div>
<div class="line"><a id="l01447" name="l01447"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ade6879bc741bf0abfc5240102d3e9916"> 1447</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ade6879bc741bf0abfc5240102d3e9916">VST_EFFECT_OPCODE_PARAM_VALUE_FROM_STRING</a> = 0x1B,</div>
<div class="line"><a id="l01448" name="l01448"></a><span class="lineno"> 1448</span> </div>
<div class="line"><a id="l01449" name="l01449"></a><span class="lineno"> 1449</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1450</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1451</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1452</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1453</span><span class="comment"> */</span></div>
<div class="line"><a id="l01454" name="l01454"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1bb3968d9fe18ca8566be6c70e220220"> 1454</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1bb3968d9fe18ca8566be6c70e220220">VST_EFFECT_OPCODE_1C</a> = 0x1C,</div>
<div class="line"><a id="l01455" name="l01455"></a><span class="lineno"> 1455</span> </div>
<div class="line"><a id="l01456" name="l01456"></a><span class="lineno"> 1456</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1457</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1458</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1459</span><span class="comment"> * @sa VST_EFFECT_OPCODE_05</span></div>
<div class="line"><span class="lineno"> 1460</span><span class="comment"> */</span></div>
<div class="line"><a id="l01461" name="l01461"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae0be415492e7cc55f6a11e6de085ce04"> 1461</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae0be415492e7cc55f6a11e6de085ce04">VST_EFFECT_OPCODE_1D</a> = 0x1D,</div>
<div class="line"><a id="l01462" name="l01462"></a><span class="lineno"> 1462</span> </div>
<div class="line"><a id="l01463" name="l01463"></a><span class="lineno"> 1463</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1464</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1465</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1466</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1467</span><span class="comment"> */</span></div>
<div class="line"><a id="l01468" name="l01468"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a79fa30e1a15b879e0d6e2a5a04f131fd"> 1468</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a79fa30e1a15b879e0d6e2a5a04f131fd">VST_EFFECT_OPCODE_1E</a> = 0x1E,</div>
<div class="line"><a id="l01469" name="l01469"></a><span class="lineno"> 1469</span> </div>
<div class="line"><a id="l01470" name="l01470"></a><span class="lineno"> 1470</span> <span class="comment">/** Input connected.</span></div>
<div class="line"><span class="lineno"> 1471</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1472</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1473</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1474</span><span class="comment"> */</span></div>
<div class="line"><a id="l01475" name="l01475"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af51f106620fdec39a539790c461f0833"> 1475</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af51f106620fdec39a539790c461f0833">VST_EFFECT_OPCODE_1F</a> = 0x1F,</div>
<div class="line"><a id="l01476" name="l01476"></a><span class="lineno"> 1476</span> </div>
<div class="line"><a id="l01477" name="l01477"></a><span class="lineno"> 1477</span> <span class="comment">/** Input disconnected.</span></div>
<div class="line"><span class="lineno"> 1478</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1479</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1480</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1481</span><span class="comment"> */</span></div>
<div class="line"><a id="l01482" name="l01482"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a07065a264bd2a3ecebd5ea4d3d51ae26"> 1482</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a07065a264bd2a3ecebd5ea4d3d51ae26">VST_EFFECT_OPCODE_20</a> = 0x20,</div>
<div class="line"><a id="l01483" name="l01483"></a><span class="lineno"> 1483</span> </div>
<div class="line"><a id="l01484" name="l01484"></a><span class="lineno"> 1484</span> <span class="comment">/** Retrieve properties for the given input index.</span></div>
<div class="line"><span class="lineno"> 1485</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1486</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1487</span><span class="comment"> * @param p_int1 Index of the input to get the properties for.</span></div>
<div class="line"><span class="lineno"> 1488</span><span class="comment"> * @param p_ptr Pointer to @ref vst_stream_properties_t for the selected input provided by the host.</span></div>
<div class="line"><span class="lineno"> 1489</span><span class="comment"> * @return @ref VST_STATUS_TRUE if p_ptr is updated, @ref VST_STATUS_FALSE otherwise.</span></div>
<div class="line"><span class="lineno"> 1490</span><span class="comment"> */</span></div>
<div class="line"><a id="l01491" name="l01491"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1508cde1ae9c1c6b0aa57488dbaf9293"> 1491</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1508cde1ae9c1c6b0aa57488dbaf9293">VST_EFFECT_OPCODE_21</a> = 0x21,</div>
<div class="line"><a id="l01492" name="l01492"></a><span class="lineno"> 1492</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_21 */</span></div>
<div class="line"><a id="l01493" name="l01493"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a967dc0e00251e0e6c47dfb8526f4d26a"> 1493</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a967dc0e00251e0e6c47dfb8526f4d26a">VST_EFFECT_OPCODE_INPUT_GET_PROPERTIES</a> = 0x21,</div>
<div class="line"><a id="l01494" name="l01494"></a><span class="lineno"> 1494</span> </div>
<div class="line"><a id="l01495" name="l01495"></a><span class="lineno"> 1495</span> <span class="comment">/** Retrieve properties for the given output index.</span></div>
<div class="line"><span class="lineno"> 1496</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1497</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1498</span><span class="comment"> * @param p_int1 Index of the output to get the properties for.</span></div>
<div class="line"><span class="lineno"> 1499</span><span class="comment"> * @param p_ptr Pointer to @ref vst_stream_properties_t for the selected output provided by the host.</span></div>
<div class="line"><span class="lineno"> 1500</span><span class="comment"> * @return @ref VST_STATUS_TRUE if p_ptr is updated, @ref VST_STATUS_FALSE otherwise.</span></div>
<div class="line"><span class="lineno"> 1501</span><span class="comment"> */</span></div>
<div class="line"><a id="l01502" name="l01502"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a896ec77693cb412e31f9160eaf8e6f6e"> 1502</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a896ec77693cb412e31f9160eaf8e6f6e">VST_EFFECT_OPCODE_22</a> = 0x22,</div>
<div class="line"><a id="l01503" name="l01503"></a><span class="lineno"> 1503</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_22 */</span></div>
<div class="line"><a id="l01504" name="l01504"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696add37a863bca8b45c5e9df3da3544d702"> 1504</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696add37a863bca8b45c5e9df3da3544d702">VST_EFFECT_OPCODE_OUTPUT_GET_PROPERTIES</a> = 0x22,</div>
<div class="line"><a id="l01505" name="l01505"></a><span class="lineno"> 1505</span> </div>
<div class="line"><a id="l01506" name="l01506"></a><span class="lineno"> 1506</span> <span class="comment">/** Retrieve category of this effect.</span></div>
<div class="line"><span class="lineno"> 1507</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1508</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1509</span><span class="comment"> * @return The category that this effect is in, see @ref VST_EFFECT_CATEGORY.</span></div>
<div class="line"><span class="lineno"> 1510</span><span class="comment"> */</span></div>
<div class="line"><a id="l01511" name="l01511"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7ade5295089a6d7703f5aad8724726d2"> 1511</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7ade5295089a6d7703f5aad8724726d2">VST_EFFECT_OPCODE_23</a> = 0x23,</div>
<div class="line"><a id="l01512" name="l01512"></a><span class="lineno"> 1512</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_23 */</span></div>
<div class="line"><a id="l01513" name="l01513"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5d6b99d0c76bb8101b02eb123c3e56a2"> 1513</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5d6b99d0c76bb8101b02eb123c3e56a2">VST_EFFECT_OPCODE_EFFECT_CATEGORY</a> = 0x23,</div>
<div class="line"><a id="l01514" name="l01514"></a><span class="lineno"> 1514</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_23 */</span></div>
<div class="line"><a id="l01515" name="l01515"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7d62310ee6f4040445f9d289ea28d5c9"> 1515</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7d62310ee6f4040445f9d289ea28d5c9">VST_EFFECT_OPCODE_CATEGORY</a> = 0x23,</div>
<div class="line"><a id="l01516" name="l01516"></a><span class="lineno"> 1516</span> </div>
<div class="line"><a id="l01517" name="l01517"></a><span class="lineno"> 1517</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1518</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1519</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1520</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1521</span><span class="comment"> */</span></div>
<div class="line"><a id="l01522" name="l01522"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a881873d24da602f84baa89172968cb51"> 1522</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a881873d24da602f84baa89172968cb51">VST_EFFECT_OPCODE_24</a> = 0x24,</div>
<div class="line"><a id="l01523" name="l01523"></a><span class="lineno"> 1523</span> </div>
<div class="line"><a id="l01524" name="l01524"></a><span class="lineno"> 1524</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1525</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1526</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1527</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1528</span><span class="comment"> */</span></div>
<div class="line"><a id="l01529" name="l01529"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af9de36a1962951fd88c1011bc8a6f468"> 1529</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af9de36a1962951fd88c1011bc8a6f468">VST_EFFECT_OPCODE_25</a> = 0x25,</div>
<div class="line"><a id="l01530" name="l01530"></a><span class="lineno"> 1530</span> </div>
<div class="line"><a id="l01531" name="l01531"></a><span class="lineno"> 1531</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1532</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1533</span><span class="comment"> * Seen in plug-ins with @ref VST_EFFECT_CATEGORY_OFFLINE.</span></div>
<div class="line"><span class="lineno"> 1534</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1535</span><span class="comment"> */</span></div>
<div class="line"><a id="l01536" name="l01536"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae61bb66e13d890feb0ac68c0fbada833"> 1536</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae61bb66e13d890feb0ac68c0fbada833">VST_EFFECT_OPCODE_26</a> = 0x26,</div>
<div class="line"><a id="l01537" name="l01537"></a><span class="lineno"> 1537</span> </div>
<div class="line"><a id="l01538" name="l01538"></a><span class="lineno"> 1538</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1539</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1540</span><span class="comment"> * Seen in plug-ins with @ref VST_EFFECT_CATEGORY_OFFLINE.</span></div>
<div class="line"><span class="lineno"> 1541</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1542</span><span class="comment"> */</span></div>
<div class="line"><a id="l01543" name="l01543"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa20ec5fcb941015ac3143a8aab09af29"> 1543</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa20ec5fcb941015ac3143a8aab09af29">VST_EFFECT_OPCODE_27</a> = 0x27,</div>
<div class="line"><a id="l01544" name="l01544"></a><span class="lineno"> 1544</span> </div>
<div class="line"><a id="l01545" name="l01545"></a><span class="lineno"> 1545</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1546</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1547</span><span class="comment"> * Seen in plug-ins with @ref VST_EFFECT_CATEGORY_OFFLINE.</span></div>
<div class="line"><span class="lineno"> 1548</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1549</span><span class="comment"> */</span></div>
<div class="line"><a id="l01550" name="l01550"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a343111c081c847a1eaf22cb8cf858055"> 1550</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a343111c081c847a1eaf22cb8cf858055">VST_EFFECT_OPCODE_28</a> = 0x28,</div>
<div class="line"><a id="l01551" name="l01551"></a><span class="lineno"> 1551</span> </div>
<div class="line"><a id="l01552" name="l01552"></a><span class="lineno"> 1552</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1553</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1554</span><span class="comment"> * Seen in plug-ins with @ref VST_EFFECT_CATEGORY_OFFLINE.</span></div>
<div class="line"><span class="lineno"> 1555</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1556</span><span class="comment"> */</span></div>
<div class="line"><a id="l01557" name="l01557"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aafb89f9957cc7024b6f585d2393de795"> 1557</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aafb89f9957cc7024b6f585d2393de795">VST_EFFECT_OPCODE_29</a> = 0x29,</div>
<div class="line"><a id="l01558" name="l01558"></a><span class="lineno"> 1558</span> </div>
<div class="line"><a id="l01559" name="l01559"></a><span class="lineno"> 1559</span> <span class="comment">/** Host wants to change the speaker arrangement.</span></div>
<div class="line"><span class="lineno"> 1560</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1561</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1562</span><span class="comment"> * @param p_int2 Pointer to a @ref vst_speaker_arrangement_t for the input.</span></div>
<div class="line"><span class="lineno"> 1563</span><span class="comment"> * @param p_ptr Pointer to a @ref vst_speaker_arrangement_t for the output.</span></div>
<div class="line"><span class="lineno"> 1564</span><span class="comment"> * @return @ref VST_STATUS_TRUE if we accept the new arrangement, @ref VST_STATUS_FALSE if we don&#39;t in which case</span></div>
<div class="line"><span class="lineno"> 1565</span><span class="comment"> * the host is required to ask for the speaker arrangement via @ref VST_EFFECT_OPCODE_GET_SPEAKER_ARRANGEMENT</span></div>
<div class="line"><span class="lineno"> 1566</span><span class="comment"> * and may retry this op-code with different values.</span></div>
<div class="line"><span class="lineno"> 1567</span><span class="comment"> * @sa vst_effect_t.num_inputs</span></div>
<div class="line"><span class="lineno"> 1568</span><span class="comment"> * @sa vst_effect_t.num_outputs</span></div>
<div class="line"><span class="lineno"> 1569</span><span class="comment"> * @sa VST_EFFECT_OPCODE_GET_SPEAKER_ARRANGEMENT</span></div>
<div class="line"><span class="lineno"> 1570</span><span class="comment"> */</span></div>
<div class="line"><a id="l01571" name="l01571"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a03a3fffe10a0994caf608402fd148746"> 1571</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a03a3fffe10a0994caf608402fd148746">VST_EFFECT_OPCODE_2A</a> = 0x2A,</div>
<div class="line"><a id="l01572" name="l01572"></a><span class="lineno"> 1572</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_2A */</span></div>
<div class="line"><a id="l01573" name="l01573"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a29a4e6a3fce2afcaa82cc7731b1db0a3"> 1573</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a29a4e6a3fce2afcaa82cc7731b1db0a3">VST_EFFECT_OPCODE_SET_SPEAKER_ARRANGEMENT</a> = 0x2A,</div>
<div class="line"><a id="l01574" name="l01574"></a><span class="lineno"> 1574</span> </div>
<div class="line"><a id="l01575" name="l01575"></a><span class="lineno"> 1575</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1576</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1577</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1578</span><span class="comment"> */</span></div>
<div class="line"><a id="l01579" name="l01579"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a814ba1d0b6eccefafe44bb6a132f83ce"> 1579</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a814ba1d0b6eccefafe44bb6a132f83ce">VST_EFFECT_OPCODE_2B</a> = 0x2B,</div>
<div class="line"><a id="l01580" name="l01580"></a><span class="lineno"> 1580</span> </div>
<div class="line"><a id="l01581" name="l01581"></a><span class="lineno"> 1581</span> <span class="comment">/** Enable/Disable bypassing the effect.</span></div>
<div class="line"><span class="lineno"> 1582</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1583</span><span class="comment"> * See @ref VST_EFFECT_OPCODE_SUPPORTS with @ref vst_effect_supports_t.bypass for more information.</span></div>
<div class="line"><span class="lineno"> 1584</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1585</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1586</span><span class="comment"> * @param p_int2 Zero if bypassing the effect is disabled, otherwise 1.</span></div>
<div class="line"><span class="lineno"> 1587</span><span class="comment"> */</span></div>
<div class="line"><a id="l01588" name="l01588"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af62ccf1aef62665c7817fb3d97d6ecbf"> 1588</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af62ccf1aef62665c7817fb3d97d6ecbf">VST_EFFECT_OPCODE_2C</a> = 0x2C,</div>
<div class="line"><a id="l01589" name="l01589"></a><span class="lineno"> 1589</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_2C */</span></div>
<div class="line"><a id="l01590" name="l01590"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9408368ab591d8a4e3bd29b39fa8631f"> 1590</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9408368ab591d8a4e3bd29b39fa8631f">VST_EFFECT_OPCODE_BYPASS</a> = 0x2C,</div>
<div class="line"><a id="l01591" name="l01591"></a><span class="lineno"> 1591</span> </div>
<div class="line"><a id="l01592" name="l01592"></a><span class="lineno"> 1592</span> <span class="comment">/** Retrieve the effect name into the ptr buffer.</span></div>
<div class="line"><span class="lineno"> 1593</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1594</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1595</span><span class="comment"> * @bug Various hosts only provide a buffer that is 32 bytes long.</span></div>
<div class="line"><span class="lineno"> 1596</span><span class="comment"> * @param p_ptr A zero terminated char buffer of size @ref VST_BUFFER_SIZE_EFFECT_NAME. </span></div>
<div class="line"><span class="lineno"> 1597</span><span class="comment"> * @return Always 0, even on failure.</span></div>
<div class="line"><span class="lineno"> 1598</span><span class="comment"> */</span></div>
<div class="line"><a id="l01599" name="l01599"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9bf028aa1d4f690d9104323da1e0a031"> 1599</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9bf028aa1d4f690d9104323da1e0a031">VST_EFFECT_OPCODE_2D</a> = 0x2D,</div>
<div class="line"><a id="l01600" name="l01600"></a><span class="lineno"> 1600</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_2D */</span></div>
<div class="line"><a id="l01601" name="l01601"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aeab039054ebddff2f90ad2e0b9fed723"> 1601</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aeab039054ebddff2f90ad2e0b9fed723">VST_EFFECT_OPCODE_GETNAME</a> = 0x2D,</div>
<div class="line"><a id="l01602" name="l01602"></a><span class="lineno"> 1602</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_2D */</span></div>
<div class="line"><a id="l01603" name="l01603"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac396ef2a09f26289ff9fef764c062474"> 1603</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac396ef2a09f26289ff9fef764c062474">VST_EFFECT_OPCODE_EFFECT_NAME</a> = 0x2D,</div>
<div class="line"><a id="l01604" name="l01604"></a><span class="lineno"> 1604</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_2D */</span></div>
<div class="line"><a id="l01605" name="l01605"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aac2f9a50c9d35c14cfb65878d22a1506"> 1605</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aac2f9a50c9d35c14cfb65878d22a1506">VST_EFFECT_OPCODE_NAME</a> = 0x2D,</div>
<div class="line"><a id="l01606" name="l01606"></a><span class="lineno"> 1606</span> </div>
<div class="line"><a id="l01607" name="l01607"></a><span class="lineno"> 1607</span> <span class="comment">/** Translate an error code to a string.</span></div>
<div class="line"><span class="lineno"> 1608</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1609</span><span class="comment"> * @bug Some hosts provide unexpected data in p_ptr.</span></div>
<div class="line"><span class="lineno"> 1610</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1611</span><span class="comment"> * @deprecated (VST 2.4+) Fairly sure this is deprecated in VST 2.4 and later.</span></div>
<div class="line"><span class="lineno"> 1612</span><span class="comment"> * @param p_ptr A zero terminated char buffer with undefined size.</span></div>
<div class="line"><span class="lineno"> 1613</span><span class="comment"> * @return @ref VST_STATUS_TRUE if we could translate the error, @ref VST_STATUS_FALSE if not.</span></div>
<div class="line"><span class="lineno"> 1614</span><span class="comment"> */</span></div>
<div class="line"><a id="l01615" name="l01615"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a688762138c1a182f1f7e6b292b11f803"> 1615</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a688762138c1a182f1f7e6b292b11f803">VST_EFFECT_OPCODE_2E</a> = 0x2E,</div>
<div class="line"><a id="l01616" name="l01616"></a><span class="lineno"> 1616</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_2E */</span></div>
<div class="line"><a id="l01617" name="l01617"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af8b36d1b637686b7a0a4f54026f0e705"> 1617</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af8b36d1b637686b7a0a4f54026f0e705">VST_EFFECT_OPCODE_TRANSLATE_ERROR</a> = 0x2E,</div>
<div class="line"><a id="l01618" name="l01618"></a><span class="lineno"> 1618</span> </div>
<div class="line"><a id="l01619" name="l01619"></a><span class="lineno"> 1619</span> <span class="comment">/** Retrieve the vendor name into the ptr buffer.</span></div>
<div class="line"><span class="lineno"> 1620</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1621</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1622</span><span class="comment"> * @param p_ptr A zero terminated char buffer of size @ref VST_BUFFER_SIZE_VENDOR_NAME.</span></div>
<div class="line"><span class="lineno"> 1623</span><span class="comment"> */</span></div>
<div class="line"><a id="l01624" name="l01624"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a33601774ed24231c58eb6902f6971e7d"> 1624</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a33601774ed24231c58eb6902f6971e7d">VST_EFFECT_OPCODE_2F</a> = 0x2F,</div>
<div class="line"><a id="l01625" name="l01625"></a><span class="lineno"> 1625</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_2F */</span></div>
<div class="line"><a id="l01626" name="l01626"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696adf96a6fce885dbdc3529ef1c79e37772"> 1626</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696adf96a6fce885dbdc3529ef1c79e37772">VST_EFFECT_OPCODE_GETVENDOR</a> = 0x2F,</div>
<div class="line"><a id="l01627" name="l01627"></a><span class="lineno"> 1627</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_2F */</span></div>
<div class="line"><a id="l01628" name="l01628"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a96f6bfec3756b862ac10261ac37e06c3"> 1628</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a96f6bfec3756b862ac10261ac37e06c3">VST_EFFECT_OPCODE_VENDOR_NAME</a> = 0x2F,</div>
<div class="line"><a id="l01629" name="l01629"></a><span class="lineno"> 1629</span> </div>
<div class="line"><a id="l01630" name="l01630"></a><span class="lineno"> 1630</span> <span class="comment">/** Retrieve the product name into the ptr buffer.</span></div>
<div class="line"><span class="lineno"> 1631</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1632</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1633</span><span class="comment"> * @param p_ptr A zero terminated char buffer of size @ref VST_BUFFER_SIZE_PRODUCT_NAME.</span></div>
<div class="line"><span class="lineno"> 1634</span><span class="comment"> */</span></div>
<div class="line"><a id="l01635" name="l01635"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a74fe1da28bb7fe76edd98bfcb93b901b"> 1635</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a74fe1da28bb7fe76edd98bfcb93b901b">VST_EFFECT_OPCODE_30</a> = 0x30,</div>
<div class="line"><a id="l01636" name="l01636"></a><span class="lineno"> 1636</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_30 */</span></div>
<div class="line"><a id="l01637" name="l01637"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a66b1c38c5a5d8a5e7d8892b778e0c8fe"> 1637</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a66b1c38c5a5d8a5e7d8892b778e0c8fe">VST_EFFECT_OPCODE_GETNAME2</a> = 0x30,</div>
<div class="line"><a id="l01638" name="l01638"></a><span class="lineno"> 1638</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_30 */</span></div>
<div class="line"><a id="l01639" name="l01639"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a15849c14f497c49529b31cd7d2a2679c"> 1639</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a15849c14f497c49529b31cd7d2a2679c">VST_EFFECT_OPCODE_PRODUCT_NAME</a> = 0x30,</div>
<div class="line"><a id="l01640" name="l01640"></a><span class="lineno"> 1640</span> </div>
<div class="line"><a id="l01641" name="l01641"></a><span class="lineno"> 1641</span> <span class="comment">/** Retrieve the vendor version in return value.</span></div>
<div class="line"><span class="lineno"> 1642</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1643</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1644</span><span class="comment"> * @return Version.</span></div>
<div class="line"><span class="lineno"> 1645</span><span class="comment"> */</span></div>
<div class="line"><a id="l01646" name="l01646"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9aef0d173b206e3c09e38543f1bb42b9"> 1646</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9aef0d173b206e3c09e38543f1bb42b9">VST_EFFECT_OPCODE_31</a> = 0x31,</div>
<div class="line"><a id="l01647" name="l01647"></a><span class="lineno"> 1647</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_31 */</span></div>
<div class="line"><a id="l01648" name="l01648"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a04f4a4da72d7be229810aa50a60f21a0"> 1648</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a04f4a4da72d7be229810aa50a60f21a0">VST_EFFECT_OPCODE_GETVENDORVERSION</a> = 0x31,</div>
<div class="line"><a id="l01649" name="l01649"></a><span class="lineno"> 1649</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_31 */</span></div>
<div class="line"><a id="l01650" name="l01650"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aeeeee35ed338c3089e443cc4bc7b64e9"> 1650</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aeeeee35ed338c3089e443cc4bc7b64e9">VST_EFFECT_OPCODE_VENDOR_VERSION</a> = 0x31,</div>
<div class="line"><a id="l01651" name="l01651"></a><span class="lineno"> 1651</span> </div>
<div class="line"><a id="l01652" name="l01652"></a><span class="lineno"> 1652</span> <span class="comment">/** User-defined Op-Code for VST extensions.</span></div>
<div class="line"><span class="lineno"> 1653</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1654</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1655</span><span class="comment"> * All parameters are undefined by the standard and left up to the host/plug-in. Use @ref VST_EFFECT_OPCODE_SUPPORTS</span></div>
<div class="line"><span class="lineno"> 1656</span><span class="comment"> * and @ref VST_EFFECT_OPCODE_VENDOR_NAME + @ref VST_EFFECT_OPCODE_VENDOR_VERSION to check if the plug-in is </span></div>
<div class="line"><span class="lineno"> 1657</span><span class="comment"> * compatible with your expected format.</span></div>
<div class="line"><span class="lineno"> 1658</span><span class="comment"> */</span></div>
<div class="line"><a id="l01659" name="l01659"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1164f60b2f52cae3d30dc8d64482a15c"> 1659</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1164f60b2f52cae3d30dc8d64482a15c">VST_EFFECT_OPCODE_32</a> = 0x32,</div>
<div class="line"><a id="l01660" name="l01660"></a><span class="lineno"> 1660</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_32 */</span></div>
<div class="line"><a id="l01661" name="l01661"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a680b765dc488d61d0faef58f2d154f2a"> 1661</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a680b765dc488d61d0faef58f2d154f2a">VST_EFFECT_OPCODE_CUSTOM</a> = 0x32,</div>
<div class="line"><a id="l01662" name="l01662"></a><span class="lineno"> 1662</span> </div>
<div class="line"><a id="l01663" name="l01663"></a><span class="lineno"> 1663</span> <span class="comment">/** Test for support of a specific named feature.</span></div>
<div class="line"><span class="lineno"> 1664</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1665</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1666</span><span class="comment"> * @param p_ptr A zero terminated char buffer of undefined size containing the feature name.</span></div>
<div class="line"><span class="lineno"> 1667</span><span class="comment"> * @return @ref VST_STATUS_YES if the feature is supported, @ref VST_STATUS_NO if the feature is not supported, </span></div>
<div class="line"><span class="lineno"> 1668</span><span class="comment"> * @ref VST_STATUS_UNKNOWN in all other cases.</span></div>
<div class="line"><span class="lineno"> 1669</span><span class="comment"> */</span></div>
<div class="line"><a id="l01670" name="l01670"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3b6b6aa7bf5caca398dd412c51cbc3e3"> 1670</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3b6b6aa7bf5caca398dd412c51cbc3e3">VST_EFFECT_OPCODE_33</a> = 0x33,</div>
<div class="line"><a id="l01671" name="l01671"></a><span class="lineno"> 1671</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_33 */</span></div>
<div class="line"><a id="l01672" name="l01672"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af779fb9455663914e5f626559824dce2"> 1672</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af779fb9455663914e5f626559824dce2">VST_EFFECT_OPCODE_SUPPORTS</a> = 0x33,</div>
<div class="line"><a id="l01673" name="l01673"></a><span class="lineno"> 1673</span> </div>
<div class="line"><a id="l01674" name="l01674"></a><span class="lineno"> 1674</span> <span class="comment">/** Number of samples that are at the tail at the end of playback.</span></div>
<div class="line"><span class="lineno"> 1675</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1676</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1677</span><span class="comment"> * @return @ref VST_STATUS_UNKNOWN for automatic tail size, @ref VST_STATUS_TRUE for no tail, any other number above</span></div>
<div class="line"><span class="lineno"> 1678</span><span class="comment"> * 1 for the number of samples the tail has.</span></div>
<div class="line"><span class="lineno"> 1679</span><span class="comment"> */</span></div>
<div class="line"><a id="l01680" name="l01680"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af5ef7dd980f5a573a12026c2b6910b7a"> 1680</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af5ef7dd980f5a573a12026c2b6910b7a">VST_EFFECT_OPCODE_34</a> = 0x34,</div>
<div class="line"><a id="l01681" name="l01681"></a><span class="lineno"> 1681</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_34 */</span></div>
<div class="line"><a id="l01682" name="l01682"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac1ef7107ea949706999ca80bd7aba9d1"> 1682</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac1ef7107ea949706999ca80bd7aba9d1">VST_EFFECT_OPCODE_GETTAILSAMPLES</a> = 0x34,</div>
<div class="line"><a id="l01683" name="l01683"></a><span class="lineno"> 1683</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_34 */</span></div>
<div class="line"><a id="l01684" name="l01684"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a739f825767210c904839112b4dd3146f"> 1684</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a739f825767210c904839112b4dd3146f">VST_EFFECT_OPCODE_TAIL_SAMPLES</a> = 0x34,</div>
<div class="line"><a id="l01685" name="l01685"></a><span class="lineno"> 1685</span> </div>
<div class="line"><a id="l01686" name="l01686"></a><span class="lineno"> 1686</span> <span class="comment">/** Notify effect that it is idle?</span></div>
<div class="line"><span class="lineno"> 1687</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1688</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1689</span><span class="comment"> * @deprecated (VST 2.4+) As of VST 2.4 the default behavior is @ref VST_EFFECT_OPCODE_PROCESS_BEGIN and </span></div>
<div class="line"><span class="lineno"> 1690</span><span class="comment"> * @ref VST_EFFECT_OPCODE_PROCESS_END which allows cleaner control flows.</span></div>
<div class="line"><span class="lineno"> 1691</span><span class="comment"> * @sa vst_host_supports.startStopProcess</span></div>
<div class="line"><span class="lineno"> 1692</span><span class="comment"> */</span></div>
<div class="line"><a id="l01693" name="l01693"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7622d2f85374cfa9ba3af3ae3c9e2ea0"> 1693</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7622d2f85374cfa9ba3af3ae3c9e2ea0">VST_EFFECT_OPCODE_35</a> = 0x35,</div>
<div class="line"><a id="l01694" name="l01694"></a><span class="lineno"> 1694</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_35 */</span></div>
<div class="line"><a id="l01695" name="l01695"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3b63b56ed4e165cf5bf8d6d45c63b001"> 1695</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3b63b56ed4e165cf5bf8d6d45c63b001">VST_EFFECT_OPCODE_IDLE</a> = 0x35,</div>
<div class="line"><a id="l01696" name="l01696"></a><span class="lineno"> 1696</span> </div>
<div class="line"><a id="l01697" name="l01697"></a><span class="lineno"> 1697</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1698</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1699</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1700</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1701</span><span class="comment"> * @deprecated (VST 2.4) Invalid in all VST 2.4 and later hosts.</span></div>
<div class="line"><span class="lineno"> 1702</span><span class="comment"> */</span></div>
<div class="line"><a id="l01703" name="l01703"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7c9c2de24101d89f9c3b9165aea162be"> 1703</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7c9c2de24101d89f9c3b9165aea162be">VST_EFFECT_OPCODE_36</a> = 0x36,</div>
<div class="line"><a id="l01704" name="l01704"></a><span class="lineno"> 1704</span> </div>
<div class="line"><a id="l01705" name="l01705"></a><span class="lineno"> 1705</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1706</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1707</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1708</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1709</span><span class="comment"> * @deprecated (VST 2.4) Invalid in all VST 2.4 and later hosts.</span></div>
<div class="line"><span class="lineno"> 1710</span><span class="comment"> */</span></div>
<div class="line"><a id="l01711" name="l01711"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af28c319c3cf4ba14c65e0395ae956bb1"> 1711</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af28c319c3cf4ba14c65e0395ae956bb1">VST_EFFECT_OPCODE_37</a> = 0x37,</div>
<div class="line"><a id="l01712" name="l01712"></a><span class="lineno"> 1712</span> </div>
<div class="line"><a id="l01713" name="l01713"></a><span class="lineno"> 1713</span> <span class="comment">/** Parameter Properties</span></div>
<div class="line"><span class="lineno"> 1714</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1715</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1716</span><span class="comment"> * @param p_int1 Parameter index to get properties for.</span></div>
<div class="line"><span class="lineno"> 1717</span><span class="comment"> * @param p_ptr Pointer to @ref vst_parameter_properties_t for the given parameter.</span></div>
<div class="line"><span class="lineno"> 1718</span><span class="comment"> * @return @ref VST_STATUS_YES if supported, otherwise @ref VST_STATUS_NO.</span></div>
<div class="line"><span class="lineno"> 1719</span><span class="comment"> */</span></div>
<div class="line"><a id="l01720" name="l01720"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a8ee4b9060ced36e176f2fa2bd18910ac"> 1720</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a8ee4b9060ced36e176f2fa2bd18910ac">VST_EFFECT_OPCODE_38</a> = 0x38,</div>
<div class="line"><a id="l01721" name="l01721"></a><span class="lineno"> 1721</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_38 */</span></div>
<div class="line"><a id="l01722" name="l01722"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac7d8987baae2fd3bf3d1322156a31579"> 1722</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac7d8987baae2fd3bf3d1322156a31579">VST_EFFECT_OPCODE_GET_PARAMETER_PROPERTIES</a> = 0x38,</div>
<div class="line"><a id="l01723" name="l01723"></a><span class="lineno"> 1723</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_38 */</span></div>
<div class="line"><a id="l01724" name="l01724"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a6e1135b3419d19471954a3b4664872c6"> 1724</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a6e1135b3419d19471954a3b4664872c6">VST_EFFECT_OPCODE_PARAM_PROPERTIES</a> = 0x38,</div>
<div class="line"><a id="l01725" name="l01725"></a><span class="lineno"> 1725</span> </div>
<div class="line"><a id="l01726" name="l01726"></a><span class="lineno"> 1726</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1727</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1728</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1729</span><span class="comment"> * @deprecated (VST 2.4) Invalid in all VST 2.4 and later hosts.</span></div>
<div class="line"><span class="lineno"> 1730</span><span class="comment"> */</span></div>
<div class="line"><a id="l01731" name="l01731"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4b9d47d361ca416224132aa5b9a9a5a4"> 1731</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4b9d47d361ca416224132aa5b9a9a5a4">VST_EFFECT_OPCODE_39</a> = 0x39,</div>
<div class="line"><a id="l01732" name="l01732"></a><span class="lineno"> 1732</span> </div>
<div class="line"><a id="l01733" name="l01733"></a><span class="lineno"> 1733</span> <span class="comment">/** Retrieve the VST Version supported.</span></div>
<div class="line"><span class="lineno"> 1734</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1735</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
<div class="line"><span class="lineno"> 1736</span><span class="comment"> * @sa VST_VERSION</span></div>
<div class="line"><span class="lineno"> 1737</span><span class="comment"> * @return One of the valid enums in @ref VST_VERSION</span></div>
<div class="line"><span class="lineno"> 1738</span><span class="comment"> */</span></div>
<div class="line"><a id="l01739" name="l01739"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ab155ed3658544a96bc9794a92e75169f"> 1739</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ab155ed3658544a96bc9794a92e75169f">VST_EFFECT_OPCODE_3A</a> = 0x3A,</div>
<div class="line"><a id="l01740" name="l01740"></a><span class="lineno"> 1740</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_3A */</span></div>
<div class="line"><a id="l01741" name="l01741"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7b54e129f5e95874cefdcc138d710c20"> 1741</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7b54e129f5e95874cefdcc138d710c20">VST_EFFECT_OPCODE_VST_VERSION</a> = 0x3A,</div>
<div class="line"><a id="l01742" name="l01742"></a><span class="lineno"> 1742</span> </div>
<div class="line"><a id="l01743" name="l01743"></a><span class="lineno"> 1743</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l01744" name="l01744"></a><span class="lineno"> 1744</span> <span class="comment">// VST 2.1</span></div>
<div class="line"><a id="l01745" name="l01745"></a><span class="lineno"> 1745</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l01746" name="l01746"></a><span class="lineno"> 1746</span> </div>
<div class="line"><a id="l01747" name="l01747"></a><span class="lineno"> 1747</span> <span class="comment">/** Editor Virtual Key Down Input</span></div>
<div class="line"><span class="lineno"> 1748</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1749</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
<div class="line"><span class="lineno"> 1750</span><span class="comment"> * @param p_int1 ASCII character that represents the virtual key code.</span></div>
<div class="line"><span class="lineno"> 1751</span><span class="comment"> * @param p_int2 Virtual Key Code</span></div>
<div class="line"><span class="lineno"> 1752</span><span class="comment"> * @param p_float Modifiers being held down (bitfield)</span></div>
<div class="line"><span class="lineno"> 1753</span><span class="comment"> * @return @ref VST_STATUS_TRUE if we used the input, otherwise @ref VST_STATUS_FALSE</span></div>
<div class="line"><span class="lineno"> 1754</span><span class="comment"> */</span></div>
<div class="line"><a id="l01755" name="l01755"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a929205d9637981c6eee7241a8455db6d"> 1755</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a929205d9637981c6eee7241a8455db6d">VST_EFFECT_OPCODE_3B</a> = 0x3B,</div>
<div class="line"><a id="l01756" name="l01756"></a><span class="lineno"> 1756</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_3B */</span></div>
<div class="line"><a id="l01757" name="l01757"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7eef4adab2b561cb12d4fe2e7513f963"> 1757</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7eef4adab2b561cb12d4fe2e7513f963">VST_EFFECT_OPCODE_EDITOR_VKEY_DOWN</a> = 0x3B,</div>
<div class="line"><a id="l01758" name="l01758"></a><span class="lineno"> 1758</span> </div>
<div class="line"><a id="l01759" name="l01759"></a><span class="lineno"> 1759</span> <span class="comment">/** Editor Virtual Key Up Event</span></div>
<div class="line"><span class="lineno"> 1760</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1761</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
<div class="line"><span class="lineno"> 1762</span><span class="comment"> * @param p_int1 ASCII character that represents the virtual key code.</span></div>
<div class="line"><span class="lineno"> 1763</span><span class="comment"> * @param p_int2 Virtual Key Code</span></div>
<div class="line"><span class="lineno"> 1764</span><span class="comment"> * @param p_float Modifiers being held down (bitfield)</span></div>
<div class="line"><span class="lineno"> 1765</span><span class="comment"> * @return @ref VST_STATUS_TRUE if we used the input, otherwise @ref VST_STATUS_FALSE</span></div>
<div class="line"><span class="lineno"> 1766</span><span class="comment"> */</span></div>
<div class="line"><a id="l01767" name="l01767"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a38a911908cb06686930d7aca8e380054"> 1767</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a38a911908cb06686930d7aca8e380054">VST_EFFECT_OPCODE_3C</a> = 0x3C,</div>
<div class="line"><a id="l01768" name="l01768"></a><span class="lineno"> 1768</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_3C */</span></div>
<div class="line"><a id="l01769" name="l01769"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af48a693af3e0a3dd8c74bef13f3392c7"> 1769</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af48a693af3e0a3dd8c74bef13f3392c7">VST_EFFECT_OPCODE_EDITOR_VKEY_UP</a> = 0x3C,</div>
<div class="line"><a id="l01770" name="l01770"></a><span class="lineno"> 1770</span> </div>
<div class="line"><a id="l01771" name="l01771"></a><span class="lineno"> 1771</span> <span class="comment">/** </span></div>
<div class="line"><span class="lineno"> 1772</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1773</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
<div class="line"><span class="lineno"> 1774</span><span class="comment"> * @param p_int2 A value between 0 and 2.</span></div>
<div class="line"><span class="lineno"> 1775</span><span class="comment"> */</span></div>
<div class="line"><a id="l01776" name="l01776"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a6ccd5e816884ec85723e3f3e00ba6229"> 1776</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a6ccd5e816884ec85723e3f3e00ba6229">VST_EFFECT_OPCODE_3D</a> = 0x3D,</div>
<div class="line"><a id="l01777" name="l01777"></a><span class="lineno"> 1777</span> </div>
<div class="line"><a id="l01778" name="l01778"></a><span class="lineno"> 1778</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1779</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1780</span><span class="comment"> * Midi related</span></div>
<div class="line"><span class="lineno"> 1781</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
<div class="line"><span class="lineno"> 1782</span><span class="comment"> */</span></div>
<div class="line"><a id="l01783" name="l01783"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a101f23c8f5612ebe552ba252cfdb0ecb"> 1783</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a101f23c8f5612ebe552ba252cfdb0ecb">VST_EFFECT_OPCODE_3E</a> = 0x3E,</div>
<div class="line"><a id="l01784" name="l01784"></a><span class="lineno"> 1784</span> </div>
<div class="line"><a id="l01785" name="l01785"></a><span class="lineno"> 1785</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1786</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1787</span><span class="comment"> * Midi related</span></div>
<div class="line"><span class="lineno"> 1788</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
<div class="line"><span class="lineno"> 1789</span><span class="comment"> */</span></div>
<div class="line"><a id="l01790" name="l01790"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af35fff2e9d68b3ac04d8cc84d44019de"> 1790</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af35fff2e9d68b3ac04d8cc84d44019de">VST_EFFECT_OPCODE_3F</a> = 0x3F,</div>
<div class="line"><a id="l01791" name="l01791"></a><span class="lineno"> 1791</span> </div>
<div class="line"><a id="l01792" name="l01792"></a><span class="lineno"> 1792</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1793</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1794</span><span class="comment"> * Midi related</span></div>
<div class="line"><span class="lineno"> 1795</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
<div class="line"><span class="lineno"> 1796</span><span class="comment"> */</span></div>
<div class="line"><a id="l01797" name="l01797"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a894f6d95fd736a20dc18fe5094c008f4"> 1797</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a894f6d95fd736a20dc18fe5094c008f4">VST_EFFECT_OPCODE_40</a> = 0x40,</div>
<div class="line"><a id="l01798" name="l01798"></a><span class="lineno"> 1798</span> </div>
<div class="line"><a id="l01799" name="l01799"></a><span class="lineno"> 1799</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1800</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1801</span><span class="comment"> * Midi related</span></div>
<div class="line"><span class="lineno"> 1802</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
<div class="line"><span class="lineno"> 1803</span><span class="comment"> */</span></div>
<div class="line"><a id="l01804" name="l01804"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1dd016fc2d2d9f5fbeea645fab0efa86"> 1804</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1dd016fc2d2d9f5fbeea645fab0efa86">VST_EFFECT_OPCODE_41</a> = 0x41,</div>
<div class="line"><a id="l01805" name="l01805"></a><span class="lineno"> 1805</span> </div>
<div class="line"><a id="l01806" name="l01806"></a><span class="lineno"> 1806</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1807</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1808</span><span class="comment"> * Midi related</span></div>
<div class="line"><span class="lineno"> 1809</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
<div class="line"><span class="lineno"> 1810</span><span class="comment"> */</span></div>
<div class="line"><a id="l01811" name="l01811"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5d1cdf2000edd091b8447ec0a4ffe2a8"> 1811</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5d1cdf2000edd091b8447ec0a4ffe2a8">VST_EFFECT_OPCODE_42</a> = 0x42,</div>
<div class="line"><a id="l01812" name="l01812"></a><span class="lineno"> 1812</span> </div>
<div class="line"><a id="l01813" name="l01813"></a><span class="lineno"> 1813</span> <span class="comment">/** Host is starting to set up a program.</span></div>
<div class="line"><span class="lineno"> 1814</span><span class="comment"> * Emitted prior to the host loading a program.</span></div>
<div class="line"><span class="lineno"> 1815</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1816</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
<div class="line"><span class="lineno"> 1817</span><span class="comment"> * @return @ref VST_STATUS_TRUE if we understood the notification, or @ref VST_STATUS_FALSE if not.</span></div>
<div class="line"><span class="lineno"> 1818</span><span class="comment"> */</span></div>
<div class="line"><a id="l01819" name="l01819"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a101bea9ccc6fbc1b86dba1f2a4ad7213"> 1819</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a101bea9ccc6fbc1b86dba1f2a4ad7213">VST_EFFECT_OPCODE_43</a> = 0x43,</div>
<div class="line"><a id="l01820" name="l01820"></a><span class="lineno"> 1820</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_43 */</span></div>
<div class="line"><a id="l01821" name="l01821"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af7c3e6a262b6f0e0d53e6aec0c7c99d4"> 1821</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af7c3e6a262b6f0e0d53e6aec0c7c99d4">VST_EFFECT_OPCODE_PROGRAM_SET_BEGIN</a> = 0x43,</div>
<div class="line"><a id="l01822" name="l01822"></a><span class="lineno"> 1822</span> </div>
<div class="line"><a id="l01823" name="l01823"></a><span class="lineno"> 1823</span> <span class="comment">/** Host is done setting up a program.</span></div>
<div class="line"><span class="lineno"> 1824</span><span class="comment"> * Emitted after the host finished loading a program.</span></div>
<div class="line"><span class="lineno"> 1825</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1826</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
<div class="line"><span class="lineno"> 1827</span><span class="comment"> * @return @ref VST_STATUS_TRUE if we understood the notification, or @ref VST_STATUS_FALSE if not.</span></div>
<div class="line"><span class="lineno"> 1828</span><span class="comment"> */</span></div>
<div class="line"><a id="l01829" name="l01829"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af2f0136c707513df432291411c87fcf6"> 1829</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af2f0136c707513df432291411c87fcf6">VST_EFFECT_OPCODE_44</a> = 0x44,</div>
<div class="line"><a id="l01830" name="l01830"></a><span class="lineno"> 1830</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_44 */</span></div>
<div class="line"><a id="l01831" name="l01831"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5763f730a8bf2064223f64b3af334fce"> 1831</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5763f730a8bf2064223f64b3af334fce">VST_EFFECT_OPCODE_PROGRAM_SET_END</a> = 0x44,</div>
<div class="line"><a id="l01832" name="l01832"></a><span class="lineno"> 1832</span> </div>
<div class="line"><a id="l01833" name="l01833"></a><span class="lineno"> 1833</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l01834" name="l01834"></a><span class="lineno"> 1834</span> <span class="comment">// VST 2.3</span></div>
<div class="line"><a id="l01835" name="l01835"></a><span class="lineno"> 1835</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l01836" name="l01836"></a><span class="lineno"> 1836</span> </div>
<div class="line"><a id="l01837" name="l01837"></a><span class="lineno"> 1837</span> <span class="comment">/** Host wants to know the current speaker arrangement.</span></div>
<div class="line"><span class="lineno"> 1838</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1839</span><span class="comment"> * @note (VST 2.3+) Available from VST 2.3 onwards.</span></div>
<div class="line"><span class="lineno"> 1840</span><span class="comment"> * @param p_int2 Pointer to @ref vst_speaker_arrangement_t for the input.</span></div>
<div class="line"><span class="lineno"> 1841</span><span class="comment"> * @param p_ptr Pointer to @ref vst_speaker_arrangement_t for the output.</span></div>
<div class="line"><span class="lineno"> 1842</span><span class="comment"> * @return @ref VST_STATUS_TRUE if we were successful, otherwise @ref VST_STATUS_FALSE.</span></div>
<div class="line"><span class="lineno"> 1843</span><span class="comment"> */</span></div>
<div class="line"><a id="l01844" name="l01844"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad87e37dee7e4e179d08e3cf8f40bd018"> 1844</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad87e37dee7e4e179d08e3cf8f40bd018">VST_EFFECT_OPCODE_45</a> = 0x45,</div>
<div class="line"><a id="l01845" name="l01845"></a><span class="lineno"> 1845</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_45 */</span></div>
<div class="line"><a id="l01846" name="l01846"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a91407b1f6e5a67f9abca40a438c1d4e3"> 1846</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a91407b1f6e5a67f9abca40a438c1d4e3">VST_EFFECT_OPCODE_GET_SPEAKER_ARRANGEMENT</a> = 0x45,</div>
<div class="line"><a id="l01847" name="l01847"></a><span class="lineno"> 1847</span> </div>
<div class="line"><a id="l01848" name="l01848"></a><span class="lineno"> 1848</span> <span class="comment">/** Get the next effect contained in this effect.</span></div>
<div class="line"><span class="lineno"> 1849</span><span class="comment"> * This returns the next effect based on an effect internal counter, the host does not provide any index.</span></div>
<div class="line"><span class="lineno"> 1850</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1851</span><span class="comment"> * Used in combination with @ref VST_EFFECT_CATEGORY_CONTAINER.</span></div>
<div class="line"><span class="lineno"> 1852</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1853</span><span class="comment"> * @note (VST 2.3+) Available from VST 2.3 onwards.</span></div>
<div class="line"><span class="lineno"> 1854</span><span class="comment"> * @param p_ptr Pointer to a char buffer of size @ref VST_BUFFER_SIZE_EFFECT_NAME to store the name of the next effect.</span></div>
<div class="line"><span class="lineno"> 1855</span><span class="comment"> * @return Next effects unique_id</span></div>
<div class="line"><span class="lineno"> 1856</span><span class="comment"> */</span></div>
<div class="line"><a id="l01857" name="l01857"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af02fef4c2a78ed1558de4c5c1e78ab9e"> 1857</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af02fef4c2a78ed1558de4c5c1e78ab9e">VST_EFFECT_OPCODE_46</a> = 0x46,</div>
<div class="line"><a id="l01858" name="l01858"></a><span class="lineno"> 1858</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_46 */</span></div>
<div class="line"><a id="l01859" name="l01859"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae8103ec84e8dc3268c1f9b3480e0d255"> 1859</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae8103ec84e8dc3268c1f9b3480e0d255">VST_EFFECT_OPCODE_CONTAINER_NEXT_EFFECT_ID</a> = 0x46,</div>
<div class="line"><a id="l01860" name="l01860"></a><span class="lineno"> 1860</span> </div>
<div class="line"><a id="l01861" name="l01861"></a><span class="lineno"> 1861</span> <span class="comment">/** Begin processing of audio.</span></div>
<div class="line"><span class="lineno"> 1862</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1863</span><span class="comment"> * Host is requesting that we prepare for a new section of audio separate from the previous section.</span></div>
<div class="line"><span class="lineno"> 1864</span><span class="comment"> * @note (VST 2.3+) Available from VST 2.3 onwards.</span></div>
<div class="line"><span class="lineno"> 1865</span><span class="comment"> */</span></div>
<div class="line"><a id="l01866" name="l01866"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a8df6dda3f6b59f8ee5cd0cea8c342a01"> 1866</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a8df6dda3f6b59f8ee5cd0cea8c342a01">VST_EFFECT_OPCODE_47</a> = 0x47,</div>
<div class="line"><a id="l01867" name="l01867"></a><span class="lineno"> 1867</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_47 */</span></div>
<div class="line"><a id="l01868" name="l01868"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696adf9d50f8dc41cc445fc683c4ceb9395b"> 1868</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696adf9d50f8dc41cc445fc683c4ceb9395b">VST_EFFECT_OPCODE_PROCESS_BEGIN</a> = 0x47,</div>
<div class="line"><a id="l01869" name="l01869"></a><span class="lineno"> 1869</span> </div>
<div class="line"><a id="l01870" name="l01870"></a><span class="lineno"> 1870</span> <span class="comment">/** End processing of audio.</span></div>
<div class="line"><span class="lineno"> 1871</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1872</span><span class="comment"> * Host is requesting that we stop processing audio and go into idle instead.</span></div>
<div class="line"><span class="lineno"> 1873</span><span class="comment"> * @note (VST 2.3+) Available from VST 2.3 onwards.</span></div>
<div class="line"><span class="lineno"> 1874</span><span class="comment"> */</span></div>
<div class="line"><a id="l01875" name="l01875"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a6695b7645e49a07e8d8614f79e9b5dbd"> 1875</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a6695b7645e49a07e8d8614f79e9b5dbd">VST_EFFECT_OPCODE_48</a> = 0x48,</div>
<div class="line"><a id="l01876" name="l01876"></a><span class="lineno"> 1876</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_48 */</span></div>
<div class="line"><a id="l01877" name="l01877"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9fd112ae560e9928dfd7c0d667795e4b"> 1877</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9fd112ae560e9928dfd7c0d667795e4b">VST_EFFECT_OPCODE_PROCESS_END</a> = 0x48,</div>
<div class="line"><a id="l01878" name="l01878"></a><span class="lineno"> 1878</span> </div>
<div class="line"><a id="l01879" name="l01879"></a><span class="lineno"> 1879</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1880</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1881</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1882</span><span class="comment"> * @note (VST 2.3+) Available from VST 2.3 onwards.</span></div>
<div class="line"><span class="lineno"> 1883</span><span class="comment"> */</span></div>
<div class="line"><a id="l01884" name="l01884"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa5da737dc3b1b9397b3a3083084f0c15"> 1884</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa5da737dc3b1b9397b3a3083084f0c15">VST_EFFECT_OPCODE_49</a> = 0x49,</div>
<div class="line"><a id="l01885" name="l01885"></a><span class="lineno"> 1885</span> </div>
<div class="line"><a id="l01886" name="l01886"></a><span class="lineno"> 1886</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1887</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1888</span><span class="comment"> * @note (VST 2.3+) Available from VST 2.3 onwards.</span></div>
<div class="line"><span class="lineno"> 1889</span><span class="comment"> * @sa VST_EFFECT_CATEGORY_SPATIAL</span></div>
<div class="line"><span class="lineno"> 1890</span><span class="comment"> * @param p_int2 Unknown meaning.</span></div>
<div class="line"><span class="lineno"> 1891</span><span class="comment"> * @param p_float Unknown meaning, usually 1.0</span></div>
<div class="line"><span class="lineno"> 1892</span><span class="comment"> */</span></div>
<div class="line"><a id="l01893" name="l01893"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad08aac7efc3c45d9d2b59636a3201291"> 1893</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad08aac7efc3c45d9d2b59636a3201291">VST_EFFECT_OPCODE_4A</a> = 0x4A,</div>
<div class="line"><a id="l01894" name="l01894"></a><span class="lineno"> 1894</span> </div>
<div class="line"><a id="l01895" name="l01895"></a><span class="lineno"> 1895</span> <span class="comment">/** Host wants to know if we can load the provided bank data.</span></div>
<div class="line"><span class="lineno"> 1896</span><span class="comment"> * Should be emitted prior to @ref VST_EFFECT_OPCODE_SET_CHUNK_DATA by the host.</span></div>
<div class="line"><span class="lineno"> 1897</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1898</span><span class="comment"> * @note (VST 2.3+) Available from VST 2.3 onwards.</span></div>
<div class="line"><span class="lineno"> 1899</span><span class="comment"> * @param p_ptr Unknown structured data.</span></div>
<div class="line"><span class="lineno"> 1900</span><span class="comment"> * @return @ref VST_STATUS_NO if we can&#39;t load the data, @ref VST_STATUS_YES if we can load the data, </span></div>
<div class="line"><span class="lineno"> 1901</span><span class="comment"> * @ref VST_STATUS_UNKNOWN if this isn&#39;t supported.</span></div>
<div class="line"><span class="lineno"> 1902</span><span class="comment"> */</span></div>
<div class="line"><a id="l01903" name="l01903"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a17c010e1bff9b57aa82ca31b884a9cc8"> 1903</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a17c010e1bff9b57aa82ca31b884a9cc8">VST_EFFECT_OPCODE_4B</a> = 0x4B,</div>
<div class="line"><a id="l01904" name="l01904"></a><span class="lineno"> 1904</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_4B */</span></div>
<div class="line"><a id="l01905" name="l01905"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a46ecb69debcaa7fc23ed52559e3140bd"> 1905</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a46ecb69debcaa7fc23ed52559e3140bd">VST_EFFECT_OPCODE_BANK_LOAD</a> = 0x4B,</div>
<div class="line"><a id="l01906" name="l01906"></a><span class="lineno"> 1906</span> </div>
<div class="line"><a id="l01907" name="l01907"></a><span class="lineno"> 1907</span> <span class="comment">/** Host wants to know if we can load the provided program data.</span></div>
<div class="line"><span class="lineno"> 1908</span><span class="comment"> * Should be emitted prior to @ref VST_EFFECT_OPCODE_PROGRAM_SET_BEGIN by the host.</span></div>
<div class="line"><span class="lineno"> 1909</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1910</span><span class="comment"> * @note (VST 2.3+) Available from VST 2.3 onwards.</span></div>
<div class="line"><span class="lineno"> 1911</span><span class="comment"> * @param p_ptr Unknown structured data.</span></div>
<div class="line"><span class="lineno"> 1912</span><span class="comment"> * @return @ref VST_STATUS_NO if we can&#39;t load the data, @ref VST_STATUS_YES if we can load the data, </span></div>
<div class="line"><span class="lineno"> 1913</span><span class="comment"> * @ref VST_STATUS_UNKNOWN if this isn&#39;t supported.</span></div>
<div class="line"><span class="lineno"> 1914</span><span class="comment"> */</span></div>
<div class="line"><a id="l01915" name="l01915"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae43be42f7827612e6a94247595d49f9c"> 1915</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae43be42f7827612e6a94247595d49f9c">VST_EFFECT_OPCODE_4C</a> = 0x4C,</div>
<div class="line"><a id="l01916" name="l01916"></a><span class="lineno"> 1916</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_4C */</span></div>
<div class="line"><a id="l01917" name="l01917"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7ad5cb3f2b7d5325d4e73bc34bfa5ce5"> 1917</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7ad5cb3f2b7d5325d4e73bc34bfa5ce5">VST_EFFECT_OPCODE_PROGRAM_LOAD</a> = 0x4C,</div>
<div class="line"><a id="l01918" name="l01918"></a><span class="lineno"> 1918</span> </div>
<div class="line"><a id="l01919" name="l01919"></a><span class="lineno"> 1919</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l01920" name="l01920"></a><span class="lineno"> 1920</span> <span class="comment">// VST 2.4</span></div>
<div class="line"><a id="l01921" name="l01921"></a><span class="lineno"> 1921</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l01922" name="l01922"></a><span class="lineno"> 1922</span> </div>
<div class="line"><a id="l01923" name="l01923"></a><span class="lineno"> 1923</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1924</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1925</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1926</span><span class="comment"> * @note (VST 2.4+) Available from VST 2.4 onwards.</span></div>
<div class="line"><span class="lineno"> 1927</span><span class="comment"> */</span></div>
<div class="line"><a id="l01928" name="l01928"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a34453fdb92d7bb51e2c0ab677b1c7eb5"> 1928</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a34453fdb92d7bb51e2c0ab677b1c7eb5">VST_EFFECT_OPCODE_4D</a> = 0x4D,</div>
<div class="line"><a id="l01929" name="l01929"></a><span class="lineno"> 1929</span> </div>
<div class="line"><a id="l01930" name="l01930"></a><span class="lineno"> 1930</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1931</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1932</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1933</span><span class="comment"> * @note (VST 2.4+) Available from VST 2.4 onwards.</span></div>
<div class="line"><span class="lineno"> 1934</span><span class="comment"> */</span></div>
<div class="line"><a id="l01935" name="l01935"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a0f0b8d5b1972aa34d278aa74ae232016"> 1935</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a0f0b8d5b1972aa34d278aa74ae232016">VST_EFFECT_OPCODE_4E</a> = 0x4E,</div>
<div class="line"><a id="l01936" name="l01936"></a><span class="lineno"> 1936</span> </div>
<div class="line"><a id="l01937" name="l01937"></a><span class="lineno"> 1937</span> <span class="comment">/**</span></div>
<div class="line"><span class="lineno"> 1938</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1939</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1940</span><span class="comment"> * @note (VST 2.4+) Available from VST 2.4 onwards.</span></div>
<div class="line"><span class="lineno"> 1941</span><span class="comment"> */</span></div>
<div class="line"><a id="l01942" name="l01942"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a8c5962a79c3bb8cecd6e89449956ab78"> 1942</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a8c5962a79c3bb8cecd6e89449956ab78">VST_EFFECT_OPCODE_4F</a> = 0x4F,</div>
<div class="line"><a id="l01943" name="l01943"></a><span class="lineno"> 1943</span> </div>
<div class="line"><a id="l01944" name="l01944"></a><span class="lineno"> 1944</span> <span class="comment">/** @private */</span></div>
<div class="line"><a id="l01945" name="l01945"></a><span class="lineno"> 1945</span> VST_EFFECT_OPCODE_MAX,</div>
<div class="line"><a id="l01946" name="l01946"></a><span class="lineno"> 1946</span> </div>
<div class="line"><a id="l01947" name="l01947"></a><span class="lineno"> 1947</span> <span class="comment">/** @private */</span></div>
<div class="line"><a id="l01948" name="l01948"></a><span class="lineno"> 1948</span> _VST_EFFECT_OPCODE_PAD = 0xFFFFFFFFul,</div>
<div class="line"><a id="l01949" name="l01949"></a><span class="lineno"> 1949</span>};</div>
<div class="line"><a id="l01950" name="l01950"></a><span class="lineno"> 1950</span> </div>
<div class="line"><a id="l01951" name="l01951"></a><span class="lineno"> 1951</span><span class="comment">/** Host to Plug-in support checks</span></div>
<div class="line"><span class="lineno"> 1952</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1953</span><span class="comment"> * Provided as `char* p_ptr` in the VST_EFFECT_OPCODE_SUPPORTS op code.</span></div>
<div class="line"><span class="lineno"> 1954</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 1955</span><span class="comment"> * Harvested via strings command and just checking what plug-ins actually responded to. </span></div>
<div class="line"><span class="lineno"> 1956</span><span class="comment"> */</span></div>
<div class="line"><a id="l01957" name="l01957"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html"> 1957</a></span><span class="keyword">struct</span> <a class="code hl_struct" href="structvst__effect__supports__t.html">vst_effect_supports_t</a> {</div>
<div class="line"><a id="l01958" name="l01958"></a><span class="lineno"> 1958</span> <span class="comment">/** Effect supports alternative bypass.</span></div>
<div class="line"><span class="lineno"> 1959</span><span class="comment"> * The alternative bypass still has the host call process/process_float/process_double and expects us to compensate</span></div>
<div class="line"><span class="lineno"> 1960</span><span class="comment"> * for our delay/latency, copy inputs to outputs, and do minimal work. If we don&#39;t support it the host will not call</span></div>
<div class="line"><span class="lineno"> 1961</span><span class="comment"> * process/process_float/process_double at all while bypass is enabled.</span></div>
<div class="line"><span class="lineno"> 1962</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 1963</span><span class="comment"> * @note VST 2.3 or later only.</span></div>
<div class="line"><span class="lineno"> 1964</span><span class="comment"> * @return VST_STATUS_TRUE if we support this, otherwise VST_STATUS_FALSE.</span></div>
<div class="line"><span class="lineno"> 1965</span><span class="comment"> */</span></div>
<div class="line"><a id="l01966" name="l01966"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#ab5037d9b564497d1ff6a981596fa746f"> 1966</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#ab5037d9b564497d1ff6a981596fa746f">bypass</a>;</div>
<div class="line"><a id="l01967" name="l01967"></a><span class="lineno"> 1967</span> </div>
<div class="line"><a id="l01968" name="l01968"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a6a4bc33d77e38c2a6dcb2338f80adbcd"> 1968</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#a6a4bc33d77e38c2a6dcb2338f80adbcd">sendVstEvents</a>;</div>
<div class="line"><a id="l01969" name="l01969"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a9b59e445c1974d4936b04a38aed6d9c8"> 1969</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#a9b59e445c1974d4936b04a38aed6d9c8">receiveVstEvents</a>;</div>
<div class="line"><a id="l01970" name="l01970"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#af460acd0d3a785e6f474c90337aefa44"> 1970</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#af460acd0d3a785e6f474c90337aefa44">sendVstMidiEvent</a>;</div>
<div class="line"><a id="l01971" name="l01971"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#ad98657dfee97ce13c47df387433b19c4"> 1971</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#ad98657dfee97ce13c47df387433b19c4">receiveVstMidiEvent</a>;</div>
<div class="line"><a id="l01972" name="l01972"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#ad4593812b68452c9fb9cd9cda6ba2f2a"> 1972</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#ad4593812b68452c9fb9cd9cda6ba2f2a">midiProgramNames</a>; <span class="comment">// VST 2.1 or later.</span></div>
<div class="line"><a id="l01973" name="l01973"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a9f75a06664aecd16b53c90e0dfe263c7"> 1973</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#a9f75a06664aecd16b53c90e0dfe263c7">receiveVstTimeInfo</a>;</div>
<div class="line"><a id="l01974" name="l01974"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#ae4546cdb70d2d73d66b5fe2cc74ac409"> 1974</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#ae4546cdb70d2d73d66b5fe2cc74ac409">offline</a>;</div>
<div class="line"><a id="l01975" name="l01975"></a><span class="lineno"> 1975</span> <span class="comment">// The following were only found in VST 2.3 plug-ins </span></div>
<div class="line"><a id="l01976" name="l01976"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a19f3b10dc37634c74ba652eb29dd8c9c"> 1976</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#a19f3b10dc37634c74ba652eb29dd8c9c">plugAsChannelInsert</a>;</div>
<div class="line"><a id="l01977" name="l01977"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a8086cec9d9f331bc742bbfeb35de8ac8"> 1977</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#a8086cec9d9f331bc742bbfeb35de8ac8">conformsToWindowRules</a>; <span class="comment">// Mac OS only, invalid in VST 2.4. Seems related to vst_host_supports.sizeWindow</span></div>
<div class="line"><a id="l01978" name="l01978"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#aca1220ffa3c9a1efd7f810dad53e7b22"> 1978</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#aca1220ffa3c9a1efd7f810dad53e7b22">plugAsSend</a>;</div>
<div class="line"><a id="l01979" name="l01979"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a85726da73c22aa6bb437ef00cf4847d0"> 1979</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#a85726da73c22aa6bb437ef00cf4847d0">mixDryWet</a>;</div>
<div class="line"><a id="l01980" name="l01980"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#ab3e7a6a9e6915365d48a497ff55464c1"> 1980</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#ab3e7a6a9e6915365d48a497ff55464c1">noRealTime</a>;</div>
<div class="line"><a id="l01981" name="l01981"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#ad04d57a10924025ade25e361b9fb6a6c"> 1981</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#ad04d57a10924025ade25e361b9fb6a6c">multipass</a>;</div>
<div class="line"><a id="l01982" name="l01982"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#af0adb0b6701433048ab1fb44c4b4022c"> 1982</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#af0adb0b6701433048ab1fb44c4b4022c">metapass</a>;</div>
<div class="line"><a id="l01983" name="l01983"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a369545653d354e1a37dbd43f4c61fbf2"> 1983</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#a369545653d354e1a37dbd43f4c61fbf2">_1in1out</a>;</div>
<div class="line"><a id="l01984" name="l01984"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a5fb5fcfc3fa8d47dcc79b02f2d5e6a01"> 1984</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#a5fb5fcfc3fa8d47dcc79b02f2d5e6a01">_1in2out</a>;</div>
<div class="line"><a id="l01985" name="l01985"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a109a27795eba366359bb8c844efdf982"> 1985</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#a109a27795eba366359bb8c844efdf982">_2in1out</a>;</div>
<div class="line"><a id="l01986" name="l01986"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a4298a59574332c08ae251b19f8b4fb30"> 1986</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#a4298a59574332c08ae251b19f8b4fb30">_2in2out</a>;</div>
<div class="line"><a id="l01987" name="l01987"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a66a4bb0e8768633350c0176d429323d0"> 1987</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#a66a4bb0e8768633350c0176d429323d0">_2in4out</a>;</div>
<div class="line"><a id="l01988" name="l01988"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a6e10d8e3128b98886cbccef28acfb906"> 1988</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#a6e10d8e3128b98886cbccef28acfb906">_4in2out</a>;</div>
<div class="line"><a id="l01989" name="l01989"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a1424a3eaea6e3523a2095365c8b4d3f8"> 1989</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#a1424a3eaea6e3523a2095365c8b4d3f8">_4in4out</a>;</div>
<div class="line"><a id="l01990" name="l01990"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a41fe9d0d3694dcf3823e909266f1f655"> 1990</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#a41fe9d0d3694dcf3823e909266f1f655">_4in8out</a>;</div>
<div class="line"><a id="l01991" name="l01991"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a48935ec960f31f61d7d65fad5da3e654"> 1991</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#a48935ec960f31f61d7d65fad5da3e654">_8in4out</a>;</div>
<div class="line"><a id="l01992" name="l01992"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#ac8b18569b1bbf88299848558a44beafe"> 1992</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__effect__supports__t.html#ac8b18569b1bbf88299848558a44beafe">_8in8out</a>;</div>
<div class="line"><a id="l01993" name="l01993"></a><span class="lineno"> 1993</span>} <span class="comment">/** @private */</span> vst_effect_supports = {</div>
<div class="line"><a id="l01994" name="l01994"></a><span class="lineno"> 1994</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#ab5037d9b564497d1ff6a981596fa746f">bypass</a> = <span class="stringliteral">&quot;bypass&quot;</span>,</div>
<div class="line"><a id="l01995" name="l01995"></a><span class="lineno"> 1995</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a6a4bc33d77e38c2a6dcb2338f80adbcd">sendVstEvents</a> = <span class="stringliteral">&quot;sendVstEvents&quot;</span>,</div>
<div class="line"><a id="l01996" name="l01996"></a><span class="lineno"> 1996</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a9b59e445c1974d4936b04a38aed6d9c8">receiveVstEvents</a> = <span class="stringliteral">&quot;receiveVstEvents&quot;</span>,</div>
<div class="line"><a id="l01997" name="l01997"></a><span class="lineno"> 1997</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#af460acd0d3a785e6f474c90337aefa44">sendVstMidiEvent</a> = <span class="stringliteral">&quot;sendVstMidiEvent&quot;</span>,</div>
<div class="line"><a id="l01998" name="l01998"></a><span class="lineno"> 1998</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#ad98657dfee97ce13c47df387433b19c4">receiveVstMidiEvent</a> = <span class="stringliteral">&quot;receiveVstMidiEvent&quot;</span>,</div>
<div class="line"><a id="l01999" name="l01999"></a><span class="lineno"> 1999</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#ad4593812b68452c9fb9cd9cda6ba2f2a">midiProgramNames</a> = <span class="stringliteral">&quot;midiProgramNames&quot;</span>,</div>
<div class="line"><a id="l02000" name="l02000"></a><span class="lineno"> 2000</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a9f75a06664aecd16b53c90e0dfe263c7">receiveVstTimeInfo</a> = <span class="stringliteral">&quot;receiveVstTimeInfo&quot;</span>,</div>
<div class="line"><a id="l02001" name="l02001"></a><span class="lineno"> 2001</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#ae4546cdb70d2d73d66b5fe2cc74ac409">offline</a> = <span class="stringliteral">&quot;offline&quot;</span>,</div>
<div class="line"><a id="l02002" name="l02002"></a><span class="lineno"> 2002</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a19f3b10dc37634c74ba652eb29dd8c9c">plugAsChannelInsert</a> = <span class="stringliteral">&quot;plugAsChannelInsert&quot;</span>,</div>
<div class="line"><a id="l02003" name="l02003"></a><span class="lineno"> 2003</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a8086cec9d9f331bc742bbfeb35de8ac8">conformsToWindowRules</a> = <span class="stringliteral">&quot;conformsToWindowRules&quot;</span>,</div>
<div class="line"><a id="l02004" name="l02004"></a><span class="lineno"> 2004</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#aca1220ffa3c9a1efd7f810dad53e7b22">plugAsSend</a> = <span class="stringliteral">&quot;plugAsSend&quot;</span>,</div>
<div class="line"><a id="l02005" name="l02005"></a><span class="lineno"> 2005</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a85726da73c22aa6bb437ef00cf4847d0">mixDryWet</a> = <span class="stringliteral">&quot;mixDryWet&quot;</span>,</div>
<div class="line"><a id="l02006" name="l02006"></a><span class="lineno"> 2006</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#ab3e7a6a9e6915365d48a497ff55464c1">noRealTime</a> = <span class="stringliteral">&quot;noRealTime&quot;</span>,</div>
<div class="line"><a id="l02007" name="l02007"></a><span class="lineno"> 2007</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#ad04d57a10924025ade25e361b9fb6a6c">multipass</a> = <span class="stringliteral">&quot;multipass&quot;</span>,</div>
<div class="line"><a id="l02008" name="l02008"></a><span class="lineno"> 2008</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#af0adb0b6701433048ab1fb44c4b4022c">metapass</a> = <span class="stringliteral">&quot;metapass&quot;</span>,</div>
<div class="line"><a id="l02009" name="l02009"></a><span class="lineno"> 2009</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a369545653d354e1a37dbd43f4c61fbf2">_1in1out</a> = <span class="stringliteral">&quot;1in1out&quot;</span>,</div>
<div class="line"><a id="l02010" name="l02010"></a><span class="lineno"> 2010</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a5fb5fcfc3fa8d47dcc79b02f2d5e6a01">_1in2out</a> = <span class="stringliteral">&quot;1in2out&quot;</span>,</div>
<div class="line"><a id="l02011" name="l02011"></a><span class="lineno"> 2011</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a109a27795eba366359bb8c844efdf982">_2in1out</a> = <span class="stringliteral">&quot;2in1out&quot;</span>,</div>
<div class="line"><a id="l02012" name="l02012"></a><span class="lineno"> 2012</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a4298a59574332c08ae251b19f8b4fb30">_2in2out</a> = <span class="stringliteral">&quot;2in2out&quot;</span>,</div>
<div class="line"><a id="l02013" name="l02013"></a><span class="lineno"> 2013</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a66a4bb0e8768633350c0176d429323d0">_2in4out</a> = <span class="stringliteral">&quot;2in4out&quot;</span>,</div>
<div class="line"><a id="l02014" name="l02014"></a><span class="lineno"> 2014</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a6e10d8e3128b98886cbccef28acfb906">_4in2out</a> = <span class="stringliteral">&quot;4in2out&quot;</span>,</div>
<div class="line"><a id="l02015" name="l02015"></a><span class="lineno"> 2015</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a1424a3eaea6e3523a2095365c8b4d3f8">_4in4out</a> = <span class="stringliteral">&quot;4in4out&quot;</span>,</div>
<div class="line"><a id="l02016" name="l02016"></a><span class="lineno"> 2016</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a41fe9d0d3694dcf3823e909266f1f655">_4in8out</a> = <span class="stringliteral">&quot;4in8out&quot;</span>,</div>
<div class="line"><a id="l02017" name="l02017"></a><span class="lineno"> 2017</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a48935ec960f31f61d7d65fad5da3e654">_8in4out</a> = <span class="stringliteral">&quot;8in4out&quot;</span>,</div>
<div class="line"><a id="l02018" name="l02018"></a><span class="lineno"> 2018</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#ac8b18569b1bbf88299848558a44beafe">_8in8out</a> = <span class="stringliteral">&quot;8in8out&quot;</span>,</div>
<div class="line"><a id="l02019" name="l02019"></a><span class="lineno"> 2019</span>};</div>
<div class="line"><a id="l02020" name="l02020"></a><span class="lineno"> 2020</span> </div>
<div class="line"><a id="l02021" name="l02021"></a><span class="lineno"> 2021</span><span class="comment">/** Control the VST through an opcode and up to four parameters.</span></div>
<div class="line"><span class="lineno"> 2022</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2023</span><span class="comment"> * @sa VST_EFFECT_OPCODE</span></div>
<div class="line"><span class="lineno"> 2024</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2025</span><span class="comment"> * @param self Pointer to the effect itself.</span></div>
<div class="line"><span class="lineno"> 2026</span><span class="comment"> * @param opcode The opcode to run, see @ref VST_EFFECT_OPCODE.</span></div>
<div class="line"><span class="lineno"> 2027</span><span class="comment"> * @param p_int1 Parameter, see @ref VST_EFFECT_OPCODE.</span></div>
<div class="line"><span class="lineno"> 2028</span><span class="comment"> * @param p_int2 Parameter, see @ref VST_EFFECT_OPCODE.</span></div>
<div class="line"><span class="lineno"> 2029</span><span class="comment"> * @param p_ptr Parameter, see @ref VST_EFFECT_OPCODE.</span></div>
<div class="line"><span class="lineno"> 2030</span><span class="comment"> * @param p_float Parameter, see @ref VST_EFFECT_OPCODE.</span></div>
<div class="line"><span class="lineno"> 2031</span><span class="comment"> */</span></div>
<div class="line"><a id="l02032" name="l02032"></a><span class="lineno"><a class="line" href="vst_8h.html#a187f06ed217006cee2c625b1fc920956"> 2032</a></span><span class="keyword">typedef</span> intptr_t (<a class="code hl_define" href="vst_8h.html#ab587d75cb10e7eb0422cb34b2bf302db">VST_FUNCTION_INTERFACE</a>* vst_effect_control_t)(<span class="keyword">struct</span> <a class="code hl_struct" href="structvst__effect__t.html">vst_effect_t</a>* self, int32_t opcode, int32_t p_int1, intptr_t p_int2, <span class="keywordtype">void</span>* p_ptr, <span class="keywordtype">float</span> p_float);</div>
<div class="line"><a id="l02033" name="l02033"></a><span class="lineno"> 2033</span> </div>
<div class="line"><a id="l02034" name="l02034"></a><span class="lineno"> 2034</span><span class="comment">/** Process the given number of samples in inputs and outputs.</span></div>
<div class="line"><span class="lineno"> 2035</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 2036</span><span class="comment"> * Used to handle input data and provides output data. We seem to be the ones that provide the output buffer?</span></div>
<div class="line"><span class="lineno"> 2037</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2038</span><span class="comment"> * @param self Pointer to the effect itself.</span></div>
<div class="line"><span class="lineno"> 2039</span><span class="comment"> * @param inputs Pointer to an array of &#39;const float[samples]&#39; with size @ref vst_effect_t.num_inputs.</span></div>
<div class="line"><span class="lineno"> 2040</span><span class="comment"> * @param outputs Pointer to an array of &#39;float[samples]&#39; with size @ref vst_effect_t.num_outputs.</span></div>
<div class="line"><span class="lineno"> 2041</span><span class="comment"> * @param samples Number of samples per channel in inputs and outputs.</span></div>
<div class="line"><span class="lineno"> 2042</span><span class="comment"> */</span></div>
<div class="line"><a id="l02043" name="l02043"></a><span class="lineno"><a class="line" href="vst_8h.html#a10245b388a012f0007c6b64446377ab2"> 2043</a></span><span class="keyword">typedef</span> <span class="keywordtype">void</span> (<a class="code hl_define" href="vst_8h.html#ab587d75cb10e7eb0422cb34b2bf302db">VST_FUNCTION_INTERFACE</a>* <a class="code hl_typedef" href="vst_8h.html#a10245b388a012f0007c6b64446377ab2">vst_effect_process_t</a>) (<span class="keyword">struct</span> <a class="code hl_struct" href="structvst__effect__t.html">vst_effect_t</a>* self, <span class="keyword">const</span> <span class="keywordtype">float</span>* <span class="keyword">const</span>* inputs, <span class="keywordtype">float</span>** outputs, int32_t samples);</div>
<div class="line"><a id="l02044" name="l02044"></a><span class="lineno"> 2044</span> </div>
<div class="line"><a id="l02045" name="l02045"></a><span class="lineno"> 2045</span><span class="comment">/** Updates the value for the parameter at the given index, or does nothing if out of bounds.</span></div>
<div class="line"><span class="lineno"> 2046</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2047</span><span class="comment"> * @param self Pointer to the effect itself.</span></div>
<div class="line"><span class="lineno"> 2048</span><span class="comment"> * @param index Parameter index.</span></div>
<div class="line"><span class="lineno"> 2049</span><span class="comment"> * @param value New value for the parameter.</span></div>
<div class="line"><span class="lineno"> 2050</span><span class="comment"> */</span></div>
<div class="line"><a id="l02051" name="l02051"></a><span class="lineno"><a class="line" href="vst_8h.html#a20f63b4dc3f1f96b3c57820f99362a0d"> 2051</a></span><span class="keyword">typedef</span> <span class="keywordtype">void</span>(<a class="code hl_define" href="vst_8h.html#ab587d75cb10e7eb0422cb34b2bf302db">VST_FUNCTION_INTERFACE</a>* <a class="code hl_typedef" href="vst_8h.html#a20f63b4dc3f1f96b3c57820f99362a0d">vst_effect_set_parameter_t</a>)(<span class="keyword">struct</span> <a class="code hl_struct" href="structvst__effect__t.html">vst_effect_t</a>* self, uint32_t index, <span class="keywordtype">float</span> value);</div>
<div class="line"><a id="l02052" name="l02052"></a><span class="lineno"> 2052</span> </div>
<div class="line"><a id="l02053" name="l02053"></a><span class="lineno"> 2053</span><span class="comment">/** Retrieve the current value of the parameter at the given index, or do nothing if out of bounds.</span></div>
<div class="line"><span class="lineno"> 2054</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2055</span><span class="comment"> * @param self Pointer to the effect itself.</span></div>
<div class="line"><span class="lineno"> 2056</span><span class="comment"> * @param index Parameter index.</span></div>
<div class="line"><span class="lineno"> 2057</span><span class="comment"> * @return Current value of the parameter.</span></div>
<div class="line"><span class="lineno"> 2058</span><span class="comment"> */</span></div>
<div class="line"><a id="l02059" name="l02059"></a><span class="lineno"><a class="line" href="vst_8h.html#af0c37ddc3ece0563a356589b330db697"> 2059</a></span><span class="keyword">typedef</span> <span class="keywordtype">float</span>(<a class="code hl_define" href="vst_8h.html#ab587d75cb10e7eb0422cb34b2bf302db">VST_FUNCTION_INTERFACE</a>* <a class="code hl_typedef" href="vst_8h.html#af0c37ddc3ece0563a356589b330db697">vst_effect_get_parameter_t</a>)(<span class="keyword">struct</span> <a class="code hl_struct" href="structvst__effect__t.html">vst_effect_t</a>* self, uint32_t index);</div>
<div class="line"><a id="l02060" name="l02060"></a><span class="lineno"> 2060</span> </div>
<div class="line"><a id="l02061" name="l02061"></a><span class="lineno"> 2061</span><span class="comment">/** Process the given number of single samples in inputs and outputs.</span></div>
<div class="line"><span class="lineno"> 2062</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 2063</span><span class="comment"> * Process input and overwrite the output in place. Host provides output buffers.</span></div>
<div class="line"><span class="lineno"> 2064</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2065</span><span class="comment"> * @important Not thread-safe on MacOS for some reason or another.</span></div>
<div class="line"><span class="lineno"> 2066</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2067</span><span class="comment"> * @param self Pointer to the effect itself.</span></div>
<div class="line"><span class="lineno"> 2068</span><span class="comment"> * @param inputs Pointer to an array of &#39;const float[samples]&#39; with size numInputs.</span></div>
<div class="line"><span class="lineno"> 2069</span><span class="comment"> * @param outputs Pointer to an array of &#39;float[samples]&#39; with size numOutputs.</span></div>
<div class="line"><span class="lineno"> 2070</span><span class="comment"> * @param samples Number of samples per channel in inputs.</span></div>
<div class="line"><span class="lineno"> 2071</span><span class="comment"> */</span></div>
<div class="line"><a id="l02072" name="l02072"></a><span class="lineno"><a class="line" href="vst_8h.html#a7f2093b8c4846907f4cd39068101249a"> 2072</a></span><span class="keyword">typedef</span> <span class="keywordtype">void</span>(<a class="code hl_define" href="vst_8h.html#ab587d75cb10e7eb0422cb34b2bf302db">VST_FUNCTION_INTERFACE</a>* <a class="code hl_typedef" href="vst_8h.html#a7f2093b8c4846907f4cd39068101249a">vst_effect_process_float_t</a>)(<span class="keyword">struct</span> <a class="code hl_struct" href="structvst__effect__t.html">vst_effect_t</a>* self, <span class="keyword">const</span> <span class="keywordtype">float</span>* <span class="keyword">const</span>* inputs, <span class="keywordtype">float</span>** outputs, int32_t samples);</div>
<div class="line"><a id="l02073" name="l02073"></a><span class="lineno"> 2073</span> </div>
<div class="line"><a id="l02074" name="l02074"></a><span class="lineno"> 2074</span><span class="comment">/** Process the given number of double samples in inputs and outputs.</span></div>
<div class="line"><span class="lineno"> 2075</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 2076</span><span class="comment"> * Process input and overwrite the output in place. Host provides output buffers.</span></div>
<div class="line"><span class="lineno"> 2077</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 2078</span><span class="comment"> * @note (VST 2.4+) Available from VST 2.4 and later.</span></div>
<div class="line"><span class="lineno"> 2079</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2080</span><span class="comment"> * @param self Pointer to the effect itself.</span></div>
<div class="line"><span class="lineno"> 2081</span><span class="comment"> * @param inputs Pointer to an array of &#39;const double[samples]&#39; with size numInputs.</span></div>
<div class="line"><span class="lineno"> 2082</span><span class="comment"> * @param outputs Pointer to an array of &#39;double[samples]&#39; with size numOutputs.</span></div>
<div class="line"><span class="lineno"> 2083</span><span class="comment"> * @param samples Number of samples per channel in inputs.</span></div>
<div class="line"><span class="lineno"> 2084</span><span class="comment"> */</span></div>
<div class="line"><a id="l02085" name="l02085"></a><span class="lineno"><a class="line" href="vst_8h.html#a2e0a659f8b4b8857a799a0b9c683a216"> 2085</a></span><span class="keyword">typedef</span> <span class="keywordtype">void</span> (<a class="code hl_define" href="vst_8h.html#ab587d75cb10e7eb0422cb34b2bf302db">VST_FUNCTION_INTERFACE</a>* <a class="code hl_typedef" href="vst_8h.html#a2e0a659f8b4b8857a799a0b9c683a216">vst_effect_process_double_t</a>)(<span class="keyword">struct</span> <a class="code hl_struct" href="structvst__effect__t.html">vst_effect_t</a>* self, <span class="keyword">const</span> <span class="keywordtype">double</span>* <span class="keyword">const</span>* inputs, <span class="keywordtype">double</span>** outputs, int32_t samples);</div>
<div class="line"><a id="l02086" name="l02086"></a><span class="lineno"> 2086</span> </div>
<div class="line"><a id="l02087" name="l02087"></a><span class="lineno"> 2087</span><span class="comment">/** Plug-in Effect definition</span></div>
<div class="line"><span class="lineno"> 2088</span><span class="comment"> */</span></div>
<div class="line"><a id="l02089" name="l02089"></a><span class="lineno"><a class="line" href="structvst__effect__t.html"> 2089</a></span><span class="keyword">struct</span> <a class="code hl_struct" href="structvst__effect__t.html">vst_effect_t</a> {</div>
<div class="line"><a id="l02090" name="l02090"></a><span class="lineno"> 2090</span> <span class="comment">/** VST Magic Number</span></div>
<div class="line"><span class="lineno"> 2091</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2092</span><span class="comment"> * Should always be VST_FOURCC(&#39;VstP&#39;)</span></div>
<div class="line"><span class="lineno"> 2093</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2094</span><span class="comment"> * @sa VST_MAGICNUMBER</span></div>
<div class="line"><span class="lineno"> 2095</span><span class="comment"> */</span></div>
<div class="line"><a id="l02096" name="l02096"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a1f8a46bbce3d5a344c8913cb57bcb3ea"> 2096</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#a1f8a46bbce3d5a344c8913cb57bcb3ea">magic_number</a>;</div>
<div class="line"><a id="l02097" name="l02097"></a><span class="lineno"> 2097</span> </div>
<div class="line"><a id="l02098" name="l02098"></a><span class="lineno"> 2098</span> <span class="comment">/** Control Function</span></div>
<div class="line"><span class="lineno"> 2099</span><span class="comment"> * @sa vst_effect_control_t</span></div>
<div class="line"><span class="lineno"> 2100</span><span class="comment"> * @sa VST_EFFECT_OPCODE</span></div>
<div class="line"><span class="lineno"> 2101</span><span class="comment"> */</span></div>
<div class="line"><a id="l02102" name="l02102"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#afec5297ef9b4703c2478d128568ce608"> 2102</a></span> vst_effect_control_t <a class="code hl_variable" href="structvst__effect__t.html#afec5297ef9b4703c2478d128568ce608">control</a>;</div>
<div class="line"><a id="l02103" name="l02103"></a><span class="lineno"> 2103</span> </div>
<div class="line"><a id="l02104" name="l02104"></a><span class="lineno"> 2104</span> <span class="comment">/** Process Function</span></div>
<div class="line"><span class="lineno"> 2105</span><span class="comment"> * @sa vst_effect_process_t</span></div>
<div class="line"><span class="lineno"> 2106</span><span class="comment"> * @deprecated (VST 2.4+) Deprecated and practically unsupported in all VST 2.4 compatible hosts and may treat it</span></div>
<div class="line"><span class="lineno"> 2107</span><span class="comment"> * as just another @ref vst_effect_t.process_float.</span></div>
<div class="line"><span class="lineno"> 2108</span><span class="comment"> */</span></div>
<div class="line"><a id="l02109" name="l02109"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a6b2cc5a39fa749e491d5293977fe3a10"> 2109</a></span> <a class="code hl_typedef" href="vst_8h.html#a10245b388a012f0007c6b64446377ab2">vst_effect_process_t</a> <a class="code hl_variable" href="structvst__effect__t.html#a6b2cc5a39fa749e491d5293977fe3a10">process</a>;</div>
<div class="line"><a id="l02110" name="l02110"></a><span class="lineno"> 2110</span> </div>
<div class="line"><a id="l02111" name="l02111"></a><span class="lineno"> 2111</span> <span class="comment">/** Set Parameter Function</span></div>
<div class="line"><span class="lineno"> 2112</span><span class="comment"> * @sa vst_effect_set_parameter_t</span></div>
<div class="line"><span class="lineno"> 2113</span><span class="comment"> */</span></div>
<div class="line"><a id="l02114" name="l02114"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a8b0e914e0f40313ae4a71e30a85b6e2b"> 2114</a></span> <a class="code hl_typedef" href="vst_8h.html#a20f63b4dc3f1f96b3c57820f99362a0d">vst_effect_set_parameter_t</a> <a class="code hl_variable" href="structvst__effect__t.html#a8b0e914e0f40313ae4a71e30a85b6e2b">set_parameter</a>;</div>
<div class="line"><a id="l02115" name="l02115"></a><span class="lineno"> 2115</span> </div>
<div class="line"><a id="l02116" name="l02116"></a><span class="lineno"> 2116</span> <span class="comment">/** Get Parameter Function</span></div>
<div class="line"><span class="lineno"> 2117</span><span class="comment"> * @sa vst_effect_get_parameter_t</span></div>
<div class="line"><span class="lineno"> 2118</span><span class="comment"> */</span></div>
<div class="line"><a id="l02119" name="l02119"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#ad556a5a0e25085030509a4fac0d07e3b"> 2119</a></span> <a class="code hl_typedef" href="vst_8h.html#af0c37ddc3ece0563a356589b330db697">vst_effect_get_parameter_t</a> <a class="code hl_variable" href="structvst__effect__t.html#ad556a5a0e25085030509a4fac0d07e3b">get_parameter</a>;</div>
<div class="line"><a id="l02120" name="l02120"></a><span class="lineno"> 2120</span> </div>
<div class="line"><a id="l02121" name="l02121"></a><span class="lineno"> 2121</span> <span class="comment">/** Number of available pre-defined programs.</span></div>
<div class="line"><span class="lineno"> 2122</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2123</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PROGRAM_LOAD</span></div>
<div class="line"><span class="lineno"> 2124</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PROGRAM_SET_BEGIN</span></div>
<div class="line"><span class="lineno"> 2125</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PROGRAM_SET</span></div>
<div class="line"><span class="lineno"> 2126</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PROGRAM_SET_NAME</span></div>
<div class="line"><span class="lineno"> 2127</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PROGRAM_SET_END</span></div>
<div class="line"><span class="lineno"> 2128</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PROGRAM_GET</span></div>
<div class="line"><span class="lineno"> 2129</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PROGRAM_GET_NAME</span></div>
<div class="line"><span class="lineno"> 2130</span><span class="comment"> * @sa VST_EFFECT_FLAG_CHUNKS</span></div>
<div class="line"><span class="lineno"> 2131</span><span class="comment"> * @sa VST_EFFECT_OPCODE_SET_CHUNK_DATA</span></div>
<div class="line"><span class="lineno"> 2132</span><span class="comment"> * @sa VST_EFFECT_OPCODE_GET_CHUNK_DATA</span></div>
<div class="line"><span class="lineno"> 2133</span><span class="comment"> */</span></div>
<div class="line"><a id="l02134" name="l02134"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a73439cdba53843cc4d8b5e7fd4541801"> 2134</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#a73439cdba53843cc4d8b5e7fd4541801">num_programs</a>;</div>
<div class="line"><a id="l02135" name="l02135"></a><span class="lineno"> 2135</span> </div>
<div class="line"><a id="l02136" name="l02136"></a><span class="lineno"> 2136</span> <span class="comment">/** Number of available parameters.</span></div>
<div class="line"><span class="lineno"> 2137</span><span class="comment"> * All programs must have at least this many parameters.</span></div>
<div class="line"><span class="lineno"> 2138</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2139</span><span class="comment"> * @sa VST_HOST_OPCODE_IO_MODIFIED</span></div>
<div class="line"><span class="lineno"> 2140</span><span class="comment"> */</span></div>
<div class="line"><a id="l02141" name="l02141"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#acb1c1f4708f390c12473c37bcf941c81"> 2141</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#acb1c1f4708f390c12473c37bcf941c81">num_params</a>;</div>
<div class="line"><a id="l02142" name="l02142"></a><span class="lineno"> 2142</span> </div>
<div class="line"><a id="l02143" name="l02143"></a><span class="lineno"> 2143</span> <span class="comment">/** Number of available input streams.</span></div>
<div class="line"><span class="lineno"> 2144</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2145</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2146</span><span class="comment"> * @sa VST_EFFECT_OPCODE_GET_SPEAKER_ARRANGEMENT</span></div>
<div class="line"><span class="lineno"> 2147</span><span class="comment"> * @sa VST_EFFECT_OPCODE_INPUT_GET_PROPERTIES</span></div>
<div class="line"><span class="lineno"> 2148</span><span class="comment"> * @sa VST_HOST_OPCODE_IO_MODIFIED</span></div>
<div class="line"><span class="lineno"> 2149</span><span class="comment"> */</span></div>
<div class="line"><a id="l02150" name="l02150"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#ae95d43470b9e68ebb4ce9cc7930fb95b"> 2150</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#ae95d43470b9e68ebb4ce9cc7930fb95b">num_inputs</a>;</div>
<div class="line"><a id="l02151" name="l02151"></a><span class="lineno"> 2151</span> </div>
<div class="line"><a id="l02152" name="l02152"></a><span class="lineno"> 2152</span> <span class="comment">/** Number of available output streams.</span></div>
<div class="line"><span class="lineno"> 2153</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2154</span><span class="comment"> * @sa VST_EFFECT_OPCODE_GET_SPEAKER_ARRANGEMENT</span></div>
<div class="line"><span class="lineno"> 2155</span><span class="comment"> * @sa VST_EFFECT_OPCODE_OUTPUT_GET_PROPERTIES</span></div>
<div class="line"><span class="lineno"> 2156</span><span class="comment"> * @sa VST_HOST_OPCODE_IO_MODIFIED</span></div>
<div class="line"><span class="lineno"> 2157</span><span class="comment"> */</span></div>
<div class="line"><a id="l02158" name="l02158"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a16fb322ee839b5eabec21dfc6080a0aa"> 2158</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#a16fb322ee839b5eabec21dfc6080a0aa">num_outputs</a>;</div>
<div class="line"><a id="l02159" name="l02159"></a><span class="lineno"> 2159</span> </div>
<div class="line"><a id="l02160" name="l02160"></a><span class="lineno"> 2160</span> <span class="comment">/** Effect Flags</span></div>
<div class="line"><span class="lineno"> 2161</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 2162</span><span class="comment"> * @sa VST_EFFECT_FLAGS</span></div>
<div class="line"><span class="lineno"> 2163</span><span class="comment"> */</span></div>
<div class="line"><a id="l02164" name="l02164"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a6e60924b1b770b95ee4566c9c40ca516"> 2164</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#a6e60924b1b770b95ee4566c9c40ca516">flags</a>;</div>
<div class="line"><a id="l02165" name="l02165"></a><span class="lineno"> 2165</span> </div>
<div class="line"><a id="l02166" name="l02166"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#aea6508b20455977331f51749b9b5b15d"> 2166</a></span> <span class="keywordtype">void</span>* <a class="code hl_variable" href="structvst__effect__t.html#aea6508b20455977331f51749b9b5b15d">_unknown_00</a>; <span class="comment">// Must be zero when created. Reserved for host?</span></div>
<div class="line"><a id="l02167" name="l02167"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#aa9b31c04fdd3054e9e666317adf7853c"> 2167</a></span> <span class="keywordtype">void</span>* <a class="code hl_variable" href="structvst__effect__t.html#aa9b31c04fdd3054e9e666317adf7853c">_unknown_01</a>; <span class="comment">// Must be zero when created. Reserved for host?</span></div>
<div class="line"><a id="l02168" name="l02168"></a><span class="lineno"> 2168</span> </div>
<div class="line"><a id="l02169" name="l02169"></a><span class="lineno"> 2169</span> <span class="comment">/** Initial delay before processing of samples can actually begin in Samples.</span></div>
<div class="line"><span class="lineno"> 2170</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 2171</span><span class="comment"> * @note The host can modify this at runtime so it is not safe. </span></div>
<div class="line"><span class="lineno"> 2172</span><span class="comment"> * @note Should be reinitialized when the effect is resumed.</span></div>
<div class="line"><span class="lineno"> 2173</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2174</span><span class="comment"> * @sa VST_HOST_OPCODE_IO_MODIFIED</span></div>
<div class="line"><span class="lineno"> 2175</span><span class="comment"> */</span></div>
<div class="line"><a id="l02176" name="l02176"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#add0a35a4462b39e9b83d63fd5001231c"> 2176</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#add0a35a4462b39e9b83d63fd5001231c">delay</a>;</div>
<div class="line"><a id="l02177" name="l02177"></a><span class="lineno"> 2177</span> </div>
<div class="line"><a id="l02178" name="l02178"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a4a526814ed2457ff046fd4519eaef949"> 2178</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#a4a526814ed2457ff046fd4519eaef949">_unknown_02</a>; <span class="comment">// Unknown int32_t values.</span></div>
<div class="line"><a id="l02179" name="l02179"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#aaf83120c5797313a214c7a158ff61a12"> 2179</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#aaf83120c5797313a214c7a158ff61a12">_unknown_03</a>;</div>
<div class="line"><a id="l02180" name="l02180"></a><span class="lineno"> 2180</span> </div>
<div class="line"><a id="l02181" name="l02181"></a><span class="lineno"> 2181</span> <span class="comment">/** Ratio of Input to Output production</span></div>
<div class="line"><span class="lineno"> 2182</span><span class="comment"> * Defines how much output data is produced relative to input data when using &#39;process&#39; instead of &#39;processFloat&#39;.</span></div>
<div class="line"><span class="lineno"> 2183</span><span class="comment"> * Example: A ratio of 2.0 means we produce twice as much output as we receive input.</span></div>
<div class="line"><span class="lineno"> 2184</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2185</span><span class="comment"> * Range: &gt;0.0 to Infinity</span></div>
<div class="line"><span class="lineno"> 2186</span><span class="comment"> * Default: 1.0</span></div>
<div class="line"><span class="lineno"> 2187</span><span class="comment"> * @note Ignored in VST 2.4 or with VST_EFFECT_FLAG_SUPPORTS_FLOAT.</span></div>
<div class="line"><span class="lineno"> 2188</span><span class="comment"> */</span></div>
<div class="line"><a id="l02189" name="l02189"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a7339b8f2e5aa6f967d4a3968d89f98a1"> 2189</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="structvst__effect__t.html#a7339b8f2e5aa6f967d4a3968d89f98a1">input_output_ratio</a>;</div>
<div class="line"><a id="l02190" name="l02190"></a><span class="lineno"> 2190</span> </div>
<div class="line"><a id="l02191" name="l02191"></a><span class="lineno"> 2191</span> <span class="comment">/** Effect Internal Pointer</span></div>
<div class="line"><span class="lineno"> 2192</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2193</span><span class="comment"> * You can freely set this to point at some sort of class or similar for use in your own effect. The host must</span></div>
<div class="line"><span class="lineno"> 2194</span><span class="comment"> * never modify this or the data available through this.</span></div>
<div class="line"><span class="lineno"> 2195</span><span class="comment"> */</span></div>
<div class="line"><a id="l02196" name="l02196"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#acca19695c0017d0f9466e6057a3b8760"> 2196</a></span> <span class="keywordtype">void</span>* <a class="code hl_variable" href="structvst__effect__t.html#acca19695c0017d0f9466e6057a3b8760">effect_internal</a>;</div>
<div class="line"><a id="l02197" name="l02197"></a><span class="lineno"> 2197</span> </div>
<div class="line"><a id="l02198" name="l02198"></a><span class="lineno"> 2198</span> <span class="comment">/** Host Internal Pointer</span></div>
<div class="line"><span class="lineno"> 2199</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2200</span><span class="comment"> * The host may set this to point at data related to your effect instance that the host needs. The effect must</span></div>
<div class="line"><span class="lineno"> 2201</span><span class="comment"> * never modify this or the data available through this.</span></div>
<div class="line"><span class="lineno"> 2202</span><span class="comment"> */</span></div>
<div class="line"><a id="l02203" name="l02203"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a843c15cf66a288a5fc0116fcce5ec2b0"> 2203</a></span> <span class="keywordtype">void</span>* <a class="code hl_variable" href="structvst__effect__t.html#a843c15cf66a288a5fc0116fcce5ec2b0">host_internal</a>; <span class="comment">// Pointer to Host internal data.</span></div>
<div class="line"><a id="l02204" name="l02204"></a><span class="lineno"> 2204</span> </div>
<div class="line"><a id="l02205" name="l02205"></a><span class="lineno"> 2205</span> <span class="comment">/** Id of the plugin.</span></div>
<div class="line"><span class="lineno"> 2206</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 2207</span><span class="comment"> * Due to this not being enough for uniqueness, it should not be used alone for indexing.</span></div>
<div class="line"><span class="lineno"> 2208</span><span class="comment"> * Ideally you want to index like this:</span></div>
<div class="line"><span class="lineno"> 2209</span><span class="comment"> * [unique_id][module_name][version][flags]</span></div>
<div class="line"><span class="lineno"> 2210</span><span class="comment"> * If any of the checks after unique_id fail, you default to the first possible choice.</span></div>
<div class="line"><span class="lineno"> 2211</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2212</span><span class="comment"> * Used in combination with @ref VST_EFFECT_CATEGORY_CONTAINER.</span></div>
<div class="line"><span class="lineno"> 2213</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 2214</span><span class="comment"> * BUG: Some broken hosts rely on this alone to save information about VST plug-ins.</span></div>
<div class="line"><span class="lineno"> 2215</span><span class="comment"> */</span></div>
<div class="line"><a id="l02216" name="l02216"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a55281d2049cabb1f0f4720fea1155af4"> 2216</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#a55281d2049cabb1f0f4720fea1155af4">unique_id</a>;</div>
<div class="line"><a id="l02217" name="l02217"></a><span class="lineno"> 2217</span> </div>
<div class="line"><a id="l02218" name="l02218"></a><span class="lineno"> 2218</span> <span class="comment">/** Plugin version</span></div>
<div class="line"><span class="lineno"> 2219</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2220</span><span class="comment"> * Unrelated to the minimum VST Version, but often the same.</span></div>
<div class="line"><span class="lineno"> 2221</span><span class="comment"> */</span></div>
<div class="line"><a id="l02222" name="l02222"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a7c9ecaba8204d87a389caa57f81c5694"> 2222</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#a7c9ecaba8204d87a389caa57f81c5694">version</a>;</div>
<div class="line"><a id="l02223" name="l02223"></a><span class="lineno"> 2223</span> </div>
<div class="line"><a id="l02224" name="l02224"></a><span class="lineno"> 2224</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l02225" name="l02225"></a><span class="lineno"> 2225</span> <span class="comment">// VST 2.x starts here.</span></div>
<div class="line"><a id="l02226" name="l02226"></a><span class="lineno"> 2226</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l02227" name="l02227"></a><span class="lineno"> 2227</span> </div>
<div class="line"><a id="l02228" name="l02228"></a><span class="lineno"> 2228</span> <span class="comment">/** Process function for in-place single (32-bit float) processiong.</span></div>
<div class="line"><span class="lineno"> 2229</span><span class="comment"> * @sa vst_effect_process_single_t</span></div>
<div class="line"><span class="lineno"> 2230</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 and later.</span></div>
<div class="line"><span class="lineno"> 2231</span><span class="comment"> */</span></div>
<div class="line"><a id="l02232" name="l02232"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a784b4b31eb7146fc3519c02e291a52ef"> 2232</a></span> <a class="code hl_typedef" href="vst_8h.html#a7f2093b8c4846907f4cd39068101249a">vst_effect_process_float_t</a> <a class="code hl_variable" href="structvst__effect__t.html#a784b4b31eb7146fc3519c02e291a52ef">process_float</a>;</div>
<div class="line"><a id="l02233" name="l02233"></a><span class="lineno"> 2233</span> </div>
<div class="line"><a id="l02234" name="l02234"></a><span class="lineno"> 2234</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l02235" name="l02235"></a><span class="lineno"> 2235</span> <span class="comment">// VST 2.4 starts here.</span></div>
<div class="line"><a id="l02236" name="l02236"></a><span class="lineno"> 2236</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l02237" name="l02237"></a><span class="lineno"> 2237</span> </div>
<div class="line"><a id="l02238" name="l02238"></a><span class="lineno"> 2238</span> <span class="comment">/** Process function for in-place double (64-bit float) processiong.</span></div>
<div class="line"><span class="lineno"> 2239</span><span class="comment"> * @sa vst_effect_process_double_t</span></div>
<div class="line"><span class="lineno"> 2240</span><span class="comment"> * @note (VST 2.4+) Available from VST 2.4 and later.</span></div>
<div class="line"><span class="lineno"> 2241</span><span class="comment"> */</span></div>
<div class="line"><a id="l02242" name="l02242"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a289f10b730f005028dfa6e3a81e9fb6f"> 2242</a></span> <a class="code hl_typedef" href="vst_8h.html#a2e0a659f8b4b8857a799a0b9c683a216">vst_effect_process_double_t</a> <a class="code hl_variable" href="structvst__effect__t.html#a289f10b730f005028dfa6e3a81e9fb6f">process_double</a>;</div>
<div class="line"><a id="l02243" name="l02243"></a><span class="lineno"> 2243</span> </div>
<div class="line"><a id="l02244" name="l02244"></a><span class="lineno"> 2244</span> <span class="comment">// Everything after this is unknown and was present in reacomp-standalone.dll.</span></div>
<div class="line"><a id="l02245" name="l02245"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#aa7b1aaa0a269f355ae70dd7e98d2e88d"> 2245</a></span> uint8_t <a class="code hl_variable" href="structvst__effect__t.html#aa7b1aaa0a269f355ae70dd7e98d2e88d">_unknown</a>[56]; <span class="comment">// 56-bytes of something. Could also just be 52-bytes.</span></div>
<div class="line"><a id="l02246" name="l02246"></a><span class="lineno"> 2246</span>};</div>
<div class="line"><a id="l02247" name="l02247"></a><span class="lineno"> 2247</span> </div>
<div class="line"><a id="l02248" name="l02248"></a><span class="lineno"> 2248</span><span class="comment">/** VST 2.x Entry Point for all platforms</span></div>
<div class="line"><span class="lineno"> 2249</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 2250</span><span class="comment"> * Must be present in VST 2.x plug-ins but must not be present in VST 1.x plug-ins.</span></div>
<div class="line"><span class="lineno"> 2251</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 2252</span><span class="comment"> * @return A new instance of the VST 2.x effect.</span></div>
<div class="line"><span class="lineno"> 2253</span><span class="comment"> */</span></div>
<div class="line"><a id="l02254" name="l02254"></a><span class="lineno"><a class="line" href="vst_8h.html#af5c20ce194fde78467d1dbd926fca4d9"> 2254</a></span><span class="preprocessor">#</span><span class="preprocessor">define</span> <span class="preprocessor">VST_ENTRYPOINT</span></div>
<div class="line"><a id="l02255" name="l02255"></a><span class="lineno"> 2255</span> <span class="preprocessor">vst_effect_t</span><span class="preprocessor">*</span> <span class="preprocessor">VSTPluginMain</span><span class="preprocessor">(</span><span class="preprocessor">vst_host_callback_t</span> <span class="preprocessor">callback</span><span class="preprocessor">)</span></div>
<div class="line"><a id="l02256" name="l02256"></a><span class="lineno"> 2256</span> </div>
<div class="line"><a id="l02257" name="l02257"></a><span class="lineno"> 2257</span><span class="comment">/** [DEPRECATED] VST 1.x Entry Point for Windows</span></div>
<div class="line"><span class="lineno"> 2258</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 2259</span><span class="comment"> * Do not implement in VST 2.1 or later plug-ins!</span></div>
<div class="line"><span class="lineno"> 2260</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2261</span><span class="comment"> * @return A new instance of the VST 1.x effect.</span></div>
<div class="line"><span class="lineno"> 2262</span><span class="comment"> */</span></div>
<div class="line"><a id="l02263" name="l02263"></a><span class="lineno"><a class="line" href="vst_8h.html#a224bcc8caacf5906a25ae60542d31028"> 2263</a></span><span class="preprocessor">#</span><span class="preprocessor">define</span> <span class="preprocessor">VST_ENTRYPOINT_WINDOWS</span></div>
<div class="line"><a id="l02264" name="l02264"></a><span class="lineno"> 2264</span> <span class="preprocessor">vst_effect_t</span><span class="preprocessor">*</span> <span class="preprocessor">MAIN</span><span class="preprocessor">(</span><span class="preprocessor">vst_host_callback_t</span> <span class="preprocessor">callback</span><span class="preprocessor">)</span> <span class="preprocessor">{</span> <span class="keywordflow">return</span> <span class="preprocessor">VSTPluginMain</span><span class="preprocessor">(</span><span class="preprocessor">callback</span><span class="preprocessor">)</span><span class="preprocessor">;</span> <span class="preprocessor">}</span></div>
<div class="line"><a id="l02265" name="l02265"></a><span class="lineno"> 2265</span> </div>
<div class="line"><a id="l02266" name="l02266"></a><span class="lineno"> 2266</span><span class="comment">/** [DEPRECATED] VST 1.x Entry Point for MacOS</span></div>
<div class="line"><span class="lineno"> 2267</span><span class="comment"> *</span></div>
<div class="line"><span class="lineno"> 2268</span><span class="comment"> * Do not implement in VST 2.1 or later plug-ins!</span></div>
<div class="line"><span class="lineno"> 2269</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2270</span><span class="comment"> * @return A new instance of the VST 1.x effect.</span></div>
<div class="line"><span class="lineno"> 2271</span><span class="comment"> */</span></div>
<div class="line"><a id="l02272" name="l02272"></a><span class="lineno"><a class="line" href="vst_8h.html#ad6404cff9cc94786e4c95d8ca8d234b5"> 2272</a></span><span class="preprocessor">#</span><span class="preprocessor">define</span> <span class="preprocessor">VST_ENTRYPOINT_MACOS</span></div>
<div class="line"><a id="l02273" name="l02273"></a><span class="lineno"> 2273</span> <span class="preprocessor">vst_effect_t</span><span class="preprocessor">*</span> <span class="preprocessor">main_macho</span><span class="preprocessor">(</span><span class="preprocessor">vst_host_callback_t</span> <span class="preprocessor">callback</span><span class="preprocessor">)</span> <span class="preprocessor">{</span> <span class="keywordflow">return</span> <span class="preprocessor">VSTPluginMain</span><span class="preprocessor">(</span><span class="preprocessor">callback</span><span class="preprocessor">)</span><span class="preprocessor">;</span> <span class="preprocessor">}</span></div>
<div class="line"><a id="l02274" name="l02274"></a><span class="lineno"> 2274</span> </div>
<div class="line"><a id="l02275" name="l02275"></a><span class="lineno"> 2275</span><span class="comment">/** [DEPRECATED] VST 2.3 Entry Point for PowerPC</span></div>
<div class="line"><span class="lineno"> 2276</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2277</span><span class="comment"> * Present in some VST 2.3 and earlier compatible plug-ins that support MacOS. </span></div>
<div class="line"><span class="lineno"> 2278</span><span class="comment"> * </span></div>
<div class="line"><span class="lineno"> 2279</span><span class="comment"> * @return A new instance of the VST 2.x effect.</span></div>
<div class="line"><span class="lineno"> 2280</span><span class="comment"> */</span></div>
<div class="line"><a id="l02281" name="l02281"></a><span class="lineno"><a class="line" href="vst_8h.html#a026df697cddfdd1e622e272acaed81a3"> 2281</a></span><span class="preprocessor">#</span><span class="preprocessor">define</span> <span class="preprocessor">VST_ENTRYPOINT_MACOS_POWERPC</span></div>
<div class="line"><a id="l02282" name="l02282"></a><span class="lineno"> 2282</span> <span class="preprocessor">vst_effect_t</span><span class="preprocessor">*</span> <span class="preprocessor">main</span><span class="preprocessor">(</span><span class="preprocessor">vst_host_callback_t</span> <span class="preprocessor">callback</span><span class="preprocessor">)</span> <span class="preprocessor">{</span> <span class="keywordflow">return</span> <span class="preprocessor">VSTPluginMain</span><span class="preprocessor">(</span><span class="preprocessor">callback</span><span class="preprocessor">)</span><span class="preprocessor">;</span> <span class="preprocessor">}</span></div>
<div class="line"><a id="l02283" name="l02283"></a><span class="lineno"> 2283</span> </div>
<div class="line"><a id="l02284" name="l02284"></a><span class="lineno"> 2284</span><span class="preprocessor">#</span><span class="preprocessor">ifdef</span> __cplusplus</div>
<div class="line"><a id="l02285" name="l02285"></a><span class="lineno"> 2285</span>}</div>
<div class="line"><a id="l02286" name="l02286"></a><span class="lineno"> 2286</span><span class="preprocessor">#</span><span class="preprocessor">endif</span></div>
<div class="line"><a id="l02287" name="l02287"></a><span class="lineno"> 2287</span><span class="preprocessor">#</span><span class="preprocessor">pragma</span> <span class="preprocessor">pack</span><span class="preprocessor">(</span><span class="preprocessor">pop</span><span class="preprocessor">)</span></div>
<div class="line"><a id="l02288" name="l02288"></a><span class="lineno"> 2288</span><span class="preprocessor">#</span><span class="preprocessor">endif</span></div>
<div class="ttc" id="astructvst__effect__supports__t_html"><div class="ttname"><a href="structvst__effect__supports__t.html">vst_effect_supports_t</a></div><div class="ttdoc">Host to Plug-in support checks.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01957">vst.h:1957</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_a109a27795eba366359bb8c844efdf982"><div class="ttname"><a href="structvst__effect__supports__t.html#a109a27795eba366359bb8c844efdf982">vst_effect_supports_t::_2in1out</a></div><div class="ttdeci">const char * _2in1out</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01985">vst.h:1985</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_a1424a3eaea6e3523a2095365c8b4d3f8"><div class="ttname"><a href="structvst__effect__supports__t.html#a1424a3eaea6e3523a2095365c8b4d3f8">vst_effect_supports_t::_4in4out</a></div><div class="ttdeci">const char * _4in4out</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01989">vst.h:1989</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_a19f3b10dc37634c74ba652eb29dd8c9c"><div class="ttname"><a href="structvst__effect__supports__t.html#a19f3b10dc37634c74ba652eb29dd8c9c">vst_effect_supports_t::plugAsChannelInsert</a></div><div class="ttdeci">const char * plugAsChannelInsert</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01976">vst.h:1976</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_a369545653d354e1a37dbd43f4c61fbf2"><div class="ttname"><a href="structvst__effect__supports__t.html#a369545653d354e1a37dbd43f4c61fbf2">vst_effect_supports_t::_1in1out</a></div><div class="ttdeci">const char * _1in1out</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01983">vst.h:1983</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_a41fe9d0d3694dcf3823e909266f1f655"><div class="ttname"><a href="structvst__effect__supports__t.html#a41fe9d0d3694dcf3823e909266f1f655">vst_effect_supports_t::_4in8out</a></div><div class="ttdeci">const char * _4in8out</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01990">vst.h:1990</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_a4298a59574332c08ae251b19f8b4fb30"><div class="ttname"><a href="structvst__effect__supports__t.html#a4298a59574332c08ae251b19f8b4fb30">vst_effect_supports_t::_2in2out</a></div><div class="ttdeci">const char * _2in2out</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01986">vst.h:1986</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_a48935ec960f31f61d7d65fad5da3e654"><div class="ttname"><a href="structvst__effect__supports__t.html#a48935ec960f31f61d7d65fad5da3e654">vst_effect_supports_t::_8in4out</a></div><div class="ttdeci">const char * _8in4out</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01991">vst.h:1991</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_a5fb5fcfc3fa8d47dcc79b02f2d5e6a01"><div class="ttname"><a href="structvst__effect__supports__t.html#a5fb5fcfc3fa8d47dcc79b02f2d5e6a01">vst_effect_supports_t::_1in2out</a></div><div class="ttdeci">const char * _1in2out</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01984">vst.h:1984</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_a66a4bb0e8768633350c0176d429323d0"><div class="ttname"><a href="structvst__effect__supports__t.html#a66a4bb0e8768633350c0176d429323d0">vst_effect_supports_t::_2in4out</a></div><div class="ttdeci">const char * _2in4out</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01987">vst.h:1987</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_a6a4bc33d77e38c2a6dcb2338f80adbcd"><div class="ttname"><a href="structvst__effect__supports__t.html#a6a4bc33d77e38c2a6dcb2338f80adbcd">vst_effect_supports_t::sendVstEvents</a></div><div class="ttdeci">const char * sendVstEvents</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01968">vst.h:1968</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_a6e10d8e3128b98886cbccef28acfb906"><div class="ttname"><a href="structvst__effect__supports__t.html#a6e10d8e3128b98886cbccef28acfb906">vst_effect_supports_t::_4in2out</a></div><div class="ttdeci">const char * _4in2out</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01988">vst.h:1988</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_a8086cec9d9f331bc742bbfeb35de8ac8"><div class="ttname"><a href="structvst__effect__supports__t.html#a8086cec9d9f331bc742bbfeb35de8ac8">vst_effect_supports_t::conformsToWindowRules</a></div><div class="ttdeci">const char * conformsToWindowRules</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01977">vst.h:1977</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_a85726da73c22aa6bb437ef00cf4847d0"><div class="ttname"><a href="structvst__effect__supports__t.html#a85726da73c22aa6bb437ef00cf4847d0">vst_effect_supports_t::mixDryWet</a></div><div class="ttdeci">const char * mixDryWet</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01979">vst.h:1979</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_a9b59e445c1974d4936b04a38aed6d9c8"><div class="ttname"><a href="structvst__effect__supports__t.html#a9b59e445c1974d4936b04a38aed6d9c8">vst_effect_supports_t::receiveVstEvents</a></div><div class="ttdeci">const char * receiveVstEvents</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01969">vst.h:1969</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_a9f75a06664aecd16b53c90e0dfe263c7"><div class="ttname"><a href="structvst__effect__supports__t.html#a9f75a06664aecd16b53c90e0dfe263c7">vst_effect_supports_t::receiveVstTimeInfo</a></div><div class="ttdeci">const char * receiveVstTimeInfo</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01973">vst.h:1973</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_ab3e7a6a9e6915365d48a497ff55464c1"><div class="ttname"><a href="structvst__effect__supports__t.html#ab3e7a6a9e6915365d48a497ff55464c1">vst_effect_supports_t::noRealTime</a></div><div class="ttdeci">const char * noRealTime</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01980">vst.h:1980</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_ab5037d9b564497d1ff6a981596fa746f"><div class="ttname"><a href="structvst__effect__supports__t.html#ab5037d9b564497d1ff6a981596fa746f">vst_effect_supports_t::bypass</a></div><div class="ttdeci">const char * bypass</div><div class="ttdoc">Effect supports alternative bypass.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01966">vst.h:1966</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_ac8b18569b1bbf88299848558a44beafe"><div class="ttname"><a href="structvst__effect__supports__t.html#ac8b18569b1bbf88299848558a44beafe">vst_effect_supports_t::_8in8out</a></div><div class="ttdeci">const char * _8in8out</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01992">vst.h:1992</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_aca1220ffa3c9a1efd7f810dad53e7b22"><div class="ttname"><a href="structvst__effect__supports__t.html#aca1220ffa3c9a1efd7f810dad53e7b22">vst_effect_supports_t::plugAsSend</a></div><div class="ttdeci">const char * plugAsSend</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01978">vst.h:1978</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_ad04d57a10924025ade25e361b9fb6a6c"><div class="ttname"><a href="structvst__effect__supports__t.html#ad04d57a10924025ade25e361b9fb6a6c">vst_effect_supports_t::multipass</a></div><div class="ttdeci">const char * multipass</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01981">vst.h:1981</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_ad4593812b68452c9fb9cd9cda6ba2f2a"><div class="ttname"><a href="structvst__effect__supports__t.html#ad4593812b68452c9fb9cd9cda6ba2f2a">vst_effect_supports_t::midiProgramNames</a></div><div class="ttdeci">const char * midiProgramNames</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01972">vst.h:1972</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_ad98657dfee97ce13c47df387433b19c4"><div class="ttname"><a href="structvst__effect__supports__t.html#ad98657dfee97ce13c47df387433b19c4">vst_effect_supports_t::receiveVstMidiEvent</a></div><div class="ttdeci">const char * receiveVstMidiEvent</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01971">vst.h:1971</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_ae4546cdb70d2d73d66b5fe2cc74ac409"><div class="ttname"><a href="structvst__effect__supports__t.html#ae4546cdb70d2d73d66b5fe2cc74ac409">vst_effect_supports_t::offline</a></div><div class="ttdeci">const char * offline</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01974">vst.h:1974</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_af0adb0b6701433048ab1fb44c4b4022c"><div class="ttname"><a href="structvst__effect__supports__t.html#af0adb0b6701433048ab1fb44c4b4022c">vst_effect_supports_t::metapass</a></div><div class="ttdeci">const char * metapass</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01982">vst.h:1982</a></div></div>
<div class="ttc" id="astructvst__effect__supports__t_html_af460acd0d3a785e6f474c90337aefa44"><div class="ttname"><a href="structvst__effect__supports__t.html#af460acd0d3a785e6f474c90337aefa44">vst_effect_supports_t::sendVstMidiEvent</a></div><div class="ttdeci">const char * sendVstMidiEvent</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01970">vst.h:1970</a></div></div>
<div class="ttc" id="astructvst__effect__t_html"><div class="ttname"><a href="structvst__effect__t.html">vst_effect_t</a></div><div class="ttdoc">Plug-in Effect definition.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02089">vst.h:2089</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_a16fb322ee839b5eabec21dfc6080a0aa"><div class="ttname"><a href="structvst__effect__t.html#a16fb322ee839b5eabec21dfc6080a0aa">vst_effect_t::num_outputs</a></div><div class="ttdeci">int32_t num_outputs</div><div class="ttdoc">Number of available output streams.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02158">vst.h:2158</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_a1f8a46bbce3d5a344c8913cb57bcb3ea"><div class="ttname"><a href="structvst__effect__t.html#a1f8a46bbce3d5a344c8913cb57bcb3ea">vst_effect_t::magic_number</a></div><div class="ttdeci">int32_t magic_number</div><div class="ttdoc">VST Magic Number.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02096">vst.h:2096</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_a289f10b730f005028dfa6e3a81e9fb6f"><div class="ttname"><a href="structvst__effect__t.html#a289f10b730f005028dfa6e3a81e9fb6f">vst_effect_t::process_double</a></div><div class="ttdeci">vst_effect_process_double_t process_double</div><div class="ttdoc">Process function for in-place double (64-bit float) processiong.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02242">vst.h:2242</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_a4a526814ed2457ff046fd4519eaef949"><div class="ttname"><a href="structvst__effect__t.html#a4a526814ed2457ff046fd4519eaef949">vst_effect_t::_unknown_02</a></div><div class="ttdeci">int32_t _unknown_02</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02178">vst.h:2178</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_a55281d2049cabb1f0f4720fea1155af4"><div class="ttname"><a href="structvst__effect__t.html#a55281d2049cabb1f0f4720fea1155af4">vst_effect_t::unique_id</a></div><div class="ttdeci">int32_t unique_id</div><div class="ttdoc">Id of the plugin.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02216">vst.h:2216</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_a6b2cc5a39fa749e491d5293977fe3a10"><div class="ttname"><a href="structvst__effect__t.html#a6b2cc5a39fa749e491d5293977fe3a10">vst_effect_t::process</a></div><div class="ttdeci">vst_effect_process_t process</div><div class="ttdoc">Process Function.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02109">vst.h:2109</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_a6e60924b1b770b95ee4566c9c40ca516"><div class="ttname"><a href="structvst__effect__t.html#a6e60924b1b770b95ee4566c9c40ca516">vst_effect_t::flags</a></div><div class="ttdeci">int32_t flags</div><div class="ttdoc">Effect Flags.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02164">vst.h:2164</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_a7339b8f2e5aa6f967d4a3968d89f98a1"><div class="ttname"><a href="structvst__effect__t.html#a7339b8f2e5aa6f967d4a3968d89f98a1">vst_effect_t::input_output_ratio</a></div><div class="ttdeci">float input_output_ratio</div><div class="ttdoc">Ratio of Input to Output production Defines how much output data is produced relative to input data w...</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02189">vst.h:2189</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_a73439cdba53843cc4d8b5e7fd4541801"><div class="ttname"><a href="structvst__effect__t.html#a73439cdba53843cc4d8b5e7fd4541801">vst_effect_t::num_programs</a></div><div class="ttdeci">int32_t num_programs</div><div class="ttdoc">Number of available pre-defined programs.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02134">vst.h:2134</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_a784b4b31eb7146fc3519c02e291a52ef"><div class="ttname"><a href="structvst__effect__t.html#a784b4b31eb7146fc3519c02e291a52ef">vst_effect_t::process_float</a></div><div class="ttdeci">vst_effect_process_float_t process_float</div><div class="ttdoc">Process function for in-place single (32-bit float) processiong.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02232">vst.h:2232</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_a7c9ecaba8204d87a389caa57f81c5694"><div class="ttname"><a href="structvst__effect__t.html#a7c9ecaba8204d87a389caa57f81c5694">vst_effect_t::version</a></div><div class="ttdeci">int32_t version</div><div class="ttdoc">Plugin version.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02222">vst.h:2222</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_a843c15cf66a288a5fc0116fcce5ec2b0"><div class="ttname"><a href="structvst__effect__t.html#a843c15cf66a288a5fc0116fcce5ec2b0">vst_effect_t::host_internal</a></div><div class="ttdeci">void * host_internal</div><div class="ttdoc">Host Internal Pointer.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02203">vst.h:2203</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_a8b0e914e0f40313ae4a71e30a85b6e2b"><div class="ttname"><a href="structvst__effect__t.html#a8b0e914e0f40313ae4a71e30a85b6e2b">vst_effect_t::set_parameter</a></div><div class="ttdeci">vst_effect_set_parameter_t set_parameter</div><div class="ttdoc">Set Parameter Function.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02114">vst.h:2114</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_aa7b1aaa0a269f355ae70dd7e98d2e88d"><div class="ttname"><a href="structvst__effect__t.html#aa7b1aaa0a269f355ae70dd7e98d2e88d">vst_effect_t::_unknown</a></div><div class="ttdeci">uint8_t _unknown[56]</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02245">vst.h:2245</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_aa9b31c04fdd3054e9e666317adf7853c"><div class="ttname"><a href="structvst__effect__t.html#aa9b31c04fdd3054e9e666317adf7853c">vst_effect_t::_unknown_01</a></div><div class="ttdeci">void * _unknown_01</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02167">vst.h:2167</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_aaf83120c5797313a214c7a158ff61a12"><div class="ttname"><a href="structvst__effect__t.html#aaf83120c5797313a214c7a158ff61a12">vst_effect_t::_unknown_03</a></div><div class="ttdeci">int32_t _unknown_03</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02179">vst.h:2179</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_acb1c1f4708f390c12473c37bcf941c81"><div class="ttname"><a href="structvst__effect__t.html#acb1c1f4708f390c12473c37bcf941c81">vst_effect_t::num_params</a></div><div class="ttdeci">int32_t num_params</div><div class="ttdoc">Number of available parameters.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02141">vst.h:2141</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_acca19695c0017d0f9466e6057a3b8760"><div class="ttname"><a href="structvst__effect__t.html#acca19695c0017d0f9466e6057a3b8760">vst_effect_t::effect_internal</a></div><div class="ttdeci">void * effect_internal</div><div class="ttdoc">Effect Internal Pointer.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02196">vst.h:2196</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_ad556a5a0e25085030509a4fac0d07e3b"><div class="ttname"><a href="structvst__effect__t.html#ad556a5a0e25085030509a4fac0d07e3b">vst_effect_t::get_parameter</a></div><div class="ttdeci">vst_effect_get_parameter_t get_parameter</div><div class="ttdoc">Get Parameter Function.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02119">vst.h:2119</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_add0a35a4462b39e9b83d63fd5001231c"><div class="ttname"><a href="structvst__effect__t.html#add0a35a4462b39e9b83d63fd5001231c">vst_effect_t::delay</a></div><div class="ttdeci">int32_t delay</div><div class="ttdoc">Initial delay before processing of samples can actually begin in Samples.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02176">vst.h:2176</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_ae95d43470b9e68ebb4ce9cc7930fb95b"><div class="ttname"><a href="structvst__effect__t.html#ae95d43470b9e68ebb4ce9cc7930fb95b">vst_effect_t::num_inputs</a></div><div class="ttdeci">int32_t num_inputs</div><div class="ttdoc">Number of available input streams.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02150">vst.h:2150</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_aea6508b20455977331f51749b9b5b15d"><div class="ttname"><a href="structvst__effect__t.html#aea6508b20455977331f51749b9b5b15d">vst_effect_t::_unknown_00</a></div><div class="ttdeci">void * _unknown_00</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02166">vst.h:2166</a></div></div>
<div class="ttc" id="astructvst__effect__t_html_afec5297ef9b4703c2478d128568ce608"><div class="ttname"><a href="structvst__effect__t.html#afec5297ef9b4703c2478d128568ce608">vst_effect_t::control</a></div><div class="ttdeci">vst_effect_control_t control</div><div class="ttdoc">Control Function.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02102">vst.h:2102</a></div></div>
<div class="ttc" id="astructvst__host__supports__t_html"><div class="ttname"><a href="structvst__host__supports__t.html">vst_host_supports_t</a></div><div class="ttdoc">Plug-in to Host support checks.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00740">vst.h:740</a></div></div>
<div class="ttc" id="astructvst__host__supports__t_html_a0e29115f972dc33f1e0f94e5dd29d135"><div class="ttname"><a href="structvst__host__supports__t.html#a0e29115f972dc33f1e0f94e5dd29d135">vst_host_supports_t::acceptIOChanges</a></div><div class="ttdeci">const char * acceptIOChanges</div><div class="ttdoc">Does the host support modifying input/output/params/delay when programs, banks or parameters are chan...</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00750">vst.h:750</a></div></div>
<div class="ttc" id="astructvst__host__supports__t_html_a18302ba2b6035a074d65fe91126ec7c7"><div class="ttname"><a href="structvst__host__supports__t.html#a18302ba2b6035a074d65fe91126ec7c7">vst_host_supports_t::openFileSelector</a></div><div class="ttdeci">const char * openFileSelector</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00788">vst.h:788</a></div></div>
<div class="ttc" id="astructvst__host__supports__t_html_a1f6480e1200140d9e9c61de73d5fc733"><div class="ttname"><a href="structvst__host__supports__t.html#a1f6480e1200140d9e9c61de73d5fc733">vst_host_supports_t::receiveVstMidiEvent</a></div><div class="ttdeci">const char * receiveVstMidiEvent</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00780">vst.h:780</a></div></div>
<div class="ttc" id="astructvst__host__supports__t_html_a46ed15dad8c717fbc424538c60f5c2d2"><div class="ttname"><a href="structvst__host__supports__t.html#a46ed15dad8c717fbc424538c60f5c2d2">vst_host_supports_t::offline</a></div><div class="ttdeci">const char * offline</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00786">vst.h:786</a></div></div>
<div class="ttc" id="astructvst__host__supports__t_html_a4cf927ab8060c5afc39c4940e8d3b4aa"><div class="ttname"><a href="structvst__host__supports__t.html#a4cf927ab8060c5afc39c4940e8d3b4aa">vst_host_supports_t::sendVstEvents</a></div><div class="ttdeci">const char * sendVstEvents</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00776">vst.h:776</a></div></div>
<div class="ttc" id="astructvst__host__supports__t_html_a535b6aee67bca280eec97438b2023e69"><div class="ttname"><a href="structvst__host__supports__t.html#a535b6aee67bca280eec97438b2023e69">vst_host_supports_t::sendVstMidiEventFlagIsRealtime</a></div><div class="ttdeci">const char * sendVstMidiEventFlagIsRealtime</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00781">vst.h:781</a></div></div>
<div class="ttc" id="astructvst__host__supports__t_html_a5d3b683854d1253b07cc0170579136bc"><div class="ttname"><a href="structvst__host__supports__t.html#a5d3b683854d1253b07cc0170579136bc">vst_host_supports_t::reportConnectionChanges</a></div><div class="ttdeci">const char * reportConnectionChanges</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00784">vst.h:784</a></div></div>
<div class="ttc" id="astructvst__host__supports__t_html_a60fa9d8e07fd1be3887ac6dd3db955e5"><div class="ttname"><a href="structvst__host__supports__t.html#a60fa9d8e07fd1be3887ac6dd3db955e5">vst_host_supports_t::startStopProcess</a></div><div class="ttdeci">const char * startStopProcess</div><div class="ttdoc">Is the host using process begin/end instead of idle? The host may opt to emit VST_EFFECT_OPCODE_IDLE ...</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00762">vst.h:762</a></div></div>
<div class="ttc" id="astructvst__host__supports__t_html_a6c763a08c444158139939e46a5a5c881"><div class="ttname"><a href="structvst__host__supports__t.html#a6c763a08c444158139939e46a5a5c881">vst_host_supports_t::sendVstMidiEvent</a></div><div class="ttdeci">const char * sendVstMidiEvent</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00779">vst.h:779</a></div></div>
<div class="ttc" id="astructvst__host__supports__t_html_a8b33f813bb3a9c7de15daa462176c14b"><div class="ttname"><a href="structvst__host__supports__t.html#a8b33f813bb3a9c7de15daa462176c14b">vst_host_supports_t::sizeWindow</a></div><div class="ttdeci">const char * sizeWindow</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00785">vst.h:785</a></div></div>
<div class="ttc" id="astructvst__host__supports__t_html_aa373ce1fbc010668609eceb8b5b8d380"><div class="ttname"><a href="structvst__host__supports__t.html#aa373ce1fbc010668609eceb8b5b8d380">vst_host_supports_t::receiveVstEvents</a></div><div class="ttdeci">const char * receiveVstEvents</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00777">vst.h:777</a></div></div>
<div class="ttc" id="astructvst__host__supports__t_html_adc0596abc5b3c78c66b595a966cdf652"><div class="ttname"><a href="structvst__host__supports__t.html#adc0596abc5b3c78c66b595a966cdf652">vst_host_supports_t::closeFileSelector</a></div><div class="ttdeci">const char * closeFileSelector</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00789">vst.h:789</a></div></div>
<div class="ttc" id="astructvst__host__supports__t_html_ae69e0621350cfdf7f8a51305e9fe8e95"><div class="ttname"><a href="structvst__host__supports__t.html#ae69e0621350cfdf7f8a51305e9fe8e95">vst_host_supports_t::sendVstTimeInfo</a></div><div class="ttdeci">const char * sendVstTimeInfo</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00783">vst.h:783</a></div></div>
<div class="ttc" id="astructvst__host__supports__t_html_aeb8dd77685b635be72c933a66056a0a1"><div class="ttname"><a href="structvst__host__supports__t.html#aeb8dd77685b635be72c933a66056a0a1">vst_host_supports_t::shellCategory</a></div><div class="ttdeci">const char * shellCategory</div><div class="ttdoc">Does the host support container plug-ins?</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00774">vst.h:774</a></div></div>
<div class="ttc" id="astructvst__parameter__properties__t_html"><div class="ttname"><a href="structvst__parameter__properties__t.html">vst_parameter_properties_t</a></div><div class="ttdoc">Information about a parameter.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00226">vst.h:226</a></div></div>
<div class="ttc" id="astructvst__parameter__properties__t_html_a02ac161f41598c9140cad6394bed1e3d"><div class="ttname"><a href="structvst__parameter__properties__t.html#a02ac161f41598c9140cad6394bed1e3d">vst_parameter_properties_t::label</a></div><div class="ttdeci">char label[VST_BUFFER_SIZE_PARAM_LABEL]</div><div class="ttdoc">Short Human-readable label for this parameter.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00294">vst.h:294</a></div></div>
<div class="ttc" id="astructvst__parameter__properties__t_html_a0979487731dfdc09f40df4a65c403a97"><div class="ttname"><a href="structvst__parameter__properties__t.html#a0979487731dfdc09f40df4a65c403a97">vst_parameter_properties_t::_reserved</a></div><div class="ttdeci">char _reserved[16]</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00329">vst.h:329</a></div></div>
<div class="ttc" id="astructvst__parameter__properties__t_html_a4b2fbabc3c1d3bd6a33242df7d32d026"><div class="ttname"><a href="structvst__parameter__properties__t.html#a4b2fbabc3c1d3bd6a33242df7d32d026">vst_parameter_properties_t::category_label</a></div><div class="ttdeci">char category_label[VST_BUFFER_SIZE_CATEGORY_LABEL]</div><div class="ttdoc">Human-readable name for the category this parameter is in.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00327">vst.h:327</a></div></div>
<div class="ttc" id="astructvst__parameter__properties__t_html_a536d12f74400069aa4dfaec620b47bdd"><div class="ttname"><a href="structvst__parameter__properties__t.html#a536d12f74400069aa4dfaec620b47bdd">vst_parameter_properties_t::flags</a></div><div class="ttdeci">uint32_t flags</div><div class="ttdoc">Parameter Flags.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00266">vst.h:266</a></div></div>
<div class="ttc" id="astructvst__parameter__properties__t_html_a63e39667345b6e1fff1a966d16940323"><div class="ttname"><a href="structvst__parameter__properties__t.html#a63e39667345b6e1fff1a966d16940323">vst_parameter_properties_t::category</a></div><div class="ttdeci">uint16_t category</div><div class="ttdoc">Category index.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00310">vst.h:310</a></div></div>
<div class="ttc" id="astructvst__parameter__properties__t_html_a781a76eec41f0337b2389f181681eb60"><div class="ttname"><a href="structvst__parameter__properties__t.html#a781a76eec41f0337b2389f181681eb60">vst_parameter_properties_t::max_value_i32</a></div><div class="ttdeci">int32_t max_value_i32</div><div class="ttdoc">Maximum Integer value.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00280">vst.h:280</a></div></div>
<div class="ttc" id="astructvst__parameter__properties__t_html_a83d812684b3fde93c09913d06574dfd4"><div class="ttname"><a href="structvst__parameter__properties__t.html#a83d812684b3fde93c09913d06574dfd4">vst_parameter_properties_t::name</a></div><div class="ttdeci">char name[VST_BUFFER_SIZE_PARAM_LONG_NAME]</div><div class="ttdoc">Human-readable name for this parameter.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00260">vst.h:260</a></div></div>
<div class="ttc" id="astructvst__parameter__properties__t_html_a88ecf0593c5a680fbcf273f3a21f9d06"><div class="ttname"><a href="structvst__parameter__properties__t.html#a88ecf0593c5a680fbcf273f3a21f9d06">vst_parameter_properties_t::step_f32</a></div><div class="ttdeci">float step_f32</div><div class="ttdoc">Float Step value.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00234">vst.h:234</a></div></div>
<div class="ttc" id="astructvst__parameter__properties__t_html_a94755e0b6feacf58e9de4b4a622fcddd"><div class="ttname"><a href="structvst__parameter__properties__t.html#a94755e0b6feacf58e9de4b4a622fcddd">vst_parameter_properties_t::step_large_f32</a></div><div class="ttdeci">float step_large_f32</div><div class="ttdoc">Float large step value This is used for &quot;huge&quot; changes.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00254">vst.h:254</a></div></div>
<div class="ttc" id="astructvst__parameter__properties__t_html_a9b1ace1183e9e315f77f51a66334357a"><div class="ttname"><a href="structvst__parameter__properties__t.html#a9b1ace1183e9e315f77f51a66334357a">vst_parameter_properties_t::step_i32</a></div><div class="ttdeci">int32_t step_i32</div><div class="ttdoc">Integer Step value.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00287">vst.h:287</a></div></div>
<div class="ttc" id="astructvst__parameter__properties__t_html_a9bbc613a559dfc92086ba0b638ab91e4"><div class="ttname"><a href="structvst__parameter__properties__t.html#a9bbc613a559dfc92086ba0b638ab91e4">vst_parameter_properties_t::index</a></div><div class="ttdeci">uint16_t index</div><div class="ttdoc">Display order index.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00301">vst.h:301</a></div></div>
<div class="ttc" id="astructvst__parameter__properties__t_html_ad471b50780abc9105eba9ac9ed561e52"><div class="ttname"><a href="structvst__parameter__properties__t.html#ad471b50780abc9105eba9ac9ed561e52">vst_parameter_properties_t::min_value_i32</a></div><div class="ttdeci">int32_t min_value_i32</div><div class="ttdoc">Minimum Integer value.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00273">vst.h:273</a></div></div>
<div class="ttc" id="astructvst__parameter__properties__t_html_ad5cfe12a6ec0e20578728cd92d64a473"><div class="ttname"><a href="structvst__parameter__properties__t.html#ad5cfe12a6ec0e20578728cd92d64a473">vst_parameter_properties_t::_unknown_00</a></div><div class="ttdeci">uint16_t _unknown_00</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00320">vst.h:320</a></div></div>
<div class="ttc" id="astructvst__parameter__properties__t_html_ad7633adf7c9bfd344844a9ababa1d078"><div class="ttname"><a href="structvst__parameter__properties__t.html#ad7633adf7c9bfd344844a9ababa1d078">vst_parameter_properties_t::step_small_f32</a></div><div class="ttdeci">float step_small_f32</div><div class="ttdoc">Float small step value This is used for &quot;tiny&quot; changes.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00244">vst.h:244</a></div></div>
<div class="ttc" id="astructvst__parameter__properties__t_html_ae7377da7bb0d90b3cf6de336f94caa54"><div class="ttname"><a href="structvst__parameter__properties__t.html#ae7377da7bb0d90b3cf6de336f94caa54">vst_parameter_properties_t::num_parameters_in_category</a></div><div class="ttdeci">uint16_t num_parameters_in_category</div><div class="ttdoc">How many parameters are in this category? This allows the plug-in to specify the same category multip...</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00318">vst.h:318</a></div></div>
<div class="ttc" id="astructvst__rect__t_html"><div class="ttname"><a href="structvst__rect__t.html">vst_rect_t</a></div><div class="ttdoc">Window/Editor Rectangle.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00152">vst.h:152</a></div></div>
<div class="ttc" id="astructvst__rect__t_html_a4007bddb202d719de238494924f17731"><div class="ttname"><a href="structvst__rect__t.html#a4007bddb202d719de238494924f17731">vst_rect_t::left</a></div><div class="ttdeci">int16_t left</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00154">vst.h:154</a></div></div>
<div class="ttc" id="astructvst__rect__t_html_a7395e93ccf2260b091346fdd7b0f2588"><div class="ttname"><a href="structvst__rect__t.html#a7395e93ccf2260b091346fdd7b0f2588">vst_rect_t::top</a></div><div class="ttdeci">int16_t top</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00153">vst.h:153</a></div></div>
<div class="ttc" id="astructvst__rect__t_html_a77217d01f61ba7707cdc5378ba23d988"><div class="ttname"><a href="structvst__rect__t.html#a77217d01f61ba7707cdc5378ba23d988">vst_rect_t::bottom</a></div><div class="ttdeci">int16_t bottom</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00155">vst.h:155</a></div></div>
<div class="ttc" id="astructvst__rect__t_html_a9a4ee7791a64a683c372dd29d53cd1b6"><div class="ttname"><a href="structvst__rect__t.html#a9a4ee7791a64a683c372dd29d53cd1b6">vst_rect_t::right</a></div><div class="ttdeci">int16_t right</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00156">vst.h:156</a></div></div>
<div class="ttc" id="astructvst__speaker__arrangement__t_html"><div class="ttname"><a href="structvst__speaker__arrangement__t.html">vst_speaker_arrangement_t</a></div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00479">vst.h:479</a></div></div>
<div class="ttc" id="astructvst__speaker__arrangement__t_html_a2a9c59d0a4d556e8db4f1d62a778a86e"><div class="ttname"><a href="structvst__speaker__arrangement__t.html#a2a9c59d0a4d556e8db4f1d62a778a86e">vst_speaker_arrangement_t::speakers</a></div><div class="ttdeci">struct vst_speaker_properties_t speakers[VST_MAX_CHANNELS]</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00482">vst.h:482</a></div></div>
<div class="ttc" id="astructvst__speaker__arrangement__t_html_a35e592b21f8755d39f6a233e469f26cc"><div class="ttname"><a href="structvst__speaker__arrangement__t.html#a35e592b21f8755d39f6a233e469f26cc">vst_speaker_arrangement_t::channels</a></div><div class="ttdeci">int32_t channels</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00481">vst.h:481</a></div></div>
<div class="ttc" id="astructvst__speaker__arrangement__t_html_aaf4f173077234d8734179739d9407f69"><div class="ttname"><a href="structvst__speaker__arrangement__t.html#aaf4f173077234d8734179739d9407f69">vst_speaker_arrangement_t::type</a></div><div class="ttdeci">int32_t type</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00480">vst.h:480</a></div></div>
<div class="ttc" id="astructvst__speaker__properties__t_html"><div class="ttname"><a href="structvst__speaker__properties__t.html">vst_speaker_properties_t</a></div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00391">vst.h:391</a></div></div>
<div class="ttc" id="astructvst__speaker__properties__t_html_a13641a2282bfa4d18878a9b2aa97607c"><div class="ttname"><a href="structvst__speaker__properties__t.html#a13641a2282bfa4d18878a9b2aa97607c">vst_speaker_properties_t::type</a></div><div class="ttdeci">int32_t type</div><div class="ttdoc">The type of the speaker.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00429">vst.h:429</a></div></div>
<div class="ttc" id="astructvst__speaker__properties__t_html_a16757ae22c28e865e8e297daa18059c4"><div class="ttname"><a href="structvst__speaker__properties__t.html#a16757ae22c28e865e8e297daa18059c4">vst_speaker_properties_t::_unknown_00</a></div><div class="ttdeci">float _unknown_00</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00413">vst.h:413</a></div></div>
<div class="ttc" id="astructvst__speaker__properties__t_html_a355e6839cc165d52b1b95d475163a3dd"><div class="ttname"><a href="structvst__speaker__properties__t.html#a355e6839cc165d52b1b95d475163a3dd">vst_speaker_properties_t::azimuth</a></div><div class="ttdeci">float azimuth</div><div class="ttdoc">Azimuth in Radians Range: -PI (Left) through 0.0 (Right) to PI (Left)</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00397">vst.h:397</a></div></div>
<div class="ttc" id="astructvst__speaker__properties__t_html_a6b1a966abf37bdc70f6295a29c2c00b2"><div class="ttname"><a href="structvst__speaker__properties__t.html#a6b1a966abf37bdc70f6295a29c2c00b2">vst_speaker_properties_t::distance</a></div><div class="ttdeci">float distance</div><div class="ttdoc">Distance in Meters range: 0 to +-Infinity.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00411">vst.h:411</a></div></div>
<div class="ttc" id="astructvst__speaker__properties__t_html_ad470f431aa92a27b0dafe96555cdeaa8"><div class="ttname"><a href="structvst__speaker__properties__t.html#ad470f431aa92a27b0dafe96555cdeaa8">vst_speaker_properties_t::altitude</a></div><div class="ttdeci">float altitude</div><div class="ttdoc">Altitude in Radians Range: -PI/2 (Bottom) to PI/2 (Top)</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00404">vst.h:404</a></div></div>
<div class="ttc" id="astructvst__speaker__properties__t_html_af4c82b716245a507553614cf5f2c71d5"><div class="ttname"><a href="structvst__speaker__properties__t.html#af4c82b716245a507553614cf5f2c71d5">vst_speaker_properties_t::name</a></div><div class="ttdeci">char name[VST_BUFFER_SIZE_SPEAKER_NAME]</div><div class="ttdoc">Human readable name for this speaker.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00420">vst.h:420</a></div></div>
<div class="ttc" id="astructvst__speaker__properties__t_html_af92d5e12067e8d6970853dda58ed935c"><div class="ttname"><a href="structvst__speaker__properties__t.html#af92d5e12067e8d6970853dda58ed935c">vst_speaker_properties_t::_reserved</a></div><div class="ttdeci">uint8_t _reserved[28]</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00431">vst.h:431</a></div></div>
<div class="ttc" id="astructvst__stream__properties__t_html"><div class="ttname"><a href="structvst__stream__properties__t.html">vst_stream_properties_t</a></div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00505">vst.h:505</a></div></div>
<div class="ttc" id="astructvst__stream__properties__t_html_a31294c7ba0a78b14af3e960ece3399be"><div class="ttname"><a href="structvst__stream__properties__t.html#a31294c7ba0a78b14af3e960ece3399be">vst_stream_properties_t::type</a></div><div class="ttdeci">int32_t type</div><div class="ttdoc">Stream arrangement (optional) See VST_SPEAKER_ARRANGEMENT_TYPE.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00518">vst.h:518</a></div></div>
<div class="ttc" id="astructvst__stream__properties__t_html_a4ab6cf9b0753323882cc2971b08371e0"><div class="ttname"><a href="structvst__stream__properties__t.html#a4ab6cf9b0753323882cc2971b08371e0">vst_stream_properties_t::flags</a></div><div class="ttdeci">int32_t flags</div><div class="ttdoc">Stream flags Any combination of VST_STREAM_FLAG.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00513">vst.h:513</a></div></div>
<div class="ttc" id="astructvst__stream__properties__t_html_a8f40ce5f9021b92721ce50d2483b5542"><div class="ttname"><a href="structvst__stream__properties__t.html#a8f40ce5f9021b92721ce50d2483b5542">vst_stream_properties_t::label</a></div><div class="ttdeci">char label[VST_BUFFER_SIZE_STREAM_LABEL]</div><div class="ttdoc">Human-readable label for this stream.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00522">vst.h:522</a></div></div>
<div class="ttc" id="astructvst__stream__properties__t_html_aa3d1bc4ce4e7a31faf644c8e6ffaa66e"><div class="ttname"><a href="structvst__stream__properties__t.html#aa3d1bc4ce4e7a31faf644c8e6ffaa66e">vst_stream_properties_t::name</a></div><div class="ttdeci">char name[VST_BUFFER_SIZE_STREAM_NAME]</div><div class="ttdoc">Human-readable name for this stream.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00508">vst.h:508</a></div></div>
<div class="ttc" id="astructvst__stream__properties__t_html_ac110bfbb4b679136b9bd71a9931711fd"><div class="ttname"><a href="structvst__stream__properties__t.html#ac110bfbb4b679136b9bd71a9931711fd">vst_stream_properties_t::_reserved</a></div><div class="ttdeci">uint8_t _reserved[48]</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00524">vst.h:524</a></div></div>
<div class="ttc" id="avst_8h_html_a06137577f2888a09174c03320eedb9f8"><div class="ttname"><a href="vst_8h.html#a06137577f2888a09174c03320eedb9f8">VST_SPEAKER_ARRANGEMENT_TYPE</a></div><div class="ttdeci">VST_SPEAKER_ARRANGEMENT_TYPE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00434">vst.h:434</a></div></div>
<div class="ttc" id="avst_8h_html_a06137577f2888a09174c03320eedb9f8a2180413656e113927bc2e288e9947943"><div class="ttname"><a href="vst_8h.html#a06137577f2888a09174c03320eedb9f8a2180413656e113927bc2e288e9947943">VST_SPEAKER_ARRANGEMENT_TYPE_7_1</a></div><div class="ttdeci">@ VST_SPEAKER_ARRANGEMENT_TYPE_7_1</div><div class="ttdoc">7.1 (Full Surround)</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00473">vst.h:473</a></div></div>
<div class="ttc" id="avst_8h_html_a06137577f2888a09174c03320eedb9f8a8233a01e0a65ab0f982d97d6b55de176"><div class="ttname"><a href="vst_8h.html#a06137577f2888a09174c03320eedb9f8a8233a01e0a65ab0f982d97d6b55de176">VST_SPEAKER_ARRANGEMENT_TYPE_UNKNOWN</a></div><div class="ttdeci">@ VST_SPEAKER_ARRANGEMENT_TYPE_UNKNOWN</div><div class="ttdoc">Unknown/Empty speaker layout.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00443">vst.h:443</a></div></div>
<div class="ttc" id="avst_8h_html_a06137577f2888a09174c03320eedb9f8a99cbc222abff5c0bb55fdf6df05c373d"><div class="ttname"><a href="vst_8h.html#a06137577f2888a09174c03320eedb9f8a99cbc222abff5c0bb55fdf6df05c373d">_VST_SPEAKER_ARRANGEMENT_TYPE_PAD</a></div><div class="ttdeci">@ _VST_SPEAKER_ARRANGEMENT_TYPE_PAD</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00476">vst.h:476</a></div></div>
<div class="ttc" id="avst_8h_html_a06137577f2888a09174c03320eedb9f8a9b4dcc860c555990fadfe648701fe163"><div class="ttname"><a href="vst_8h.html#a06137577f2888a09174c03320eedb9f8a9b4dcc860c555990fadfe648701fe163">VST_SPEAKER_ARRANGEMENT_TYPE_5_1</a></div><div class="ttdeci">@ VST_SPEAKER_ARRANGEMENT_TYPE_5_1</div><div class="ttdoc">5.1 (Old Surround)</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00467">vst.h:467</a></div></div>
<div class="ttc" id="avst_8h_html_a06137577f2888a09174c03320eedb9f8a9e69ab76ea9e2ac2d95fab209ba8e778"><div class="ttname"><a href="vst_8h.html#a06137577f2888a09174c03320eedb9f8a9e69ab76ea9e2ac2d95fab209ba8e778">VST_SPEAKER_ARRANGEMENT_TYPE_CUSTOM</a></div><div class="ttdeci">@ VST_SPEAKER_ARRANGEMENT_TYPE_CUSTOM</div><div class="ttdoc">Custom speaker arrangement.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00439">vst.h:439</a></div></div>
<div class="ttc" id="avst_8h_html_a06137577f2888a09174c03320eedb9f8aa28bb6a4bd5d13c73625e8e45f94dbde"><div class="ttname"><a href="vst_8h.html#a06137577f2888a09174c03320eedb9f8aa28bb6a4bd5d13c73625e8e45f94dbde">VST_SPEAKER_ARRANGEMENT_TYPE_MONO</a></div><div class="ttdeci">@ VST_SPEAKER_ARRANGEMENT_TYPE_MONO</div><div class="ttdoc">Mono.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00447">vst.h:447</a></div></div>
<div class="ttc" id="avst_8h_html_a06137577f2888a09174c03320eedb9f8abe8165df9c8048499a56ad7a2b0c4257"><div class="ttname"><a href="vst_8h.html#a06137577f2888a09174c03320eedb9f8abe8165df9c8048499a56ad7a2b0c4257">VST_SPEAKER_ARRANGEMENT_TYPE_STEREO</a></div><div class="ttdeci">@ VST_SPEAKER_ARRANGEMENT_TYPE_STEREO</div><div class="ttdoc">Stereo.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00451">vst.h:451</a></div></div>
<div class="ttc" id="avst_8h_html_a06137577f2888a09174c03320eedb9f8ad80b91000505b56918789b3ca91c4295"><div class="ttname"><a href="vst_8h.html#a06137577f2888a09174c03320eedb9f8ad80b91000505b56918789b3ca91c4295">VST_SPEAKER_ARRANGEMENT_TYPE_5_0</a></div><div class="ttdeci">@ VST_SPEAKER_ARRANGEMENT_TYPE_5_0</div><div class="ttdoc">5.0 (Old Surround)</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00461">vst.h:461</a></div></div>
<div class="ttc" id="avst_8h_html_a06137577f2888a09174c03320eedb9f8ae0345a06d553c02748e77df6653446f4"><div class="ttname"><a href="vst_8h.html#a06137577f2888a09174c03320eedb9f8ae0345a06d553c02748e77df6653446f4">VST_SPEAKER_ARRANGEMENT_TYPE_4_0</a></div><div class="ttdeci">@ VST_SPEAKER_ARRANGEMENT_TYPE_4_0</div><div class="ttdoc">Quadraphonic.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00455">vst.h:455</a></div></div>
<div class="ttc" id="avst_8h_html_a06c51d1e4072cbda110044ad98c1dce5"><div class="ttname"><a href="vst_8h.html#a06c51d1e4072cbda110044ad98c1dce5">VST_FOURCC</a></div><div class="ttdeci">#define VST_FOURCC(a, b, c, d)</div><div class="ttdoc">Convert four numbers into a FourCC.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00054">vst.h:54</a></div></div>
<div class="ttc" id="avst_8h_html_a096992dd814520f6112e06c8c4518a9d"><div class="ttname"><a href="vst_8h.html#a096992dd814520f6112e06c8c4518a9d">VST_VERSION</a></div><div class="ttdeci">VST_VERSION</div><div class="ttdoc">Valid VST 1.x and 2.x versions The format is either a single digit or four digits in Base10 format.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00134">vst.h:134</a></div></div>
<div class="ttc" id="avst_8h_html_a096992dd814520f6112e06c8c4518a9da239709f07f3f56879be8af57ea1021a0"><div class="ttname"><a href="vst_8h.html#a096992dd814520f6112e06c8c4518a9da239709f07f3f56879be8af57ea1021a0">VST_VERSION_1_1_0_0</a></div><div class="ttdeci">@ VST_VERSION_1_1_0_0</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00137">vst.h:137</a></div></div>
<div class="ttc" id="avst_8h_html_a096992dd814520f6112e06c8c4518a9da3c3be332f33bd75f122ecac6273c31cc"><div class="ttname"><a href="vst_8h.html#a096992dd814520f6112e06c8c4518a9da3c3be332f33bd75f122ecac6273c31cc">VST_VERSION_2_1_0_0</a></div><div class="ttdeci">@ VST_VERSION_2_1_0_0</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00140">vst.h:140</a></div></div>
<div class="ttc" id="avst_8h_html_a096992dd814520f6112e06c8c4518a9da49dbd76be6e340a1b652dd6742f59871"><div class="ttname"><a href="vst_8h.html#a096992dd814520f6112e06c8c4518a9da49dbd76be6e340a1b652dd6742f59871">VST_VERSION_2_0_0_0</a></div><div class="ttdeci">@ VST_VERSION_2_0_0_0</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00139">vst.h:139</a></div></div>
<div class="ttc" id="avst_8h_html_a096992dd814520f6112e06c8c4518a9da856cfb4513254ae6af4a25e4e08f85ce"><div class="ttname"><a href="vst_8h.html#a096992dd814520f6112e06c8c4518a9da856cfb4513254ae6af4a25e4e08f85ce">_VST_VERSION_PAD</a></div><div class="ttdeci">@ _VST_VERSION_PAD</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00146">vst.h:146</a></div></div>
<div class="ttc" id="avst_8h_html_a096992dd814520f6112e06c8c4518a9da8fb9d123ffe334555d621a11b0a1a68b"><div class="ttname"><a href="vst_8h.html#a096992dd814520f6112e06c8c4518a9da8fb9d123ffe334555d621a11b0a1a68b">VST_VERSION_2</a></div><div class="ttdeci">@ VST_VERSION_2</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00138">vst.h:138</a></div></div>
<div class="ttc" id="avst_8h_html_a096992dd814520f6112e06c8c4518a9dab7385134ea3799d460f079f6ebc6fc8f"><div class="ttname"><a href="vst_8h.html#a096992dd814520f6112e06c8c4518a9dab7385134ea3799d460f079f6ebc6fc8f">VST_VERSION_2_2_0_0</a></div><div class="ttdeci">@ VST_VERSION_2_2_0_0</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00141">vst.h:141</a></div></div>
<div class="ttc" id="avst_8h_html_a096992dd814520f6112e06c8c4518a9dac3fc868f9ca618f01677a31c38e34c41"><div class="ttname"><a href="vst_8h.html#a096992dd814520f6112e06c8c4518a9dac3fc868f9ca618f01677a31c38e34c41">VST_VERSION_2_3_0_0</a></div><div class="ttdeci">@ VST_VERSION_2_3_0_0</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00142">vst.h:142</a></div></div>
<div class="ttc" id="avst_8h_html_a096992dd814520f6112e06c8c4518a9dac95b45526d8d0029e0423af33909fdbb"><div class="ttname"><a href="vst_8h.html#a096992dd814520f6112e06c8c4518a9dac95b45526d8d0029e0423af33909fdbb">VST_VERSION_2_4_0_0</a></div><div class="ttdeci">@ VST_VERSION_2_4_0_0</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00143">vst.h:143</a></div></div>
<div class="ttc" id="avst_8h_html_a096992dd814520f6112e06c8c4518a9dad5ba5e42b8cfa0957f33c141f514f30d"><div class="ttname"><a href="vst_8h.html#a096992dd814520f6112e06c8c4518a9dad5ba5e42b8cfa0957f33c141f514f30d">VST_VERSION_1_0_0_0</a></div><div class="ttdeci">@ VST_VERSION_1_0_0_0</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00136">vst.h:136</a></div></div>
<div class="ttc" id="avst_8h_html_a096992dd814520f6112e06c8c4518a9dafbd4b6191f6982d43d28a8ffe69a7ef6"><div class="ttname"><a href="vst_8h.html#a096992dd814520f6112e06c8c4518a9dafbd4b6191f6982d43d28a8ffe69a7ef6">VST_VERSION_1</a></div><div class="ttdeci">@ VST_VERSION_1</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00135">vst.h:135</a></div></div>
<div class="ttc" id="avst_8h_html_a10245b388a012f0007c6b64446377ab2"><div class="ttname"><a href="vst_8h.html#a10245b388a012f0007c6b64446377ab2">vst_effect_process_t</a></div><div class="ttdeci">void(VST_FUNCTION_INTERFACE * vst_effect_process_t)(struct vst_effect_t *self, const float *const *inputs, float **outputs, int32_t samples)</div><div class="ttdoc">Process the given number of samples in inputs and outputs.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02043">vst.h:2043</a></div></div>
<div class="ttc" id="avst_8h_html_a159930143b669088b88b43a54cf91eaf"><div class="ttname"><a href="vst_8h.html#a159930143b669088b88b43a54cf91eaf">VST_MAX_CHANNELS</a></div><div class="ttdeci">#define VST_MAX_CHANNELS</div><div class="ttdoc">Maximum number of channels/streams/inputs/outputs supported by VST 2.x.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00050">vst.h:50</a></div></div>
<div class="ttc" id="avst_8h_html_a20f63b4dc3f1f96b3c57820f99362a0d"><div class="ttname"><a href="vst_8h.html#a20f63b4dc3f1f96b3c57820f99362a0d">vst_effect_set_parameter_t</a></div><div class="ttdeci">void(VST_FUNCTION_INTERFACE * vst_effect_set_parameter_t)(struct vst_effect_t *self, uint32_t index, float value)</div><div class="ttdoc">Updates the value for the parameter at the given index, or does nothing if out of bounds.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02051">vst.h:2051</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ec"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ec">VST_HOST_OPCODE</a></div><div class="ttdeci">VST_HOST_OPCODE</div><div class="ttdoc">Plug-in to Host Op-Codes These Op-Codes are emitted by the plug-in and the host may handle them or re...</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00537">vst.h:537</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca08975ca236f216f4ed35ce48972e050f"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca08975ca236f216f4ed35ce48972e050f">VST_HOST_OPCODE_28</a></div><div class="ttdeci">@ VST_HOST_OPCODE_28</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00696">vst.h:696</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca09a3c97fe9287955833e2f6954866a66"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca09a3c97fe9287955833e2f6954866a66">VST_HOST_OPCODE_04</a></div><div class="ttdeci">@ VST_HOST_OPCODE_04</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00578">vst.h:578</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca0ce8cb1267ca52b726029c6fe26c3020"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca0ce8cb1267ca52b726029c6fe26c3020">VST_HOST_OPCODE_18</a></div><div class="ttdeci">@ VST_HOST_OPCODE_18</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00634">vst.h:634</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca0ffcacbc5374ae2f07f839adefb7c88e"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca0ffcacbc5374ae2f07f839adefb7c88e">VST_HOST_OPCODE_EDITOR_UPDATE</a></div><div class="ttdeci">@ VST_HOST_OPCODE_EDITOR_UPDATE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00705">vst.h:705</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca148d4e1015d0a82c6ca48a251d9497e7"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca148d4e1015d0a82c6ca48a251d9497e7">VST_HOST_OPCODE_CURRENT_EFFECT_ID</a></div><div class="ttdeci">@ VST_HOST_OPCODE_CURRENT_EFFECT_ID</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00568">vst.h:568</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca149b360bad03dbfbf517ca2e5a92a867"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca149b360bad03dbfbf517ca2e5a92a867">VST_HOST_OPCODE_PARAM_START_EDIT</a></div><div class="ttdeci">@ VST_HOST_OPCODE_PARAM_START_EDIT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00713">vst.h:713</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca165352695e471be9666970c65a33fc13"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca165352695e471be9666970c65a33fc13">VST_HOST_OPCODE_PARAM_STOP_EDIT</a></div><div class="ttdeci">@ VST_HOST_OPCODE_PARAM_STOP_EDIT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00721">vst.h:721</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca1da3853b0bf55feb651236d8be1cb3c5"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca1da3853b0bf55feb651236d8be1cb3c5">VST_HOST_OPCODE_06</a></div><div class="ttdeci">@ VST_HOST_OPCODE_06</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00586">vst.h:586</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca218e6eadb0eda302fcdc07ad5b619a1c"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca218e6eadb0eda302fcdc07ad5b619a1c">VST_HOST_OPCODE_1A</a></div><div class="ttdeci">@ VST_HOST_OPCODE_1A</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00638">vst.h:638</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca27ccf6c0ae6965462d0c95668a5328e9"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca27ccf6c0ae6965462d0c95668a5328e9">VST_HOST_OPCODE_0F</a></div><div class="ttdeci">@ VST_HOST_OPCODE_0F</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00616">vst.h:616</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca28bcfd43d8494d6c1a1bf22b180b6ef4"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca28bcfd43d8494d6c1a1bf22b180b6ef4">VST_HOST_OPCODE_2F</a></div><div class="ttdeci">@ VST_HOST_OPCODE_2F</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00725">vst.h:725</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca3365f17c1b25e26e5b7ef3d3e1da82e0"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3365f17c1b25e26e5b7ef3d3e1da82e0">VST_HOST_OPCODE_IO_MODIFIED</a></div><div class="ttdeci">@ VST_HOST_OPCODE_IO_MODIFIED</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00614">vst.h:614</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca34073cc936673d594b7d8b204f4ee702"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca34073cc936673d594b7d8b204f4ee702">VST_HOST_OPCODE_1B</a></div><div class="ttdeci">@ VST_HOST_OPCODE_1B</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00640">vst.h:640</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca397585e27e5a49a75956cf67adfda496"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca397585e27e5a49a75956cf67adfda496">VST_HOST_OPCODE_12</a></div><div class="ttdeci">@ VST_HOST_OPCODE_12</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00622">vst.h:622</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca3a854908f0c413d0d640b832df931b06"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3a854908f0c413d0d640b832df931b06">VST_HOST_OPCODE_KEEPALIVE_OR_IDLE</a></div><div class="ttdeci">@ VST_HOST_OPCODE_KEEPALIVE_OR_IDLE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00576">vst.h:576</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca3b23e2a663f72c14de38545f5965b98c"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3b23e2a663f72c14de38545f5965b98c">VST_HOST_OPCODE_07</a></div><div class="ttdeci">@ VST_HOST_OPCODE_07</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00588">vst.h:588</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca3c8889289a797d661f99363f225bf676"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3c8889289a797d661f99363f225bf676">VST_HOST_OPCODE_1C</a></div><div class="ttdeci">@ VST_HOST_OPCODE_1C</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00642">vst.h:642</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca3eef311d09c48627d15a673d9f58df08"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3eef311d09c48627d15a673d9f58df08">VST_HOST_OPCODE_08</a></div><div class="ttdeci">@ VST_HOST_OPCODE_08</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00590">vst.h:590</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca40706c6f7f484360e142111eed9e2e92"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca40706c6f7f484360e142111eed9e2e92">VST_HOST_OPCODE_27</a></div><div class="ttdeci">@ VST_HOST_OPCODE_27</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00694">vst.h:694</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca4f020706035267b415e09ca975d0f867"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca4f020706035267b415e09ca975d0f867">VST_HOST_OPCODE_20</a></div><div class="ttdeci">@ VST_HOST_OPCODE_20</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00650">vst.h:650</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca554b9a2e4b2527f2f2809efd88bf1545"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca554b9a2e4b2527f2f2809efd88bf1545">VST_HOST_OPCODE_2B</a></div><div class="ttdeci">@ VST_HOST_OPCODE_2B</div><div class="ttdoc">Notify host that a parameter is being edited.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00711">vst.h:711</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca569af76d45053b5bc284483aa61ae8bd"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca569af76d45053b5bc284483aa61ae8bd">VST_HOST_OPCODE_16</a></div><div class="ttdeci">@ VST_HOST_OPCODE_16</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00630">vst.h:630</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca58c3e43a832e713d2ed75f915061aa6e"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca58c3e43a832e713d2ed75f915061aa6e">VST_HOST_OPCODE_25</a></div><div class="ttdeci">@ VST_HOST_OPCODE_25</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00683">vst.h:683</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca5d240547cb3d3770f9f1562e5fc1d16a"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca5d240547cb3d3770f9f1562e5fc1d16a">VST_HOST_OPCODE_1D</a></div><div class="ttdeci">@ VST_HOST_OPCODE_1D</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00644">vst.h:644</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca62ed9789aab31ab3665a914119c7bb74"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca62ed9789aab31ab3665a914119c7bb74">VST_HOST_OPCODE_23</a></div><div class="ttdeci">@ VST_HOST_OPCODE_23</div><div class="ttdoc">Retrieve the vendor version in return value.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00672">vst.h:672</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca63761c3bd53b7879024215effc1df189"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca63761c3bd53b7879024215effc1df189">VST_HOST_OPCODE_15</a></div><div class="ttdeci">@ VST_HOST_OPCODE_15</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00628">vst.h:628</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca66e278e2453c9f62563f342a200d4c11"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca66e278e2453c9f62563f342a200d4c11">VST_HOST_OPCODE_24</a></div><div class="ttdeci">@ VST_HOST_OPCODE_24</div><div class="ttdoc">User defined OP Code, for custom interaction.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00679">vst.h:679</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca6939acd78f360173c037c5a065a8a49e"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca6939acd78f360173c037c5a065a8a49e">VST_HOST_OPCODE_19</a></div><div class="ttdeci">@ VST_HOST_OPCODE_19</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00636">vst.h:636</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca6dfa321fca143f0a84bfd2199a7f3c6b"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca6dfa321fca143f0a84bfd2199a7f3c6b">VST_HOST_OPCODE_05</a></div><div class="ttdeci">@ VST_HOST_OPCODE_05</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00584">vst.h:584</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca6ebe804dfc7563289833b1f35493f5e2"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca6ebe804dfc7563289833b1f35493f5e2">VST_HOST_OPCODE_1E</a></div><div class="ttdeci">@ VST_HOST_OPCODE_1E</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00646">vst.h:646</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca738ae2e2aa8fe5a3727e5bcfe5557d6a"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca738ae2e2aa8fe5a3727e5bcfe5557d6a">VST_HOST_OPCODE_29</a></div><div class="ttdeci">@ VST_HOST_OPCODE_29</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00698">vst.h:698</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca76de8850892950b1342863fc55ec62c4"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca76de8850892950b1342863fc55ec62c4">VST_HOST_OPCODE_01</a></div><div class="ttdeci">@ VST_HOST_OPCODE_01</div><div class="ttdoc">Retrieve the Hosts VST Version.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00556">vst.h:556</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca77bc04a20d96cc016628c63593bc8275"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca77bc04a20d96cc016628c63593bc8275">VST_HOST_OPCODE_AUTOMATE</a></div><div class="ttdeci">@ VST_HOST_OPCODE_AUTOMATE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00548">vst.h:548</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca86ffb81da10069c6f90c2c976e7481ed"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca86ffb81da10069c6f90c2c976e7481ed">VST_HOST_OPCODE_0A</a></div><div class="ttdeci">@ VST_HOST_OPCODE_0A</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00594">vst.h:594</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca8788d3ed32651d1e572c7cea98ffe2c8"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca8788d3ed32651d1e572c7cea98ffe2c8">VST_HOST_OPCODE_26</a></div><div class="ttdeci">@ VST_HOST_OPCODE_26</div><div class="ttdoc">Check if the host supports a certain feature.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00690">vst.h:690</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca87ce9751c0bff6ef1e27c52b814c1e4a"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca87ce9751c0bff6ef1e27c52b814c1e4a">VST_HOST_OPCODE_11</a></div><div class="ttdeci">@ VST_HOST_OPCODE_11</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00620">vst.h:620</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca9158362e2038a2cc7fdadbe164572a32"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9158362e2038a2cc7fdadbe164572a32">VST_HOST_OPCODE_0C</a></div><div class="ttdeci">@ VST_HOST_OPCODE_0C</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00598">vst.h:598</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca9226e0e6b1e3929060be3c534d54efab"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9226e0e6b1e3929060be3c534d54efab">VST_HOST_OPCODE_10</a></div><div class="ttdeci">@ VST_HOST_OPCODE_10</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00618">vst.h:618</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca9e86c9deba6977be5229b2982d0c8aa6"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9e86c9deba6977be5229b2982d0c8aa6">VST_HOST_OPCODE_2C</a></div><div class="ttdeci">@ VST_HOST_OPCODE_2C</div><div class="ttdoc">Notify host that parameter is no longer being edited.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00719">vst.h:719</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca9f34fe7eb72d7aa8ddbf7547361d6526"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9f34fe7eb72d7aa8ddbf7547361d6526">VST_HOST_OPCODE_13</a></div><div class="ttdeci">@ VST_HOST_OPCODE_13</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00624">vst.h:624</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecaa08be4a54bab1745f2011a5a30e880a5"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaa08be4a54bab1745f2011a5a30e880a5">VST_HOST_OPCODE_0E</a></div><div class="ttdeci">@ VST_HOST_OPCODE_0E</div><div class="ttdoc">Notify the host that numInputs/numOutputs/delay/numParams has changed.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00612">vst.h:612</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecaa3195b429e827047e23d08522d49e558"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaa3195b429e827047e23d08522d49e558">VST_HOST_OPCODE_2D</a></div><div class="ttdeci">@ VST_HOST_OPCODE_2D</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00723">vst.h:723</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecab0181c84715dd10c037caea91faccf17"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab0181c84715dd10c037caea91faccf17">VST_HOST_OPCODE_0D</a></div><div class="ttdeci">@ VST_HOST_OPCODE_0D</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00600">vst.h:600</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecab24fb5e7be2c83d7c6aa9dca4169a42b"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab24fb5e7be2c83d7c6aa9dca4169a42b">VST_HOST_OPCODE_00</a></div><div class="ttdeci">@ VST_HOST_OPCODE_00</div><div class="ttdoc">Update automation for a given Parameter.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00546">vst.h:546</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecab45f1da95b0485c7902d5d08c16e56bb"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab45f1da95b0485c7902d5d08c16e56bb">VST_HOST_OPCODE_17</a></div><div class="ttdeci">@ VST_HOST_OPCODE_17</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00632">vst.h:632</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecab4c157a0141dc1e641bc8d69dab237e0"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab4c157a0141dc1e641bc8d69dab237e0">VST_HOST_OPCODE_03</a></div><div class="ttdeci">@ VST_HOST_OPCODE_03</div><div class="ttdoc">Some sort of idle keep-alive?</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00574">vst.h:574</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecab64fd9ed14218a0e73003fd1550e03fc"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab64fd9ed14218a0e73003fd1550e03fc">VST_HOST_OPCODE_PRODUCT_NAME</a></div><div class="ttdeci">@ VST_HOST_OPCODE_PRODUCT_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00666">vst.h:666</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecab727e8f8bd83b8ead48c9c7d32b5cccd"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab727e8f8bd83b8ead48c9c7d32b5cccd">VST_HOST_OPCODE_2A</a></div><div class="ttdeci">@ VST_HOST_OPCODE_2A</div><div class="ttdoc">Request an update of the editor window.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00703">vst.h:703</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecab8534fe0981e975b6212f1a908fed29c"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab8534fe0981e975b6212f1a908fed29c">VST_HOST_OPCODE_02</a></div><div class="ttdeci">@ VST_HOST_OPCODE_02</div><div class="ttdoc">Get the currently selected effect id in container plug-ins.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00566">vst.h:566</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecac15adc47551a4b321d6a4e97b67f5091"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac15adc47551a4b321d6a4e97b67f5091">VST_HOST_OPCODE_VENDOR_VERSION</a></div><div class="ttdeci">@ VST_HOST_OPCODE_VENDOR_VERSION</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00674">vst.h:674</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecac16fa2e1718832dd24f12fee7ba6da28"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac16fa2e1718832dd24f12fee7ba6da28">VST_HOST_OPCODE_14</a></div><div class="ttdeci">@ VST_HOST_OPCODE_14</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00626">vst.h:626</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecac2d2893446d8301cd29f8ec0c0446406"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac2d2893446d8301cd29f8ec0c0446406">VST_HOST_OPCODE_VENDOR_NAME</a></div><div class="ttdeci">@ VST_HOST_OPCODE_VENDOR_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00658">vst.h:658</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecac91e292c254b88c628a82122bf682a68"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac91e292c254b88c628a82122bf682a68">VST_HOST_OPCODE_2E</a></div><div class="ttdeci">@ VST_HOST_OPCODE_2E</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00724">vst.h:724</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecacd93133c8c835b2dc554b919ca09d8cd"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecacd93133c8c835b2dc554b919ca09d8cd">VST_HOST_OPCODE_MAX</a></div><div class="ttdeci">@ VST_HOST_OPCODE_MAX</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00728">vst.h:728</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecad52e9131d8f730b1b4713369f7ce3be4"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad52e9131d8f730b1b4713369f7ce3be4">VST_HOST_OPCODE_22</a></div><div class="ttdeci">@ VST_HOST_OPCODE_22</div><div class="ttdoc">Retrieve the product name into the ptr buffer.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00664">vst.h:664</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecad5fe7a9677ae11d436d4c8dab95584ba"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad5fe7a9677ae11d436d4c8dab95584ba">_VST_HOST_OPCODE_PAD</a></div><div class="ttdeci">@ _VST_HOST_OPCODE_PAD</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00731">vst.h:731</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecad87ea91d02bd198e58cdf48ddfa2f4fb"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad87ea91d02bd198e58cdf48ddfa2f4fb">VST_HOST_OPCODE_21</a></div><div class="ttdeci">@ VST_HOST_OPCODE_21</div><div class="ttdoc">Retrieve the vendor name into the ptr buffer.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00656">vst.h:656</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecad8b3f89b1ef2466bcf4d1763d09bea21"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad8b3f89b1ef2466bcf4d1763d09bea21">VST_HOST_OPCODE_VST_VERSION</a></div><div class="ttdeci">@ VST_HOST_OPCODE_VST_VERSION</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00558">vst.h:558</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecaddc08d32d47213aca3a6f74f6de7985e"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaddc08d32d47213aca3a6f74f6de7985e">VST_HOST_OPCODE_SUPPORTS</a></div><div class="ttdeci">@ VST_HOST_OPCODE_SUPPORTS</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00692">vst.h:692</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecae43811d99da4fb2233d368ea5294c2d0"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecae43811d99da4fb2233d368ea5294c2d0">VST_HOST_OPCODE_CUSTOM</a></div><div class="ttdeci">@ VST_HOST_OPCODE_CUSTOM</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00681">vst.h:681</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecaeab0d063d96bb5d9acb9879bc900aa4a"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaeab0d063d96bb5d9acb9879bc900aa4a">VST_HOST_OPCODE_PARAM_UPDATE</a></div><div class="ttdeci">@ VST_HOST_OPCODE_PARAM_UPDATE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00550">vst.h:550</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecaf3af18f949bd520d653e6dfc8c2f2a48"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaf3af18f949bd520d653e6dfc8c2f2a48">VST_HOST_OPCODE_1F</a></div><div class="ttdeci">@ VST_HOST_OPCODE_1F</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00648">vst.h:648</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecaf9a946bb647daf5d8b206693a02751b0"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaf9a946bb647daf5d8b206693a02751b0">VST_HOST_OPCODE_0B</a></div><div class="ttdeci">@ VST_HOST_OPCODE_0B</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00596">vst.h:596</a></div></div>
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecafe6815aea77d842a2a103042bc002ff1"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecafe6815aea77d842a2a103042bc002ff1">VST_HOST_OPCODE_09</a></div><div class="ttdeci">@ VST_HOST_OPCODE_09</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00592">vst.h:592</a></div></div>
<div class="ttc" id="avst_8h_html_a2e0a659f8b4b8857a799a0b9c683a216"><div class="ttname"><a href="vst_8h.html#a2e0a659f8b4b8857a799a0b9c683a216">vst_effect_process_double_t</a></div><div class="ttdeci">void(VST_FUNCTION_INTERFACE * vst_effect_process_double_t)(struct vst_effect_t *self, const double *const *inputs, double **outputs, int32_t samples)</div><div class="ttdoc">Process the given number of double samples in inputs and outputs.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02085">vst.h:2085</a></div></div>
<div class="ttc" id="avst_8h_html_a33f0d71a677d6226e9b5f00c706803b3"><div class="ttname"><a href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3">VST_STATUS</a></div><div class="ttdeci">VST_STATUS</div><div class="ttdoc">Known Status Codes.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00058">vst.h:58</a></div></div>
<div class="ttc" id="avst_8h_html_a33f0d71a677d6226e9b5f00c706803b3a22577e61d572876e1ca43e7131eeb481"><div class="ttname"><a href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a22577e61d572876e1ca43e7131eeb481">VST_STATUS_ERROR</a></div><div class="ttdeci">@ VST_STATUS_ERROR</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00069">vst.h:69</a></div></div>
<div class="ttc" id="avst_8h_html_a33f0d71a677d6226e9b5f00c706803b3a41ec0cd179a700a7781114acd7db83e0"><div class="ttname"><a href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a41ec0cd179a700a7781114acd7db83e0">VST_STATUS_0</a></div><div class="ttdeci">@ VST_STATUS_0</div><div class="ttdoc">Unknown / False We either don't know the answer or we can't handle the data/notification.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00065">vst.h:65</a></div></div>
<div class="ttc" id="avst_8h_html_a33f0d71a677d6226e9b5f00c706803b3a5df1272c40c0a6cc765fc610747bad07"><div class="ttname"><a href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a5df1272c40c0a6cc765fc610747bad07">VST_STATUS_YES</a></div><div class="ttdeci">@ VST_STATUS_YES</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00085">vst.h:85</a></div></div>
<div class="ttc" id="avst_8h_html_a33f0d71a677d6226e9b5f00c706803b3a5f0c037571bad90781fced2e6634b871"><div class="ttname"><a href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a5f0c037571bad90781fced2e6634b871">VST_STATUS_m1</a></div><div class="ttdeci">@ VST_STATUS_m1</div><div class="ttdoc">No We're unable to handle the data/notification.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00093">vst.h:93</a></div></div>
<div class="ttc" id="avst_8h_html_a33f0d71a677d6226e9b5f00c706803b3a8298a30394a5f7f029ff4c6d0fb27a21"><div class="ttname"><a href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a8298a30394a5f7f029ff4c6d0fb27a21">VST_STATUS_1</a></div><div class="ttdeci">@ VST_STATUS_1</div><div class="ttdoc">Yes / True We've handled the data/notification.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00079">vst.h:79</a></div></div>
<div class="ttc" id="avst_8h_html_a33f0d71a677d6226e9b5f00c706803b3a87f4968ac18a5a2a2a7e43c500fb5fee"><div class="ttname"><a href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a87f4968ac18a5a2a2a7e43c500fb5fee">_VST_STATUS_PAD</a></div><div class="ttdeci">@ _VST_STATUS_PAD</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00097">vst.h:97</a></div></div>
<div class="ttc" id="avst_8h_html_a33f0d71a677d6226e9b5f00c706803b3a903485468aa301f9225bc9432ccc6f04"><div class="ttname"><a href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a903485468aa301f9225bc9432ccc6f04">VST_STATUS_TRUE</a></div><div class="ttdeci">@ VST_STATUS_TRUE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00081">vst.h:81</a></div></div>
<div class="ttc" id="avst_8h_html_a33f0d71a677d6226e9b5f00c706803b3a9200a42a72319ca3832a342541552f56"><div class="ttname"><a href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3a9200a42a72319ca3832a342541552f56">VST_STATUS_SUCCESS</a></div><div class="ttdeci">@ VST_STATUS_SUCCESS</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00083">vst.h:83</a></div></div>
<div class="ttc" id="avst_8h_html_a33f0d71a677d6226e9b5f00c706803b3ab0df086ec2933a9a5e62e327a4a9f09b"><div class="ttname"><a href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3ab0df086ec2933a9a5e62e327a4a9f09b">VST_STATUS_FALSE</a></div><div class="ttdeci">@ VST_STATUS_FALSE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00067">vst.h:67</a></div></div>
<div class="ttc" id="avst_8h_html_a33f0d71a677d6226e9b5f00c706803b3ad9384d9e9e0580a5c274cde549614d2b"><div class="ttname"><a href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3ad9384d9e9e0580a5c274cde549614d2b">VST_STATUS_UNKNOWN</a></div><div class="ttdeci">@ VST_STATUS_UNKNOWN</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00071">vst.h:71</a></div></div>
<div class="ttc" id="avst_8h_html_a33f0d71a677d6226e9b5f00c706803b3ae06e983a1babce9b2b7b6b07b7a5218d"><div class="ttname"><a href="vst_8h.html#a33f0d71a677d6226e9b5f00c706803b3ae06e983a1babce9b2b7b6b07b7a5218d">VST_STATUS_NO</a></div><div class="ttdeci">@ VST_STATUS_NO</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00095">vst.h:95</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2c"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2c">VST_SPEAKER_TYPE</a></div><div class="ttdeci">VST_SPEAKER_TYPE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00332">vst.h:332</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca0427cbb519867a49f88b8a06444dcbf9"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca0427cbb519867a49f88b8a06444dcbf9">VST_SPEAKER_TYPE_RIGHT_REAR</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_RIGHT_REAR</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00340">vst.h:340</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca059532f5dbd61a0a04f797cad7f98bec"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca059532f5dbd61a0a04f797cad7f98bec">_VST_SPEAKER_TYPE_PAD</a></div><div class="ttdeci">@ _VST_SPEAKER_TYPE_PAD</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00388">vst.h:388</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca065e9bf2f49a606a0f037c5c9a28da5e"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca065e9bf2f49a606a0f037c5c9a28da5e">VST_SPEAKER_TYPE_RIGHT</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_RIGHT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00336">vst.h:336</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca0e03cc995717f4318dc36b23f4660bba"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca0e03cc995717f4318dc36b23f4660bba">VST_SPEAKER_TYPE_CENTER</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_CENTER</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00337">vst.h:337</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca1141d7d2aee735e63284fd3cc537d48a"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca1141d7d2aee735e63284fd3cc537d48a">VST_SPEAKER_TYPE_LFE</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_LFE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00338">vst.h:338</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca24c2a8104f2f6b2773f181682d1b37b6"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca24c2a8104f2f6b2773f181682d1b37b6">VST_SPEAKER_TYPE_USER_09</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_09</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00376">vst.h:376</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca27f5249c064acfd87bed0edaea21e346"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca27f5249c064acfd87bed0edaea21e346">VST_SPEAKER_TYPE_USER_25</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_25</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00360">vst.h:360</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca2e4c54de1ba1b6f37d73885a3c12eafd"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca2e4c54de1ba1b6f37d73885a3c12eafd">VST_SPEAKER_TYPE_MONO</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_MONO</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00334">vst.h:334</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca334529059e9cd8556e25d41d7bb19201"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca334529059e9cd8556e25d41d7bb19201">VST_SPEAKER_TYPE_USER_04</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_04</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00381">vst.h:381</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca374efb45795cd1a6691f5ec0176a3527"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca374efb45795cd1a6691f5ec0176a3527">VST_SPEAKER_TYPE_USER_11</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_11</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00374">vst.h:374</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca4490dd23a9533348fb8315faedb66b96"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca4490dd23a9533348fb8315faedb66b96">VST_SPEAKER_TYPE_USER_10</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_10</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00375">vst.h:375</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca611c4f3c9bf49cb746de6b2f438a3266"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca611c4f3c9bf49cb746de6b2f438a3266">VST_SPEAKER_TYPE_USER_12</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_12</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00373">vst.h:373</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca6b02c85e99afcaf81e4190445a3b722f"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca6b02c85e99afcaf81e4190445a3b722f">VST_SPEAKER_TYPE_USER_30</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_30</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00355">vst.h:355</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca6b30aa7f6809a663b420038df23ecb92"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca6b30aa7f6809a663b420038df23ecb92">VST_SPEAKER_TYPE_USER_32</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_32</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00353">vst.h:353</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca7cc7e2ddef53cfdbf2a939590d61fa9c"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca7cc7e2ddef53cfdbf2a939590d61fa9c">VST_SPEAKER_TYPE_USER_20</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_20</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00365">vst.h:365</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca803e8f4bc03e6e6545bb46dfaf7ff1a0"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca803e8f4bc03e6e6545bb46dfaf7ff1a0">VST_SPEAKER_TYPE_USER_15</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_15</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00370">vst.h:370</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca838bb144bda27d3a0a0f2ef73db245d0"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca838bb144bda27d3a0a0f2ef73db245d0">VST_SPEAKER_TYPE_RIGHT_SIDE</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_RIGHT_SIDE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00345">vst.h:345</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca866e8fcb98feec4bf1c1bcafcd9dabed"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca866e8fcb98feec4bf1c1bcafcd9dabed">VST_SPEAKER_TYPE_LEFT_SIDE</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_LEFT_SIDE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00344">vst.h:344</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca95b15c6a5e7b44ccbe9718cb8ef9a361"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca95b15c6a5e7b44ccbe9718cb8ef9a361">VST_SPEAKER_TYPE_USER_13</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_13</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00372">vst.h:372</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2ca9c4b3660b6b713cfa2eed3b9695667a3"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca9c4b3660b6b713cfa2eed3b9695667a3">VST_SPEAKER_TYPE_USER_02</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_02</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00383">vst.h:383</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2caa1ae8cd602f15ce635ccaadd60e56824"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caa1ae8cd602f15ce635ccaadd60e56824">VST_SPEAKER_TYPE_USER_23</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_23</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00362">vst.h:362</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2caa5e7628a15b5151db41b97e9c014e2e6"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caa5e7628a15b5151db41b97e9c014e2e6">VST_SPEAKER_TYPE_USER_28</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_28</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00357">vst.h:357</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2caa9ae3cc47508d23ed1443da04b0f0bab"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caa9ae3cc47508d23ed1443da04b0f0bab">VST_SPEAKER_TYPE_USER_05</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_05</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00380">vst.h:380</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2caad8042cc9e0c7f80bd02239a8bcdbb97"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caad8042cc9e0c7f80bd02239a8bcdbb97">VST_SPEAKER_TYPE_USER_01</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_01</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00384">vst.h:384</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2cab310c3a46bbc88f43eb95899ded18df3"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cab310c3a46bbc88f43eb95899ded18df3">VST_SPEAKER_TYPE_LEFT</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_LEFT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00335">vst.h:335</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2cabb2d4dd58640314ee12d24de420e90c1"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cabb2d4dd58640314ee12d24de420e90c1">VST_SPEAKER_TYPE_USER_07</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_07</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00378">vst.h:378</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2cabca233a55f152c7aeaf7a8b03af4317a"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cabca233a55f152c7aeaf7a8b03af4317a">VST_SPEAKER_TYPE_USER_27</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_27</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00358">vst.h:358</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2cabede3f4f6bd380167f6cd6a88d1d9f09"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cabede3f4f6bd380167f6cd6a88d1d9f09">VST_SPEAKER_TYPE_USER_18</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_18</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00367">vst.h:367</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2cacaf6b294f4fea60592f6eb7da6ab42c7"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cacaf6b294f4fea60592f6eb7da6ab42c7">VST_SPEAKER_TYPE_USER_29</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_29</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00356">vst.h:356</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2cacb2d252c1580231a8c18680dac590358"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cacb2d252c1580231a8c18680dac590358">VST_SPEAKER_TYPE_USER_21</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_21</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00364">vst.h:364</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2cacd9d57f4ddba1f1ecbf194c0c8a6a8c8"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cacd9d57f4ddba1f1ecbf194c0c8a6a8c8">VST_SPEAKER_TYPE_USER_06</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_06</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00379">vst.h:379</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2caceab3795293d4ee55b34182fcfcc8531"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caceab3795293d4ee55b34182fcfcc8531">VST_SPEAKER_TYPE_USER_26</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_26</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00359">vst.h:359</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2cad19411d69333e25c088e5cdb1223e814"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cad19411d69333e25c088e5cdb1223e814">VST_SPEAKER_TYPE_USER_19</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_19</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00366">vst.h:366</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2cad94def811fcac96e56e7f26fb3673599"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cad94def811fcac96e56e7f26fb3673599">VST_SPEAKER_TYPE_USER_31</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_31</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00354">vst.h:354</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2cadcabc2b49f63e6653a5352d08adc39fa"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cadcabc2b49f63e6653a5352d08adc39fa">VST_SPEAKER_TYPE_USER_24</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_24</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00361">vst.h:361</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2cade6e8e79583872aa9b5f8d4e7b53fae0"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cade6e8e79583872aa9b5f8d4e7b53fae0">VST_SPEAKER_TYPE_USER_22</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_22</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00363">vst.h:363</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2cadfb509f4c7c77be653181faff25addf4"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cadfb509f4c7c77be653181faff25addf4">VST_SPEAKER_TYPE_USER_17</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_17</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00368">vst.h:368</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2cae3c541fd45148674eb3e1c401ac87830"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cae3c541fd45148674eb3e1c401ac87830">VST_SPEAKER_TYPE_USER_08</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_08</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00377">vst.h:377</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2caec27ef1f6272d7fe5ce7bf0f32f2502c"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caec27ef1f6272d7fe5ce7bf0f32f2502c">VST_SPEAKER_TYPE_LEFT_REAR</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_LEFT_REAR</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00339">vst.h:339</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2caf78972f102e1e5f60252ccbf46fc3a6b"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caf78972f102e1e5f60252ccbf46fc3a6b">VST_SPEAKER_TYPE_USER_14</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_14</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00371">vst.h:371</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2caf93bfe36aeec8609150ff119ad47a269"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caf93bfe36aeec8609150ff119ad47a269">VST_SPEAKER_TYPE_USER_16</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_16</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00369">vst.h:369</a></div></div>
<div class="ttc" id="avst_8h_html_a361be2f7556eb4aa006ff1fa2fa48d2caf9f488e46812fc3e39273a570fba108e"><div class="ttname"><a href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caf9f488e46812fc3e39273a570fba108e">VST_SPEAKER_TYPE_USER_03</a></div><div class="ttdeci">@ VST_SPEAKER_TYPE_USER_03</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00382">vst.h:382</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640">VST_EFFECT_CATEGORY</a></div><div class="ttdeci">VST_EFFECT_CATEGORY</div><div class="ttdoc">Plug-in Categories Pre-defined category grouping that also affect host behavior when handling the plu...</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00846">vst.h:846</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640a01ae0cc6ff7e1a2ad61fffee0c20463a"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a01ae0cc6ff7e1a2ad61fffee0c20463a">VST_EFFECT_CATEGORY_0A</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_0A</div><div class="ttdoc">Container Plug-in This plug-in contains multiple effects in one and requires special handling on both...</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01002">vst.h:1002</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640a1451deb5afcbfe3665161db3f2f3462d"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a1451deb5afcbfe3665161db3f2f3462d">VST_EFFECT_CATEGORY_EFFECT</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_EFFECT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00856">vst.h:856</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640a170b8889b0a6390abacd045d8571a7f0"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a170b8889b0a6390abacd045d8571a7f0">VST_EFFECT_CATEGORY_02</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_02</div><div class="ttdoc">Instruments Examples: Instruments, Synths, Samplers, ...</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00863">vst.h:863</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640a22c042468809a03eb47ec1c5031d8af5"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a22c042468809a03eb47ec1c5031d8af5">VST_EFFECT_CATEGORY_METERING</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_METERING</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00875">vst.h:875</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640a3593f164b8f330d78bcbfbc60c76152d"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a3593f164b8f330d78bcbfbc60c76152d">VST_EFFECT_CATEGORY_01</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_01</div><div class="ttdoc">Generic Effects Examples: Distortion, Pitch Shift, ...</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00854">vst.h:854</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640a3c8e54e1555b1c7d47bd7a634929f00c"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a3c8e54e1555b1c7d47bd7a634929f00c">VST_EFFECT_CATEGORY_08</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_08</div><div class="ttdoc">Restoration Examples: Noise Filtering, Upsamplers, ...</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00912">vst.h:912</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640a3f5452fe0da6e02908716453bf599f58"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a3f5452fe0da6e02908716453bf599f58">VST_EFFECT_CATEGORY_WAVEGENERATOR</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_WAVEGENERATOR</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01016">vst.h:1016</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640a53703aa02f30289d5cd241540f32de7f"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a53703aa02f30289d5cd241540f32de7f">VST_EFFECT_CATEGORY_09</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_09</div><div class="ttdoc">Offline Processing Examples: Nothing Supports: Nothing</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00920">vst.h:920</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640a54efb58a6ba8c63e4b420983e9c09141"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a54efb58a6ba8c63e4b420983e9c09141">VST_EFFECT_CATEGORY_SPATIAL</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_SPATIAL</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00893">vst.h:893</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640a55148d3d18d28dbce9a4c917630e0211"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a55148d3d18d28dbce9a4c917630e0211">VST_EFFECT_CATEGORY_07</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_07</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00904">vst.h:904</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640a58c6835441b31a4e2ec9f63af85b4f64"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a58c6835441b31a4e2ec9f63af85b4f64">VST_EFFECT_CATEGORY_06</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_06</div><div class="ttdoc">Delay/Echo Examples: Echo, Reverb, Room Simulation, Delay, ...</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00900">vst.h:900</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640a6420501083ada6c9eca7d0ebb61f0a31"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a6420501083ada6c9eca7d0ebb61f0a31">VST_EFFECT_CATEGORY_OFFLINE</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_OFFLINE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00922">vst.h:922</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640a6af6ab04f607e67021c695606d6a88ed"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a6af6ab04f607e67021c695606d6a88ed">VST_EFFECT_CATEGORY_0B</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_0B</div><div class="ttdoc">Waveform Generators Examples: Sine Wave Generator, ... Supports: Delay, Tail Samples</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01014">vst.h:1014</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640a8d376a476a68a0191c0dece78d1309d4"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a8d376a476a68a0191c0dece78d1309d4">VST_EFFECT_CATEGORY_05</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_05</div><div class="ttdoc">Spatializers Examples: Channel Panning, Expanders, ...</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00891">vst.h:891</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640a9a6e4f55dbe2cce0c4c9f2bcbc717a9c"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a9a6e4f55dbe2cce0c4c9f2bcbc717a9c">VST_EFFECT_CATEGORY_MASTERING</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_MASTERING</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00884">vst.h:884</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640ac835fd27e522fa389bca3f20e1f2af72"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ac835fd27e522fa389bca3f20e1f2af72">VST_EFFECT_CATEGORY_RESTORATION</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_RESTORATION</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00914">vst.h:914</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640adf12507ff796a4ba7336fc2213bdab8b"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640adf12507ff796a4ba7336fc2213bdab8b">VST_EFFECT_CATEGORY_UNCATEGORIZED</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_UNCATEGORIZED</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00847">vst.h:847</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640ae3fa02f674165388efa45d827e246b2d"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ae3fa02f674165388efa45d827e246b2d">VST_EFFECT_CATEGORY_03</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_03</div><div class="ttdoc">Metering Examples: Loudness Meters, Volume Analysis, ...</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00873">vst.h:873</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640ae40d9a630c4ac0371ed0fa64ef66bed8"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ae40d9a630c4ac0371ed0fa64ef66bed8">VST_EFFECT_CATEGORY_INSTRUMENT</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_INSTRUMENT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00865">vst.h:865</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640ae9e563c11bfa39740639b98b2b38a034"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ae9e563c11bfa39740639b98b2b38a034">VST_EFFECT_CATEGORY_DELAY_OR_ECHO</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_DELAY_OR_ECHO</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00902">vst.h:902</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640af6b33636652297e6cf3e1b8a944f903a"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640af6b33636652297e6cf3e1b8a944f903a">VST_EFFECT_CATEGORY_04</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_04</div><div class="ttdoc">Mastering Examples: Compressors, Limiters, ...</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00882">vst.h:882</a></div></div>
<div class="ttc" id="avst_8h_html_a468e652fc0ccfa68fecbb35dce162640afe90e5f201f698e238ab1efb144047d8"><div class="ttname"><a href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640afe90e5f201f698e238ab1efb144047d8">VST_EFFECT_CATEGORY_CONTAINER</a></div><div class="ttdeci">@ VST_EFFECT_CATEGORY_CONTAINER</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01004">vst.h:1004</a></div></div>
<div class="ttc" id="avst_8h_html_a7174d634349acbda34c34af9fe706bd2"><div class="ttname"><a href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2">VST_EFFECT_FLAG</a></div><div class="ttdeci">VST_EFFECT_FLAG</div><div class="ttdoc">Effect Flags.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01027">vst.h:1027</a></div></div>
<div class="ttc" id="avst_8h_html_a7174d634349acbda34c34af9fe706bd2a1d45409a42cfbabcb46e96cfac87b605"><div class="ttname"><a href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a1d45409a42cfbabcb46e96cfac87b605">VST_EFFECT_FLAG_SILENT_TAIL</a></div><div class="ttdeci">@ VST_EFFECT_FLAG_SILENT_TAIL</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01095">vst.h:1095</a></div></div>
<div class="ttc" id="avst_8h_html_a7174d634349acbda34c34af9fe706bd2a2d63f0f26034c959c825bcdc9965664b"><div class="ttname"><a href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a2d63f0f26034c959c825bcdc9965664b">VST_EFFECT_FLAG_1ls9</a></div><div class="ttdeci">@ VST_EFFECT_FLAG_1ls9</div><div class="ttdoc">Effect does not produce tail samples when the input is silent.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01093">vst.h:1093</a></div></div>
<div class="ttc" id="avst_8h_html_a7174d634349acbda34c34af9fe706bd2a5fc027349a4753cd652a3db32c604923"><div class="ttname"><a href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a5fc027349a4753cd652a3db32c604923">VST_EFFECT_FLAG_CHUNKS</a></div><div class="ttdeci">@ VST_EFFECT_FLAG_CHUNKS</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01073">vst.h:1073</a></div></div>
<div class="ttc" id="avst_8h_html_a7174d634349acbda34c34af9fe706bd2a6f2060577477e37993b691d74e38338e"><div class="ttname"><a href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a6f2060577477e37993b691d74e38338e">VST_EFFECT_FLAG_1ls4</a></div><div class="ttdeci">@ VST_EFFECT_FLAG_1ls4</div><div class="ttdoc">Effect uses process_float.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01061">vst.h:1061</a></div></div>
<div class="ttc" id="avst_8h_html_a7174d634349acbda34c34af9fe706bd2a79e5a06ff6922bf42ab654c22aea5c9d"><div class="ttname"><a href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a79e5a06ff6922bf42ab654c22aea5c9d">VST_EFFECT_FLAG_1ls5</a></div><div class="ttdeci">@ VST_EFFECT_FLAG_1ls5</div><div class="ttdoc">Effect supports saving/loading programs/banks from unformatted chunk data.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01071">vst.h:1071</a></div></div>
<div class="ttc" id="avst_8h_html_a7174d634349acbda34c34af9fe706bd2a8fffe35d5bbfb226cb49b38ceed4c69e"><div class="ttname"><a href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a8fffe35d5bbfb226cb49b38ceed4c69e">VST_EFFECT_FLAG_EDITOR</a></div><div class="ttdeci">@ VST_EFFECT_FLAG_EDITOR</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01049">vst.h:1049</a></div></div>
<div class="ttc" id="avst_8h_html_a7174d634349acbda34c34af9fe706bd2a964c20a8c667cdc9e2f1e4cafb09ebea"><div class="ttname"><a href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a964c20a8c667cdc9e2f1e4cafb09ebea">VST_EFFECT_FLAG_SUPPORTS_FLOAT</a></div><div class="ttdeci">@ VST_EFFECT_FLAG_SUPPORTS_FLOAT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01063">vst.h:1063</a></div></div>
<div class="ttc" id="avst_8h_html_a7174d634349acbda34c34af9fe706bd2aaa9de5eb546808152ee9108be574be5e"><div class="ttname"><a href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2aaa9de5eb546808152ee9108be574be5e">VST_EFFECT_FLAG_1ls0</a></div><div class="ttdeci">@ VST_EFFECT_FLAG_1ls0</div><div class="ttdoc">Effect provides a custom editor.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01047">vst.h:1047</a></div></div>
<div class="ttc" id="avst_8h_html_a7174d634349acbda34c34af9fe706bd2ab0d40d94d4980e29a9ea801126aa0724"><div class="ttname"><a href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2ab0d40d94d4980e29a9ea801126aa0724">VST_EFFECT_FLAG_INSTRUMENT</a></div><div class="ttdeci">@ VST_EFFECT_FLAG_INSTRUMENT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01085">vst.h:1085</a></div></div>
<div class="ttc" id="avst_8h_html_a7174d634349acbda34c34af9fe706bd2ac2c10295b780a1cd83d3ee18a80f3c98"><div class="ttname"><a href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2ac2c10295b780a1cd83d3ee18a80f3c98">VST_EFFECT_FLAG_1ls12</a></div><div class="ttdeci">@ VST_EFFECT_FLAG_1ls12</div><div class="ttdoc">Effect supports process_double.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01107">vst.h:1107</a></div></div>
<div class="ttc" id="avst_8h_html_a7174d634349acbda34c34af9fe706bd2ad7b6274b27655a70115bbc8870cc7134"><div class="ttname"><a href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2ad7b6274b27655a70115bbc8870cc7134">VST_EFFECT_FLAG_1ls8</a></div><div class="ttdeci">@ VST_EFFECT_FLAG_1ls8</div><div class="ttdoc">Effect is an Instrument/Generator.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01083">vst.h:1083</a></div></div>
<div class="ttc" id="avst_8h_html_a7174d634349acbda34c34af9fe706bd2aea46bf041602110f77aa69c221027dc6"><div class="ttname"><a href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2aea46bf041602110f77aa69c221027dc6">VST_EFFECT_FLAG_SUPPORTS_DOUBLE</a></div><div class="ttdeci">@ VST_EFFECT_FLAG_SUPPORTS_DOUBLE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01109">vst.h:1109</a></div></div>
<div class="ttc" id="avst_8h_html_a7abc836e88df867216049fa8f4645bc0"><div class="ttname"><a href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0">VST_BUFFER_SIZE</a></div><div class="ttdeci">VST_BUFFER_SIZE</div><div class="ttdoc">Known Buffer Sizes.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00102">vst.h:102</a></div></div>
<div class="ttc" id="avst_8h_html_a7abc836e88df867216049fa8f4645bc0a0c3022c7a7702966bc88df74c3c10181"><div class="ttname"><a href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a0c3022c7a7702966bc88df74c3c10181">VST_BUFFER_SIZE_SPEAKER_NAME</a></div><div class="ttdeci">@ VST_BUFFER_SIZE_SPEAKER_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00112">vst.h:112</a></div></div>
<div class="ttc" id="avst_8h_html_a7abc836e88df867216049fa8f4645bc0a2115337ce5178aedd308ab187122e124"><div class="ttname"><a href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a2115337ce5178aedd308ab187122e124">VST_BUFFER_SIZE_STREAM_NAME</a></div><div class="ttdeci">@ VST_BUFFER_SIZE_STREAM_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00113">vst.h:113</a></div></div>
<div class="ttc" id="avst_8h_html_a7abc836e88df867216049fa8f4645bc0a35e9d3ae94245bf880ceaeed2e3ecb79"><div class="ttname"><a href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a35e9d3ae94245bf880ceaeed2e3ecb79">VST_BUFFER_SIZE_PARAM_VALUE</a></div><div class="ttdeci">@ VST_BUFFER_SIZE_PARAM_VALUE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00105">vst.h:105</a></div></div>
<div class="ttc" id="avst_8h_html_a7abc836e88df867216049fa8f4645bc0a7b22236d4e393bbdd3614e6e6d770abd"><div class="ttname"><a href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a7b22236d4e393bbdd3614e6e6d770abd">VST_BUFFER_SIZE_STREAM_LABEL</a></div><div class="ttdeci">@ VST_BUFFER_SIZE_STREAM_LABEL</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00106">vst.h:106</a></div></div>
<div class="ttc" id="avst_8h_html_a7abc836e88df867216049fa8f4645bc0a7b36831c844989a8f852aa37c612394f"><div class="ttname"><a href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a7b36831c844989a8f852aa37c612394f">VST_BUFFER_SIZE_PARAM_LABEL</a></div><div class="ttdeci">@ VST_BUFFER_SIZE_PARAM_LABEL</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00103">vst.h:103</a></div></div>
<div class="ttc" id="avst_8h_html_a7abc836e88df867216049fa8f4645bc0a88698715586f28a5506a4d3331d62f4c"><div class="ttname"><a href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a88698715586f28a5506a4d3331d62f4c">VST_BUFFER_SIZE_VENDOR_NAME</a></div><div class="ttdeci">@ VST_BUFFER_SIZE_VENDOR_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00114">vst.h:114</a></div></div>
<div class="ttc" id="avst_8h_html_a7abc836e88df867216049fa8f4645bc0a9df2284f73b882143e8d5d4f0926c22c"><div class="ttname"><a href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0a9df2284f73b882143e8d5d4f0926c22c">VST_BUFFER_SIZE_PARAM_NAME</a></div><div class="ttdeci">@ VST_BUFFER_SIZE_PARAM_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00104">vst.h:104</a></div></div>
<div class="ttc" id="avst_8h_html_a7abc836e88df867216049fa8f4645bc0aa5532adff25787fb18d6323ff85ffaf2"><div class="ttname"><a href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0aa5532adff25787fb18d6323ff85ffaf2">VST_BUFFER_SIZE_PROGRAM_NAME</a></div><div class="ttdeci">@ VST_BUFFER_SIZE_PROGRAM_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00108">vst.h:108</a></div></div>
<div class="ttc" id="avst_8h_html_a7abc836e88df867216049fa8f4645bc0ab6d00e5e5b66c8f846e5bee4e94c5a65"><div class="ttname"><a href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0ab6d00e5e5b66c8f846e5bee4e94c5a65">VST_BUFFER_SIZE_CATEGORY_LABEL</a></div><div class="ttdeci">@ VST_BUFFER_SIZE_CATEGORY_LABEL</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00107">vst.h:107</a></div></div>
<div class="ttc" id="avst_8h_html_a7abc836e88df867216049fa8f4645bc0ab9fdfabb54bce241e9fb72646472eba8"><div class="ttname"><a href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0ab9fdfabb54bce241e9fb72646472eba8">VST_BUFFER_SIZE_EFFECT_NAME</a></div><div class="ttdeci">@ VST_BUFFER_SIZE_EFFECT_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00109">vst.h:109</a></div></div>
<div class="ttc" id="avst_8h_html_a7abc836e88df867216049fa8f4645bc0adf371e519b4fe11ea463a31ced5b23b7"><div class="ttname"><a href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0adf371e519b4fe11ea463a31ced5b23b7">VST_BUFFER_SIZE_PARAM_LONG_NAME</a></div><div class="ttdeci">@ VST_BUFFER_SIZE_PARAM_LONG_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00110">vst.h:110</a></div></div>
<div class="ttc" id="avst_8h_html_a7abc836e88df867216049fa8f4645bc0af98e7be569680dea34de3598d8daa633"><div class="ttname"><a href="vst_8h.html#a7abc836e88df867216049fa8f4645bc0af98e7be569680dea34de3598d8daa633">VST_BUFFER_SIZE_PRODUCT_NAME</a></div><div class="ttdeci">@ VST_BUFFER_SIZE_PRODUCT_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00111">vst.h:111</a></div></div>
<div class="ttc" id="avst_8h_html_a7f2093b8c4846907f4cd39068101249a"><div class="ttname"><a href="vst_8h.html#a7f2093b8c4846907f4cd39068101249a">vst_effect_process_float_t</a></div><div class="ttdeci">void(VST_FUNCTION_INTERFACE * vst_effect_process_float_t)(struct vst_effect_t *self, const float *const *inputs, float **outputs, int32_t samples)</div><div class="ttdoc">Process the given number of single samples in inputs and outputs.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02072">vst.h:2072</a></div></div>
<div class="ttc" id="avst_8h_html_a968fd930e4a6bcab267aa77da72b2c7c"><div class="ttname"><a href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7c">VST_PARAMETER_FLAG</a></div><div class="ttdeci">VST_PARAMETER_FLAG</div><div class="ttdoc">Flags for parameters.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00162">vst.h:162</a></div></div>
<div class="ttc" id="avst_8h_html_a968fd930e4a6bcab267aa77da72b2c7ca088086df5f8dbbac479cf85ccb755f9a"><div class="ttname"><a href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca088086df5f8dbbac479cf85ccb755f9a">VST_PARAMETER_FLAG_SWITCH</a></div><div class="ttdeci">@ VST_PARAMETER_FLAG_SWITCH</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00169">vst.h:169</a></div></div>
<div class="ttc" id="avst_8h_html_a968fd930e4a6bcab267aa77da72b2c7ca091a913803ba2e1041af4f31133e86de"><div class="ttname"><a href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca091a913803ba2e1041af4f31133e86de">VST_PARAMETER_FLAG_1ls6</a></div><div class="ttdeci">@ VST_PARAMETER_FLAG_1ls6</div><div class="ttdoc">Parameter can be gradually increased/decreased.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00215">vst.h:215</a></div></div>
<div class="ttc" id="avst_8h_html_a968fd930e4a6bcab267aa77da72b2c7ca1b0a5f308cd46a354aa4847e13443963"><div class="ttname"><a href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca1b0a5f308cd46a354aa4847e13443963">VST_PARAMETER_FLAG_1ls5</a></div><div class="ttdeci">@ VST_PARAMETER_FLAG_1ls5</div><div class="ttdoc">Parameter has a category for the default editor.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00207">vst.h:207</a></div></div>
<div class="ttc" id="avst_8h_html_a968fd930e4a6bcab267aa77da72b2c7ca2a480d3e3c9fb7cc3bfbc4f65c283f2a"><div class="ttname"><a href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca2a480d3e3c9fb7cc3bfbc4f65c283f2a">VST_PARAMETER_FLAG_1ls4</a></div><div class="ttdeci">@ VST_PARAMETER_FLAG_1ls4</div><div class="ttdoc">Parameter has an display order index for the default editor.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00199">vst.h:199</a></div></div>
<div class="ttc" id="avst_8h_html_a968fd930e4a6bcab267aa77da72b2c7ca34005cf51873ace1ce6a36880415c4bc"><div class="ttname"><a href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca34005cf51873ace1ce6a36880415c4bc">VST_PARAMETER_FLAG_1ls2</a></div><div class="ttdeci">@ VST_PARAMETER_FLAG_1ls2</div><div class="ttdoc">Parameter uses float steps.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00183">vst.h:183</a></div></div>
<div class="ttc" id="avst_8h_html_a968fd930e4a6bcab267aa77da72b2c7ca3bfc2b92d6147ccf802f0b31f236d559"><div class="ttname"><a href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca3bfc2b92d6147ccf802f0b31f236d559">VST_PARAMETER_FLAG_INTEGER_LIMITS</a></div><div class="ttdeci">@ VST_PARAMETER_FLAG_INTEGER_LIMITS</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00177">vst.h:177</a></div></div>
<div class="ttc" id="avst_8h_html_a968fd930e4a6bcab267aa77da72b2c7ca497f96438fb88122f606d61841d1ca4a"><div class="ttname"><a href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca497f96438fb88122f606d61841d1ca4a">VST_PARAMETER_FLAG_STEP_FLOAT</a></div><div class="ttdeci">@ VST_PARAMETER_FLAG_STEP_FLOAT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00185">vst.h:185</a></div></div>
<div class="ttc" id="avst_8h_html_a968fd930e4a6bcab267aa77da72b2c7ca531eeef82327950ca4727e29035b754d"><div class="ttname"><a href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca531eeef82327950ca4727e29035b754d">VST_PARAMETER_FLAG_INDEX</a></div><div class="ttdeci">@ VST_PARAMETER_FLAG_INDEX</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00201">vst.h:201</a></div></div>
<div class="ttc" id="avst_8h_html_a968fd930e4a6bcab267aa77da72b2c7ca6c9b21c53b749fb380081214e08ed07b"><div class="ttname"><a href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca6c9b21c53b749fb380081214e08ed07b">VST_PARAMETER_FLAG_CATEGORY</a></div><div class="ttdeci">@ VST_PARAMETER_FLAG_CATEGORY</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00209">vst.h:209</a></div></div>
<div class="ttc" id="avst_8h_html_a968fd930e4a6bcab267aa77da72b2c7ca75d44a817b38b0ea7ecaad90bee63861"><div class="ttname"><a href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca75d44a817b38b0ea7ecaad90bee63861">VST_PARAMETER_FLAG_RAMPING</a></div><div class="ttdeci">@ VST_PARAMETER_FLAG_RAMPING</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00217">vst.h:217</a></div></div>
<div class="ttc" id="avst_8h_html_a968fd930e4a6bcab267aa77da72b2c7ca77ef719b1f2161ec0cac7db3ecdaae18"><div class="ttname"><a href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca77ef719b1f2161ec0cac7db3ecdaae18">VST_PARAMETER_FLAG_1ls3</a></div><div class="ttdeci">@ VST_PARAMETER_FLAG_1ls3</div><div class="ttdoc">Parameter uses integer steps.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00191">vst.h:191</a></div></div>
<div class="ttc" id="avst_8h_html_a968fd930e4a6bcab267aa77da72b2c7ca8e052746a7732886fd72a84084ce40c1"><div class="ttname"><a href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca8e052746a7732886fd72a84084ce40c1">VST_PARAMETER_FLAG_1ls0</a></div><div class="ttdeci">@ VST_PARAMETER_FLAG_1ls0</div><div class="ttdoc">Parameter is an on/off switch.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00167">vst.h:167</a></div></div>
<div class="ttc" id="avst_8h_html_a968fd930e4a6bcab267aa77da72b2c7ca8eef7e865d0623c61c71b2cc94675724"><div class="ttname"><a href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca8eef7e865d0623c61c71b2cc94675724">VST_PARAMETER_FLAG_STEP_INT</a></div><div class="ttdeci">@ VST_PARAMETER_FLAG_STEP_INT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00193">vst.h:193</a></div></div>
<div class="ttc" id="avst_8h_html_a968fd930e4a6bcab267aa77da72b2c7caafc66ed70a42fa77b6894d279125af87"><div class="ttname"><a href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7caafc66ed70a42fa77b6894d279125af87">VST_PARAMETER_FLAG_1ls1</a></div><div class="ttdeci">@ VST_PARAMETER_FLAG_1ls1</div><div class="ttdoc">Parameter limits are set as integers.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00175">vst.h:175</a></div></div>
<div class="ttc" id="avst_8h_html_a968fd930e4a6bcab267aa77da72b2c7cacc57096c92dcf727b8ec507a2bdc7b8e"><div class="ttname"><a href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7cacc57096c92dcf727b8ec507a2bdc7b8e">_VST_PARAMETER_FLAG_PAD</a></div><div class="ttdeci">@ _VST_PARAMETER_FLAG_PAD</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00219">vst.h:219</a></div></div>
<div class="ttc" id="avst_8h_html_ab587d75cb10e7eb0422cb34b2bf302db"><div class="ttname"><a href="vst_8h.html#ab587d75cb10e7eb0422cb34b2bf302db">VST_FUNCTION_INTERFACE</a></div><div class="ttdeci">#define VST_FUNCTION_INTERFACE</div><div class="ttdoc">Standard calling convention across plug-ins and hosts.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00046">vst.h:46</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696">VST_EFFECT_OPCODE</a></div><div class="ttdeci">VST_EFFECT_OPCODE</div><div class="ttdoc">Host to Plug-in Op-Codes These Op-Codes are emitted by the host and we must either handle them or ret...</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01115">vst.h:1115</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a00c3be829509c39999e0aa844d17c190"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a00c3be829509c39999e0aa844d17c190">VST_EFFECT_OPCODE_WINDOW_MOUSE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_WINDOW_MOUSE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01325">vst.h:1325</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a03a3fffe10a0994caf608402fd148746"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a03a3fffe10a0994caf608402fd148746">VST_EFFECT_OPCODE_2A</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_2A</div><div class="ttdoc">Host wants to change the speaker arrangement.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01571">vst.h:1571</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a04f4a4da72d7be229810aa50a60f21a0"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a04f4a4da72d7be229810aa50a60f21a0">VST_EFFECT_OPCODE_GETVENDORVERSION</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_GETVENDORVERSION</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01648">vst.h:1648</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a07065a264bd2a3ecebd5ea4d3d51ae26"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a07065a264bd2a3ecebd5ea4d3d51ae26">VST_EFFECT_OPCODE_20</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_20</div><div class="ttdoc">Input disconnected.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01482">vst.h:1482</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a079a079cd146b76fbae382d8df942f7d"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a079a079cd146b76fbae382d8df942f7d">VST_EFFECT_OPCODE_14</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_14</div><div class="ttdoc">Window Focus Event?</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01361">vst.h:1361</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a07a1ee440a4f98901743134009ba94b8"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a07a1ee440a4f98901743134009ba94b8">VST_EFFECT_OPCODE_PARAM_VALUE_TO_STRING</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PARAM_VALUE_TO_STRING</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01204">vst.h:1204</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a0e3de8f372560069c28fd8adadb902ca"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a0e3de8f372560069c28fd8adadb902ca">VST_EFFECT_OPCODE_PARAM_GETLABEL</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PARAM_GETLABEL</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01184">vst.h:1184</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a0f0b8d5b1972aa34d278aa74ae232016"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a0f0b8d5b1972aa34d278aa74ae232016">VST_EFFECT_OPCODE_4E</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_4E</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01935">vst.h:1935</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a101bea9ccc6fbc1b86dba1f2a4ad7213"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a101bea9ccc6fbc1b86dba1f2a4ad7213">VST_EFFECT_OPCODE_43</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_43</div><div class="ttdoc">Host is starting to set up a program.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01819">vst.h:1819</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a101f23c8f5612ebe552ba252cfdb0ecb"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a101f23c8f5612ebe552ba252cfdb0ecb">VST_EFFECT_OPCODE_3E</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_3E</div><div class="ttdoc">Midi related.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01783">vst.h:1783</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a1164f60b2f52cae3d30dc8d64482a15c"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1164f60b2f52cae3d30dc8d64482a15c">VST_EFFECT_OPCODE_32</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_32</div><div class="ttdoc">User-defined Op-Code for VST extensions.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01659">vst.h:1659</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a13391c0fcd9d60aaf5d54dc85545bdc3"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a13391c0fcd9d60aaf5d54dc85545bdc3">VST_EFFECT_OPCODE_03</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_03</div><div class="ttdoc">Get currently selected program number.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01150">vst.h:1150</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a13965cef0042d6591b41c4c21c44c005"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a13965cef0042d6591b41c4c21c44c005">VST_EFFECT_OPCODE_SET_CHUNK_DATA</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_SET_CHUNK_DATA</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01409">vst.h:1409</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a1508cde1ae9c1c6b0aa57488dbaf9293"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1508cde1ae9c1c6b0aa57488dbaf9293">VST_EFFECT_OPCODE_21</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_21</div><div class="ttdoc">Retrieve properties for the given input index.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01491">vst.h:1491</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a15849c14f497c49529b31cd7d2a2679c"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a15849c14f497c49529b31cd7d2a2679c">VST_EFFECT_OPCODE_PRODUCT_NAME</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PRODUCT_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01639">vst.h:1639</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a17c010e1bff9b57aa82ca31b884a9cc8"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a17c010e1bff9b57aa82ca31b884a9cc8">VST_EFFECT_OPCODE_4B</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_4B</div><div class="ttdoc">Host wants to know if we can load the provided bank data.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01903">vst.h:1903</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a182a2cae4955ae3bc110600d25dac9b1"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a182a2cae4955ae3bc110600d25dac9b1">VST_EFFECT_OPCODE_PARAM_NAME</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PARAM_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01218">vst.h:1218</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a1bb3968d9fe18ca8566be6c70e220220"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1bb3968d9fe18ca8566be6c70e220220">VST_EFFECT_OPCODE_1C</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_1C</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01454">vst.h:1454</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a1dd016fc2d2d9f5fbeea645fab0efa86"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1dd016fc2d2d9f5fbeea645fab0efa86">VST_EFFECT_OPCODE_41</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_41</div><div class="ttdoc">Midi related.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01804">vst.h:1804</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a201632ac6dc514f0bbacc71df5e867b6"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a201632ac6dc514f0bbacc71df5e867b6">VST_EFFECT_OPCODE_SET_SAMPLE_RATE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_SET_SAMPLE_RATE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01234">vst.h:1234</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a25104bc276059e7a343ccd780f5f928c"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a25104bc276059e7a343ccd780f5f928c">VST_EFFECT_OPCODE_CREATE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_CREATE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01122">vst.h:1122</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a288661d45bf05a9c8bfac13fc900a861"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a288661d45bf05a9c8bfac13fc900a861">VST_EFFECT_OPCODE_EDITOR_GET_RECT</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_EDITOR_GET_RECT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01274">vst.h:1274</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a29a4e6a3fce2afcaa82cc7731b1db0a3"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a29a4e6a3fce2afcaa82cc7731b1db0a3">VST_EFFECT_OPCODE_SET_SPEAKER_ARRANGEMENT</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_SET_SPEAKER_ARRANGEMENT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01573">vst.h:1573</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a2bcac558305dd4f41edeca2a579b2553"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a2bcac558305dd4f41edeca2a579b2553">VST_EFFECT_OPCODE_PARAM_GETVALUE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PARAM_GETVALUE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01198">vst.h:1198</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a2be7d3ce8eb41adb6b6eec6586bd186c"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a2be7d3ce8eb41adb6b6eec6586bd186c">VST_EFFECT_OPCODE_PROGRAM_SET_NAME</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PROGRAM_SET_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01164">vst.h:1164</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a2f57546988b54ac4ec8104867f62bff2"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a2f57546988b54ac4ec8104867f62bff2">VST_EFFECT_OPCODE_06</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_06</div><div class="ttdoc">Get the value? label for the parameter.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01182">vst.h:1182</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a2f58c5e5703a68e8182cd27c8615f7b3"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a2f58c5e5703a68e8182cd27c8615f7b3">VST_EFFECT_OPCODE_0A</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_0A</div><div class="ttdoc">Set the new sample rate for the plugin to use.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01230">vst.h:1230</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a33135c64068d4d0b3f176ccc4c25848a"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a33135c64068d4d0b3f176ccc4c25848a">VST_EFFECT_OPCODE_10</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_10</div><div class="ttdoc">Window Draw Event?</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01307">vst.h:1307</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a33601774ed24231c58eb6902f6971e7d"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a33601774ed24231c58eb6902f6971e7d">VST_EFFECT_OPCODE_2F</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_2F</div><div class="ttdoc">Retrieve the vendor name into the ptr buffer.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01624">vst.h:1624</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a338bb1fa24da671c9305fc910b0aa538"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a338bb1fa24da671c9305fc910b0aa538">VST_EFFECT_OPCODE_PROGRAM_GET</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PROGRAM_GET</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01154">vst.h:1154</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a343111c081c847a1eaf22cb8cf858055"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a343111c081c847a1eaf22cb8cf858055">VST_EFFECT_OPCODE_28</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_28</div><div class="ttdoc">Seen in plug-ins with VST_EFFECT_CATEGORY_OFFLINE.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01550">vst.h:1550</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a34453fdb92d7bb51e2c0ab677b1c7eb5"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a34453fdb92d7bb51e2c0ab677b1c7eb5">VST_EFFECT_OPCODE_4D</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_4D</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01928">vst.h:1928</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a35b1923882b8fe15e64ea528f222bf28"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a35b1923882b8fe15e64ea528f222bf28">VST_EFFECT_OPCODE_01</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_01</div><div class="ttdoc">Destroy the effect (if there is any) and free its memory.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01132">vst.h:1132</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a38a911908cb06686930d7aca8e380054"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a38a911908cb06686930d7aca8e380054">VST_EFFECT_OPCODE_3C</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_3C</div><div class="ttdoc">Editor Virtual Key Up Event.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01767">vst.h:1767</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a38bed56b10004dae0d98071cdc3d4940"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a38bed56b10004dae0d98071cdc3d4940">VST_EFFECT_OPCODE_1B</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_1B</div><div class="ttdoc">Set Parameter value from string representation.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01443">vst.h:1443</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a39a68b2241446f7cc4d945a4a4341af3"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a39a68b2241446f7cc4d945a4a4341af3">VST_EFFECT_OPCODE_SET_BLOCK_SIZE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_SET_BLOCK_SIZE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01244">vst.h:1244</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a3b63b56ed4e165cf5bf8d6d45c63b001"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3b63b56ed4e165cf5bf8d6d45c63b001">VST_EFFECT_OPCODE_IDLE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_IDLE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01695">vst.h:1695</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a3b6b6aa7bf5caca398dd412c51cbc3e3"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3b6b6aa7bf5caca398dd412c51cbc3e3">VST_EFFECT_OPCODE_33</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_33</div><div class="ttdoc">Test for support of a specific named feature.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01670">vst.h:1670</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a3cf4e67e210c7ef7c76c0e442f1aac58"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3cf4e67e210c7ef7c76c0e442f1aac58">VST_EFFECT_OPCODE_04</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_04</div><div class="ttdoc">Set the name of the currently selected program.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01160">vst.h:1160</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a3d2c44d9d9cec27f934a696878f42e89"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3d2c44d9d9cec27f934a696878f42e89">VST_EFFECT_OPCODE_09</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_09</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01224">vst.h:1224</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a3da2285bda84023dea89b7dba24d59e2"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3da2285bda84023dea89b7dba24d59e2">VST_EFFECT_OPCODE_PARAM_GET_NAME</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PARAM_GET_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01216">vst.h:1216</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a46ecb69debcaa7fc23ed52559e3140bd"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a46ecb69debcaa7fc23ed52559e3140bd">VST_EFFECT_OPCODE_BANK_LOAD</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_BANK_LOAD</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01905">vst.h:1905</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a48e67cc48e0d6ade3e2ed08ab229db37"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a48e67cc48e0d6ade3e2ed08ab229db37">VST_EFFECT_OPCODE_EDITOR_MOUSE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_EDITOR_MOUSE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01327">vst.h:1327</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a4aa1a47b5704958665f95aacd56a4fd5"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4aa1a47b5704958665f95aacd56a4fd5">VST_EFFECT_OPCODE_WINDOW_CREATE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_WINDOW_CREATE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01283">vst.h:1283</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a4ac13f44dc17b7aa5930ce04bab13a8f"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4ac13f44dc17b7aa5930ce04bab13a8f">VST_EFFECT_OPCODE_0B</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_0B</div><div class="ttdoc">Sets the block size, which is the maximum number of samples passed into the effect via process calls.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01240">vst.h:1240</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a4b810c37ad94d5d9a4fd21904c4b38ce"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4b810c37ad94d5d9a4fd21904c4b38ce">VST_EFFECT_OPCODE_PARAM_GET_VALUE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PARAM_GET_VALUE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01200">vst.h:1200</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a4b9d47d361ca416224132aa5b9a9a5a4"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4b9d47d361ca416224132aa5b9a9a5a4">VST_EFFECT_OPCODE_39</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_39</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01731">vst.h:1731</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a4c0d620671bc8a107dc30f23bc9e7ad4"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4c0d620671bc8a107dc30f23bc9e7ad4">VST_EFFECT_OPCODE_05</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_05</div><div class="ttdoc">Get the name of the currently selected program.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01170">vst.h:1170</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a4f69a2fe470ab8ba6dd77f43a94cde90"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4f69a2fe470ab8ba6dd77f43a94cde90">VST_EFFECT_OPCODE_1A</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_1A</div><div class="ttdoc">Can the parameter be automated?</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01428">vst.h:1428</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a55ed1473547eafc7c6df2b62f73222ac"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a55ed1473547eafc7c6df2b62f73222ac">VST_EFFECT_OPCODE_19</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_19</div><div class="ttdoc">Appears to be related to midi and audio events.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01420">vst.h:1420</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a5763f730a8bf2064223f64b3af334fce"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5763f730a8bf2064223f64b3af334fce">VST_EFFECT_OPCODE_PROGRAM_SET_END</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PROGRAM_SET_END</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01831">vst.h:1831</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a5b65cc86a93b938e0226a0ba8c14cda6"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5b65cc86a93b938e0226a0ba8c14cda6">VST_EFFECT_OPCODE_GET_PROGRAM</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_GET_PROGRAM</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01152">vst.h:1152</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a5cdc492a51b0c5f9dc81a5de04ecf5c8"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5cdc492a51b0c5f9dc81a5de04ecf5c8">VST_EFFECT_OPCODE_12</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_12</div><div class="ttdoc">Window Keyboard Event?</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01339">vst.h:1339</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a5d1cdf2000edd091b8447ec0a4ffe2a8"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5d1cdf2000edd091b8447ec0a4ffe2a8">VST_EFFECT_OPCODE_42</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_42</div><div class="ttdoc">Midi related.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01811">vst.h:1811</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a5d6b99d0c76bb8101b02eb123c3e56a2"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5d6b99d0c76bb8101b02eb123c3e56a2">VST_EFFECT_OPCODE_EFFECT_CATEGORY</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_EFFECT_CATEGORY</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01513">vst.h:1513</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a5e12ca00c6de50497fe9c9c2220544ff"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5e12ca00c6de50497fe9c9c2220544ff">VST_EFFECT_OPCODE_PARAM_IS_AUTOMATABLE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PARAM_IS_AUTOMATABLE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01432">vst.h:1432</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a5ed7687c8d9b6a097d2b2cafa007030c"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5ed7687c8d9b6a097d2b2cafa007030c">VST_EFFECT_OPCODE_WINDOW_DRAW</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_WINDOW_DRAW</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01309">vst.h:1309</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a5f52e8e69547b27eaa15467ebe487691"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5f52e8e69547b27eaa15467ebe487691">VST_EFFECT_OPCODE_DESTROY</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_DESTROY</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01134">vst.h:1134</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a612be21ee6fcf9d9b20f279256211cad"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a612be21ee6fcf9d9b20f279256211cad">VST_EFFECT_OPCODE_SETBLOCKSIZE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_SETBLOCKSIZE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01242">vst.h:1242</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a655fff17c355774d6d41a97511b2a2dd"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a655fff17c355774d6d41a97511b2a2dd">VST_EFFECT_OPCODE_02</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_02</div><div class="ttdoc">Set which program number is currently select.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01140">vst.h:1140</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a6695b7645e49a07e8d8614f79e9b5dbd"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a6695b7645e49a07e8d8614f79e9b5dbd">VST_EFFECT_OPCODE_48</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_48</div><div class="ttdoc">End processing of audio.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01875">vst.h:1875</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a66b1c38c5a5d8a5e7d8892b778e0c8fe"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a66b1c38c5a5d8a5e7d8892b778e0c8fe">VST_EFFECT_OPCODE_GETNAME2</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_GETNAME2</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01637">vst.h:1637</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a680b765dc488d61d0faef58f2d154f2a"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a680b765dc488d61d0faef58f2d154f2a">VST_EFFECT_OPCODE_CUSTOM</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_CUSTOM</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01661">vst.h:1661</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a688762138c1a182f1f7e6b292b11f803"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a688762138c1a182f1f7e6b292b11f803">VST_EFFECT_OPCODE_2E</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_2E</div><div class="ttdoc">Translate an error code to a string.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01615">vst.h:1615</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a6ccd5e816884ec85723e3f3e00ba6229"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a6ccd5e816884ec85723e3f3e00ba6229">VST_EFFECT_OPCODE_3D</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_3D</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01776">vst.h:1776</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a6ce89a18f5ebf8265f8e27f40ee4cedb"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a6ce89a18f5ebf8265f8e27f40ee4cedb">VST_EFFECT_OPCODE_EDITOR_KEEP_ALIVE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_EDITOR_KEEP_ALIVE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01351">vst.h:1351</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a6e1135b3419d19471954a3b4664872c6"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a6e1135b3419d19471954a3b4664872c6">VST_EFFECT_OPCODE_PARAM_PROPERTIES</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PARAM_PROPERTIES</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01724">vst.h:1724</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a739f825767210c904839112b4dd3146f"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a739f825767210c904839112b4dd3146f">VST_EFFECT_OPCODE_TAIL_SAMPLES</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_TAIL_SAMPLES</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01684">vst.h:1684</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a74fe1da28bb7fe76edd98bfcb93b901b"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a74fe1da28bb7fe76edd98bfcb93b901b">VST_EFFECT_OPCODE_30</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_30</div><div class="ttdoc">Retrieve the product name into the ptr buffer.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01635">vst.h:1635</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a75044a2d1bed6e79ef2f9090b4304c3f"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a75044a2d1bed6e79ef2f9090b4304c3f">VST_EFFECT_OPCODE_PARAM_VALUE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PARAM_VALUE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01202">vst.h:1202</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a7622d2f85374cfa9ba3af3ae3c9e2ea0"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7622d2f85374cfa9ba3af3ae3c9e2ea0">VST_EFFECT_OPCODE_35</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_35</div><div class="ttdoc">Notify effect that it is idle?</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01693">vst.h:1693</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a778062b13948fc9e7fc6180033881dba"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a778062b13948fc9e7fc6180033881dba">VST_EFFECT_OPCODE_PROGRAM_GET_NAME</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PROGRAM_GET_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01174">vst.h:1174</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a794ffb39ae755d5de557fc7619042dc0"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a794ffb39ae755d5de557fc7619042dc0">VST_EFFECT_OPCODE_0D</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_0D</div><div class="ttdoc">Retrieve the client rect size of the plugins window.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01268">vst.h:1268</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a79fa30e1a15b879e0d6e2a5a04f131fd"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a79fa30e1a15b879e0d6e2a5a04f131fd">VST_EFFECT_OPCODE_1E</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_1E</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01468">vst.h:1468</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a7ad5cb3f2b7d5325d4e73bc34bfa5ce5"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7ad5cb3f2b7d5325d4e73bc34bfa5ce5">VST_EFFECT_OPCODE_PROGRAM_LOAD</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PROGRAM_LOAD</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01917">vst.h:1917</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a7ade5295089a6d7703f5aad8724726d2"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7ade5295089a6d7703f5aad8724726d2">VST_EFFECT_OPCODE_23</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_23</div><div class="ttdoc">Retrieve category of this effect.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01511">vst.h:1511</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a7b54e129f5e95874cefdcc138d710c20"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7b54e129f5e95874cefdcc138d710c20">VST_EFFECT_OPCODE_VST_VERSION</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_VST_VERSION</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01741">vst.h:1741</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a7c9c2de24101d89f9c3b9165aea162be"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7c9c2de24101d89f9c3b9165aea162be">VST_EFFECT_OPCODE_36</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_36</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01703">vst.h:1703</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a7d62310ee6f4040445f9d289ea28d5c9"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7d62310ee6f4040445f9d289ea28d5c9">VST_EFFECT_OPCODE_CATEGORY</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_CATEGORY</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01515">vst.h:1515</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a7dd8c3bd980ad4a5c3e443ff15e7e05c"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7dd8c3bd980ad4a5c3e443ff15e7e05c">VST_EFFECT_OPCODE_EDITOR_OPEN</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_EDITOR_OPEN</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01285">vst.h:1285</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a7eef4adab2b561cb12d4fe2e7513f963"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7eef4adab2b561cb12d4fe2e7513f963">VST_EFFECT_OPCODE_EDITOR_VKEY_DOWN</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_EDITOR_VKEY_DOWN</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01757">vst.h:1757</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a7f9d8bdbd570f414c792d48224128084"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7f9d8bdbd570f414c792d48224128084">VST_EFFECT_OPCODE_00</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_00</div><div class="ttdoc">Create/Initialize the effect (if it has not been created already).</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01120">vst.h:1120</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a814ba1d0b6eccefafe44bb6a132f83ce"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a814ba1d0b6eccefafe44bb6a132f83ce">VST_EFFECT_OPCODE_2B</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_2B</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01579">vst.h:1579</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a82bf6bd3d5b6528bab2a8154b4a12c5a"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a82bf6bd3d5b6528bab2a8154b4a12c5a">VST_EFFECT_OPCODE_SUSPEND_RESUME</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_SUSPEND_RESUME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01258">vst.h:1258</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a881873d24da602f84baa89172968cb51"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a881873d24da602f84baa89172968cb51">VST_EFFECT_OPCODE_24</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_24</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01522">vst.h:1522</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a88feaf3bf0f426d842fafb9e8ac0d947"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a88feaf3bf0f426d842fafb9e8ac0d947">VST_EFFECT_OPCODE_PARAM_LABEL</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PARAM_LABEL</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01188">vst.h:1188</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a894f6d95fd736a20dc18fe5094c008f4"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a894f6d95fd736a20dc18fe5094c008f4">VST_EFFECT_OPCODE_40</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_40</div><div class="ttdoc">Midi related.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01797">vst.h:1797</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a896ec77693cb412e31f9160eaf8e6f6e"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a896ec77693cb412e31f9160eaf8e6f6e">VST_EFFECT_OPCODE_22</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_22</div><div class="ttdoc">Retrieve properties for the given output index.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01502">vst.h:1502</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a8c5962a79c3bb8cecd6e89449956ab78"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a8c5962a79c3bb8cecd6e89449956ab78">VST_EFFECT_OPCODE_4F</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_4F</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01942">vst.h:1942</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a8df6dda3f6b59f8ee5cd0cea8c342a01"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a8df6dda3f6b59f8ee5cd0cea8c342a01">VST_EFFECT_OPCODE_47</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_47</div><div class="ttdoc">Begin processing of audio.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01866">vst.h:1866</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a8ee4b9060ced36e176f2fa2bd18910ac"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a8ee4b9060ced36e176f2fa2bd18910ac">VST_EFFECT_OPCODE_38</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_38</div><div class="ttdoc">Parameter Properties.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01720">vst.h:1720</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a91407b1f6e5a67f9abca40a438c1d4e3"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a91407b1f6e5a67f9abca40a438c1d4e3">VST_EFFECT_OPCODE_GET_SPEAKER_ARRANGEMENT</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_GET_SPEAKER_ARRANGEMENT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01846">vst.h:1846</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a926bc55a9c0cf189441991b3fcdfd11e"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a926bc55a9c0cf189441991b3fcdfd11e">VST_EFFECT_OPCODE_0E</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_0E</div><div class="ttdoc">Create the window for the plugin.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01281">vst.h:1281</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a929205d9637981c6eee7241a8455db6d"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a929205d9637981c6eee7241a8455db6d">VST_EFFECT_OPCODE_3B</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_3B</div><div class="ttdoc">Editor Virtual Key Down Input.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01755">vst.h:1755</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a9408368ab591d8a4e3bd29b39fa8631f"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9408368ab591d8a4e3bd29b39fa8631f">VST_EFFECT_OPCODE_BYPASS</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_BYPASS</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01590">vst.h:1590</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a960b2a75dab37b45d72445a6ab8fef41"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a960b2a75dab37b45d72445a6ab8fef41">VST_EFFECT_OPCODE_EDITOR_KEYBOARD</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_EDITOR_KEYBOARD</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01343">vst.h:1343</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a967dc0e00251e0e6c47dfb8526f4d26a"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a967dc0e00251e0e6c47dfb8526f4d26a">VST_EFFECT_OPCODE_INPUT_GET_PROPERTIES</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_INPUT_GET_PROPERTIES</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01493">vst.h:1493</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a96f6bfec3756b862ac10261ac37e06c3"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a96f6bfec3756b862ac10261ac37e06c3">VST_EFFECT_OPCODE_VENDOR_NAME</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_VENDOR_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01628">vst.h:1628</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a98e0f94270578351245a09966195c677"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a98e0f94270578351245a09966195c677">VST_EFFECT_OPCODE_PARAM_ISAUTOMATABLE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PARAM_ISAUTOMATABLE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01430">vst.h:1430</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a9912a9d8912d90eb947e0ae13f163921"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9912a9d8912d90eb947e0ae13f163921">VST_EFFECT_OPCODE_WINDOW_KEYBOARD</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_WINDOW_KEYBOARD</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01341">vst.h:1341</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a9a240fa6409997e4c38525e30ce5abe8"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9a240fa6409997e4c38525e30ce5abe8">VST_EFFECT_OPCODE_GET_PROGRAM_NAME</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_GET_PROGRAM_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01172">vst.h:1172</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a9aab5ba71a9799fce6885e76b0394715"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9aab5ba71a9799fce6885e76b0394715">VST_EFFECT_OPCODE_17</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_17</div><div class="ttdoc">Get Chunk Data.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01393">vst.h:1393</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a9aef0d173b206e3c09e38543f1bb42b9"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9aef0d173b206e3c09e38543f1bb42b9">VST_EFFECT_OPCODE_31</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_31</div><div class="ttdoc">Retrieve the vendor version in return value.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01646">vst.h:1646</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a9bf028aa1d4f690d9104323da1e0a031"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9bf028aa1d4f690d9104323da1e0a031">VST_EFFECT_OPCODE_2D</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_2D</div><div class="ttdoc">Retrieve the effect name into the ptr buffer.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01599">vst.h:1599</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a9dcecaf860d1a927a047a3fe3e0558cf"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9dcecaf860d1a927a047a3fe3e0558cf">VST_EFFECT_OPCODE_07</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_07</div><div class="ttdoc">Get the string representing the value for the parameter.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01196">vst.h:1196</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a9fd112ae560e9928dfd7c0d667795e4b"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9fd112ae560e9928dfd7c0d667795e4b">VST_EFFECT_OPCODE_PROCESS_END</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PROCESS_END</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01877">vst.h:1877</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696aa1bb6fd2f2f591175e6d0bc10a708570"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa1bb6fd2f2f591175e6d0bc10a708570">VST_EFFECT_OPCODE_SET_PROGRAM</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_SET_PROGRAM</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01142">vst.h:1142</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696aa20ec5fcb941015ac3143a8aab09af29"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa20ec5fcb941015ac3143a8aab09af29">VST_EFFECT_OPCODE_27</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_27</div><div class="ttdoc">Seen in plug-ins with VST_EFFECT_CATEGORY_OFFLINE.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01543">vst.h:1543</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696aa45087da0d1522c769056f391594d2c8"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa45087da0d1522c769056f391594d2c8">VST_EFFECT_OPCODE_EDITOR_DRAW</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_EDITOR_DRAW</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01311">vst.h:1311</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696aa49ecb36b417d81c9a79ddb8c541fc06"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa49ecb36b417d81c9a79ddb8c541fc06">VST_EFFECT_OPCODE_15</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_15</div><div class="ttdoc">Window Unfocus Event?</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01371">vst.h:1371</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696aa5da737dc3b1b9397b3a3083084f0c15"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa5da737dc3b1b9397b3a3083084f0c15">VST_EFFECT_OPCODE_49</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_49</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01884">vst.h:1884</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696aac2f9a50c9d35c14cfb65878d22a1506"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aac2f9a50c9d35c14cfb65878d22a1506">VST_EFFECT_OPCODE_NAME</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01605">vst.h:1605</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696aad7f035bbd04a052298319f20fb693d8"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aad7f035bbd04a052298319f20fb693d8">VST_EFFECT_OPCODE_EDITOR_CLOSE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_EDITOR_CLOSE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01295">vst.h:1295</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696aafb89f9957cc7024b6f585d2393de795"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aafb89f9957cc7024b6f585d2393de795">VST_EFFECT_OPCODE_29</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_29</div><div class="ttdoc">Seen in plug-ins with VST_EFFECT_CATEGORY_OFFLINE.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01557">vst.h:1557</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ab155ed3658544a96bc9794a92e75169f"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ab155ed3658544a96bc9794a92e75169f">VST_EFFECT_OPCODE_3A</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_3A</div><div class="ttdoc">Retrieve the VST Version supported.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01739">vst.h:1739</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ab284b76b5c74740b53a4ac6e7e52e6c9"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ab284b76b5c74740b53a4ac6e7e52e6c9">VST_EFFECT_OPCODE_11</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_11</div><div class="ttdoc">Window Mouse Event?</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01323">vst.h:1323</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ab8213ce293a2c3a4bcb3492dc5d2e4d1"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ab8213ce293a2c3a4bcb3492dc5d2e4d1">VST_EFFECT_OPCODE_PARAM_GET_LABEL</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PARAM_GET_LABEL</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01186">vst.h:1186</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696aba339f27dd55fb6cd36a94f62796ce16"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aba339f27dd55fb6cd36a94f62796ce16">VST_EFFECT_OPCODE_SETSAMPLERATE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_SETSAMPLERATE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01232">vst.h:1232</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696abc6fb3d59aaa8e7982154d53fa12d16a"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696abc6fb3d59aaa8e7982154d53fa12d16a">VST_EFFECT_OPCODE_0F</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_0F</div><div class="ttdoc">Destroy the plugins window.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01291">vst.h:1291</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696abd3d276216b8b4f2786ae6ed8aefa099"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696abd3d276216b8b4f2786ae6ed8aefa099">VST_EFFECT_OPCODE_GET_CHUNK_DATA</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_GET_CHUNK_DATA</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01395">vst.h:1395</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ac0cde9776b07b0861f53ca79f38a4a7d"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac0cde9776b07b0861f53ca79f38a4a7d">VST_EFFECT_OPCODE_INITIALIZE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_INITIALIZE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01124">vst.h:1124</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ac1ef7107ea949706999ca80bd7aba9d1"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac1ef7107ea949706999ca80bd7aba9d1">VST_EFFECT_OPCODE_GETTAILSAMPLES</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_GETTAILSAMPLES</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01682">vst.h:1682</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ac1ff348462e998598c421def0d3b66a8"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac1ff348462e998598c421def0d3b66a8">VST_EFFECT_OPCODE_18</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_18</div><div class="ttdoc">Set Chunk Data.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01407">vst.h:1407</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ac396ef2a09f26289ff9fef764c062474"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac396ef2a09f26289ff9fef764c062474">VST_EFFECT_OPCODE_EFFECT_NAME</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_EFFECT_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01603">vst.h:1603</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ac7d8987baae2fd3bf3d1322156a31579"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac7d8987baae2fd3bf3d1322156a31579">VST_EFFECT_OPCODE_GET_PARAMETER_PROPERTIES</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_GET_PARAMETER_PROPERTIES</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01722">vst.h:1722</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696aca7c692f2a631a425a5b70fe4211b9c8"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aca7c692f2a631a425a5b70fe4211b9c8">VST_EFFECT_OPCODE_PARAM_AUTOMATABLE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PARAM_AUTOMATABLE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01434">vst.h:1434</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ace5987decb338be1d8d2b21f0a27a531"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ace5987decb338be1d8d2b21f0a27a531">VST_EFFECT_OPCODE_PARAM_GETNAME</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PARAM_GETNAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01214">vst.h:1214</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ad08aac7efc3c45d9d2b59636a3201291"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad08aac7efc3c45d9d2b59636a3201291">VST_EFFECT_OPCODE_4A</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_4A</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01893">vst.h:1893</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ad54193e82154c20cda832e6ca90bf28c"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad54193e82154c20cda832e6ca90bf28c">VST_EFFECT_OPCODE_08</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_08</div><div class="ttdoc">Get the name for the parameter.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01212">vst.h:1212</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ad83c8946b71cf6528838083785e9254d"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad83c8946b71cf6528838083785e9254d">VST_EFFECT_OPCODE_13</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_13</div><div class="ttdoc">Window/Editor Idle/Keep-Alive Callback?</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01349">vst.h:1349</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ad87e37dee7e4e179d08e3cf8f40bd018"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad87e37dee7e4e179d08e3cf8f40bd018">VST_EFFECT_OPCODE_45</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_45</div><div class="ttdoc">Host wants to know the current speaker arrangement.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01844">vst.h:1844</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696adb7e0fb92a7f5b5fa52490c5b8689ac5"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696adb7e0fb92a7f5b5fa52490c5b8689ac5">VST_EFFECT_OPCODE_WINDOW_GETRECT</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_WINDOW_GETRECT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01270">vst.h:1270</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696add37a863bca8b45c5e9df3da3544d702"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696add37a863bca8b45c5e9df3da3544d702">VST_EFFECT_OPCODE_OUTPUT_GET_PROPERTIES</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_OUTPUT_GET_PROPERTIES</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01504">vst.h:1504</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ade6879bc741bf0abfc5240102d3e9916"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ade6879bc741bf0abfc5240102d3e9916">VST_EFFECT_OPCODE_PARAM_VALUE_FROM_STRING</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PARAM_VALUE_FROM_STRING</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01447">vst.h:1447</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696adf96a6fce885dbdc3529ef1c79e37772"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696adf96a6fce885dbdc3529ef1c79e37772">VST_EFFECT_OPCODE_GETVENDOR</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_GETVENDOR</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01626">vst.h:1626</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696adf9d50f8dc41cc445fc683c4ceb9395b"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696adf9d50f8dc41cc445fc683c4ceb9395b">VST_EFFECT_OPCODE_PROCESS_BEGIN</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PROCESS_BEGIN</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01868">vst.h:1868</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ae0be415492e7cc55f6a11e6de085ce04"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae0be415492e7cc55f6a11e6de085ce04">VST_EFFECT_OPCODE_1D</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_1D</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01461">vst.h:1461</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ae1801759c27b7e24ee31ebd2ca0c539d"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae1801759c27b7e24ee31ebd2ca0c539d">VST_EFFECT_OPCODE_PAUSE_UNPAUSE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PAUSE_UNPAUSE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01256">vst.h:1256</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ae43be42f7827612e6a94247595d49f9c"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae43be42f7827612e6a94247595d49f9c">VST_EFFECT_OPCODE_4C</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_4C</div><div class="ttdoc">Host wants to know if we can load the provided program data.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01915">vst.h:1915</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ae61bb66e13d890feb0ac68c0fbada833"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae61bb66e13d890feb0ac68c0fbada833">VST_EFFECT_OPCODE_26</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_26</div><div class="ttdoc">Seen in plug-ins with VST_EFFECT_CATEGORY_OFFLINE.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01536">vst.h:1536</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696ae8103ec84e8dc3268c1f9b3480e0d255"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae8103ec84e8dc3268c1f9b3480e0d255">VST_EFFECT_OPCODE_CONTAINER_NEXT_EFFECT_ID</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_CONTAINER_NEXT_EFFECT_ID</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01859">vst.h:1859</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696aeab039054ebddff2f90ad2e0b9fed723"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aeab039054ebddff2f90ad2e0b9fed723">VST_EFFECT_OPCODE_GETNAME</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_GETNAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01601">vst.h:1601</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696aeeeee35ed338c3089e443cc4bc7b64e9"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aeeeee35ed338c3089e443cc4bc7b64e9">VST_EFFECT_OPCODE_VENDOR_VERSION</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_VENDOR_VERSION</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01650">vst.h:1650</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696af02fef4c2a78ed1558de4c5c1e78ab9e"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af02fef4c2a78ed1558de4c5c1e78ab9e">VST_EFFECT_OPCODE_46</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_46</div><div class="ttdoc">Get the next effect contained in this effect.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01857">vst.h:1857</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696af1cbd93ca7d2f2ff464d73882e6d5e06"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af1cbd93ca7d2f2ff464d73882e6d5e06">VST_EFFECT_OPCODE_SET_PROGRAM_NAME</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_SET_PROGRAM_NAME</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01162">vst.h:1162</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696af1d5d7c546dc2b68df2ec31301940244"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af1d5d7c546dc2b68df2ec31301940244">VST_EFFECT_OPCODE_FOURCC</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_FOURCC</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01381">vst.h:1381</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696af28c319c3cf4ba14c65e0395ae956bb1"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af28c319c3cf4ba14c65e0395ae956bb1">VST_EFFECT_OPCODE_37</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_37</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01711">vst.h:1711</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696af2f0136c707513df432291411c87fcf6"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af2f0136c707513df432291411c87fcf6">VST_EFFECT_OPCODE_44</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_44</div><div class="ttdoc">Host is done setting up a program.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01829">vst.h:1829</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696af35fff2e9d68b3ac04d8cc84d44019de"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af35fff2e9d68b3ac04d8cc84d44019de">VST_EFFECT_OPCODE_3F</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_3F</div><div class="ttdoc">Midi related.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01790">vst.h:1790</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696af40fd3a5261cde86ff2ccccd6e302b70"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af40fd3a5261cde86ff2ccccd6e302b70">VST_EFFECT_OPCODE_WINDOW_DESTROY</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_WINDOW_DESTROY</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01293">vst.h:1293</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696af48a693af3e0a3dd8c74bef13f3392c7"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af48a693af3e0a3dd8c74bef13f3392c7">VST_EFFECT_OPCODE_EDITOR_VKEY_UP</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_EDITOR_VKEY_UP</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01769">vst.h:1769</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696af51f106620fdec39a539790c461f0833"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af51f106620fdec39a539790c461f0833">VST_EFFECT_OPCODE_1F</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_1F</div><div class="ttdoc">Input connected.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01475">vst.h:1475</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696af5ef7dd980f5a573a12026c2b6910b7a"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af5ef7dd980f5a573a12026c2b6910b7a">VST_EFFECT_OPCODE_34</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_34</div><div class="ttdoc">Number of samples that are at the tail at the end of playback.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01680">vst.h:1680</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696af62ccf1aef62665c7817fb3d97d6ecbf"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af62ccf1aef62665c7817fb3d97d6ecbf">VST_EFFECT_OPCODE_2C</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_2C</div><div class="ttdoc">Enable/Disable bypassing the effect.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01588">vst.h:1588</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696af6ad25fcb7a520eed4a4b6b4d923286b"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af6ad25fcb7a520eed4a4b6b4d923286b">VST_EFFECT_OPCODE_PROGRAM_SET</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PROGRAM_SET</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01144">vst.h:1144</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696af779fb9455663914e5f626559824dce2"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af779fb9455663914e5f626559824dce2">VST_EFFECT_OPCODE_SUPPORTS</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_SUPPORTS</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01672">vst.h:1672</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696af7c3e6a262b6f0e0d53e6aec0c7c99d4"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af7c3e6a262b6f0e0d53e6aec0c7c99d4">VST_EFFECT_OPCODE_PROGRAM_SET_BEGIN</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PROGRAM_SET_BEGIN</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01821">vst.h:1821</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696af8b1d82d549b03f24f77b02d4c13711f"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af8b1d82d549b03f24f77b02d4c13711f">VST_EFFECT_OPCODE_16</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_16</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01379">vst.h:1379</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696af8b36d1b637686b7a0a4f54026f0e705"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af8b36d1b637686b7a0a4f54026f0e705">VST_EFFECT_OPCODE_TRANSLATE_ERROR</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_TRANSLATE_ERROR</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01617">vst.h:1617</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696af8c11af02ac2360ad8c0888bea69f9c8"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af8c11af02ac2360ad8c0888bea69f9c8">VST_EFFECT_OPCODE_EDITOR_RECT</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_EDITOR_RECT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01272">vst.h:1272</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696af9de36a1962951fd88c1011bc8a6f468"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af9de36a1962951fd88c1011bc8a6f468">VST_EFFECT_OPCODE_25</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_25</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01529">vst.h:1529</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696afb7ca519142fb2f8ffb22cccb9e17ccc"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696afb7ca519142fb2f8ffb22cccb9e17ccc">VST_EFFECT_OPCODE_PARAM_SET_VALUE</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_PARAM_SET_VALUE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01445">vst.h:1445</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696afbe80204973dc7477ce6f1bf15d635e8"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696afbe80204973dc7477ce6f1bf15d635e8">VST_EFFECT_OPCODE_SUSPEND</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_SUSPEND</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01260">vst.h:1260</a></div></div>
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696affb3e6b4adffc59bef78b8608a5130c4"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696affb3e6b4adffc59bef78b8608a5130c4">VST_EFFECT_OPCODE_0C</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_0C</div><div class="ttdoc">Effect processing should be suspended/paused or resumed/unpaused.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01254">vst.h:1254</a></div></div>
<div class="ttc" id="avst_8h_html_ac601fe80b1566db7d4f0b5351a628dbb"><div class="ttname"><a href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbb">VST_STREAM_FLAG</a></div><div class="ttdeci">VST_STREAM_FLAG</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00485">vst.h:485</a></div></div>
<div class="ttc" id="avst_8h_html_ac601fe80b1566db7d4f0b5351a628dbba036336ac450b8cfe332f8c50ccc3f9ee"><div class="ttname"><a href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbba036336ac450b8cfe332f8c50ccc3f9ee">VST_STREAM_FLAG_STEREO</a></div><div class="ttdeci">@ VST_STREAM_FLAG_STEREO</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00495">vst.h:495</a></div></div>
<div class="ttc" id="avst_8h_html_ac601fe80b1566db7d4f0b5351a628dbba1091d579bff90d42b49b7f45ff85b3be"><div class="ttname"><a href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbba1091d579bff90d42b49b7f45ff85b3be">VST_STREAM_FLAG_1ls2</a></div><div class="ttdeci">@ VST_STREAM_FLAG_1ls2</div><div class="ttdoc">Stream is defined by VST_SPEAKER_ARRANGEMENT_TYPE.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00501">vst.h:501</a></div></div>
<div class="ttc" id="avst_8h_html_ac601fe80b1566db7d4f0b5351a628dbbaa03ce38bc60de47eae8d63ffcb8d6c19"><div class="ttname"><a href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbbaa03ce38bc60de47eae8d63ffcb8d6c19">VST_STREAM_FLAG_1ls0</a></div><div class="ttdeci">@ VST_STREAM_FLAG_1ls0</div><div class="ttdoc">Ignored?</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00488">vst.h:488</a></div></div>
<div class="ttc" id="avst_8h_html_ac601fe80b1566db7d4f0b5351a628dbbacc5db8a4c3f1ed9e68ca4bc6bac69a5d"><div class="ttname"><a href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbbacc5db8a4c3f1ed9e68ca4bc6bac69a5d">VST_STREAM_FLAG_1ls1</a></div><div class="ttdeci">@ VST_STREAM_FLAG_1ls1</div><div class="ttdoc">Stream is in Stereo.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00494">vst.h:494</a></div></div>
<div class="ttc" id="avst_8h_html_ac601fe80b1566db7d4f0b5351a628dbbaf394908abb7077cc5e187e20b838c381"><div class="ttname"><a href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbbaf394908abb7077cc5e187e20b838c381">VST_STREAM_FLAG_USE_TYPE</a></div><div class="ttdeci">@ VST_STREAM_FLAG_USE_TYPE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00502">vst.h:502</a></div></div>
<div class="ttc" id="avst_8h_html_af0c37ddc3ece0563a356589b330db697"><div class="ttname"><a href="vst_8h.html#af0c37ddc3ece0563a356589b330db697">vst_effect_get_parameter_t</a></div><div class="ttdeci">float(VST_FUNCTION_INTERFACE * vst_effect_get_parameter_t)(struct vst_effect_t *self, uint32_t index)</div><div class="ttdoc">Retrieve the current value of the parameter at the given index, or do nothing if out of bounds.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l02059">vst.h:2059</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="vst_8h.html">vst.h</a></li>
<li class="footer">Generated on Thu Aug 7 2025 23:08:07 for VST2SDK by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
</html>