3103 lines
651 KiB
HTML
3103 lines
651 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&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&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&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&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 <info@xaymar.com> (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 "AS IS" 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'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"><</span><span class="preprocessor">cinttypes</span><span class="preprocessor">></span></div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="keyword">extern</span> <span class="stringliteral">"C"</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"><</span><span class="preprocessor">inttypes</span><span class="preprocessor">.</span><span class="preprocessor">h</span><span class="preprocessor">></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'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'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"><<</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"><<</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"><<</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"><<</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't know the answer or we can'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'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'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 < 10) { // </span></div>
|
|
<div class="line"><span class="lineno"> 124</span><span class="comment"> * return v << 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 << 24) | (minor << 16) | (revision << 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">//------------------------------------------------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span><span class="comment">// VST Parameters</span></div>
|
|
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span><span class="comment">//------------------------------------------------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> </div>
|
|
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span><span class="comment">/** Flags for parameters.</span></div>
|
|
<div class="line"><span class="lineno"> 164</span><span class="comment"> * @sa vst_parameter_properties_t</span></div>
|
|
<div class="line"><span class="lineno"> 165</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7c"> 166</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="l00167" name="l00167"></a><span class="lineno"> 167</span> <span class="comment">/** Parameter is an on/off switch.</span></div>
|
|
<div class="line"><span class="lineno"> 168</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 169</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
|
|
<div class="line"><span class="lineno"> 170</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca8e052746a7732886fd72a84084ce40c1"> 171</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca8e052746a7732886fd72a84084ce40c1">VST_PARAMETER_FLAG_1ls0</a> = 1 << 0,</div>
|
|
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> <span class="comment">/** @sa VST_PARAMETER_FLAG_1ls0 */</span></div>
|
|
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca088086df5f8dbbac479cf85ccb755f9a"> 173</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca088086df5f8dbbac479cf85ccb755f9a">VST_PARAMETER_FLAG_SWITCH</a> = 1,</div>
|
|
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> </div>
|
|
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> <span class="comment">/** Parameter limits are set as integers.</span></div>
|
|
<div class="line"><span class="lineno"> 176</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 177</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
|
|
<div class="line"><span class="lineno"> 178</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7caafc66ed70a42fa77b6894d279125af87"> 179</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7caafc66ed70a42fa77b6894d279125af87">VST_PARAMETER_FLAG_1ls1</a> = 1 << 1,</div>
|
|
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> <span class="comment">/** @sa VST_PARAMETER_FLAG_1ls1 */</span></div>
|
|
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca3bfc2b92d6147ccf802f0b31f236d559"> 181</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca3bfc2b92d6147ccf802f0b31f236d559">VST_PARAMETER_FLAG_INTEGER_LIMITS</a> = 1 << 1,</div>
|
|
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> </div>
|
|
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> <span class="comment">/** Parameter uses float steps.</span></div>
|
|
<div class="line"><span class="lineno"> 184</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 185</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
|
|
<div class="line"><span class="lineno"> 186</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca34005cf51873ace1ce6a36880415c4bc"> 187</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca34005cf51873ace1ce6a36880415c4bc">VST_PARAMETER_FLAG_1ls2</a> = 1 << 2,</div>
|
|
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> <span class="comment">/** @sa VST_PARAMETER_FLAG_1ls2 */</span></div>
|
|
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca497f96438fb88122f606d61841d1ca4a"> 189</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca497f96438fb88122f606d61841d1ca4a">VST_PARAMETER_FLAG_STEP_FLOAT</a> = 1 << 2,</div>
|
|
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> </div>
|
|
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> <span class="comment">/** Parameter uses integer steps.</span></div>
|
|
<div class="line"><span class="lineno"> 192</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 193</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
|
|
<div class="line"><span class="lineno"> 194</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca77ef719b1f2161ec0cac7db3ecdaae18"> 195</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca77ef719b1f2161ec0cac7db3ecdaae18">VST_PARAMETER_FLAG_1ls3</a> = 1 << 3,</div>
|
|
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> <span class="comment">/** @sa VST_PARAMETER_FLAG_1ls3 */</span></div>
|
|
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca8eef7e865d0623c61c71b2cc94675724"> 197</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca8eef7e865d0623c61c71b2cc94675724">VST_PARAMETER_FLAG_STEP_INT</a> = 1 << 3,</div>
|
|
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> </div>
|
|
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> <span class="comment">/** Parameter has an display order index for the default editor.</span></div>
|
|
<div class="line"><span class="lineno"> 200</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 201</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
|
|
<div class="line"><span class="lineno"> 202</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca2a480d3e3c9fb7cc3bfbc4f65c283f2a"> 203</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca2a480d3e3c9fb7cc3bfbc4f65c283f2a">VST_PARAMETER_FLAG_1ls4</a> = 1 << 4,</div>
|
|
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> <span class="comment">/** @sa VST_PARAMETER_FLAG_1ls4 */</span></div>
|
|
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca531eeef82327950ca4727e29035b754d"> 205</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca531eeef82327950ca4727e29035b754d">VST_PARAMETER_FLAG_INDEX</a> = 1 << 4,</div>
|
|
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> </div>
|
|
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> <span class="comment">/** Parameter has a category for the default editor.</span></div>
|
|
<div class="line"><span class="lineno"> 208</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 209</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
|
|
<div class="line"><span class="lineno"> 210</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca1b0a5f308cd46a354aa4847e13443963"> 211</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca1b0a5f308cd46a354aa4847e13443963">VST_PARAMETER_FLAG_1ls5</a> = 1 << 5,</div>
|
|
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> <span class="comment">/** @sa VST_PARAMETER_FLAG_1ls5 */</span></div>
|
|
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca6c9b21c53b749fb380081214e08ed07b"> 213</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca6c9b21c53b749fb380081214e08ed07b">VST_PARAMETER_FLAG_CATEGORY</a> = 1 << 5,</div>
|
|
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> </div>
|
|
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> <span class="comment">/** Parameter can be gradually increased/decreased.</span></div>
|
|
<div class="line"><span class="lineno"> 216</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 217</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PARAM_IS_AUTOMATABLE</span></div>
|
|
<div class="line"><span class="lineno"> 218</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca091a913803ba2e1041af4f31133e86de"> 219</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca091a913803ba2e1041af4f31133e86de">VST_PARAMETER_FLAG_1ls6</a> = 1 << 6,</div>
|
|
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> <span class="comment">/** @sa VST_PARAMETER_FLAG_1ls6 */</span></div>
|
|
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca75d44a817b38b0ea7ecaad90bee63861"> 221</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7ca75d44a817b38b0ea7ecaad90bee63861">VST_PARAMETER_FLAG_RAMPING</a> = 1 << 6,</div>
|
|
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> </div>
|
|
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"><a class="line" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7cacc57096c92dcf727b8ec507a2bdc7b8e"> 223</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a968fd930e4a6bcab267aa77da72b2c7cacc57096c92dcf727b8ec507a2bdc7b8e">_VST_PARAMETER_FLAG_PAD</a> = 0xFFFFFFFFul,</div>
|
|
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span>};</div>
|
|
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> </div>
|
|
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span><span class="comment">/** Information about a parameter.</span></div>
|
|
<div class="line"><span class="lineno"> 227</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 228</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"> 229</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html"> 230</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="l00231" name="l00231"></a><span class="lineno"> 231</span> <span class="comment">/** Float Step value</span></div>
|
|
<div class="line"><span class="lineno"> 232</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 233</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"> 234</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 235</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_STEP_FLOAT to be set.</span></div>
|
|
<div class="line"><span class="lineno"> 236</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
|
|
<div class="line"><span class="lineno"> 237</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a88ecf0593c5a680fbcf273f3a21f9d06"> 238</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="l00239" name="l00239"></a><span class="lineno"> 239</span> </div>
|
|
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> <span class="comment">/** Float small step value</span></div>
|
|
<div class="line"><span class="lineno"> 241</span><span class="comment"> * This is used for "tiny" changes.</span></div>
|
|
<div class="line"><span class="lineno"> 242</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 243</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"> 244</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 245</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_STEP_FLOAT to be set.</span></div>
|
|
<div class="line"><span class="lineno"> 246</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
|
|
<div class="line"><span class="lineno"> 247</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#ad7633adf7c9bfd344844a9ababa1d078"> 248</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="l00249" name="l00249"></a><span class="lineno"> 249</span> </div>
|
|
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> <span class="comment">/** Float large step value</span></div>
|
|
<div class="line"><span class="lineno"> 251</span><span class="comment"> * This is used for "huge" changes.</span></div>
|
|
<div class="line"><span class="lineno"> 252</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 253</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"> 254</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 255</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_STEP_FLOAT to be set.</span></div>
|
|
<div class="line"><span class="lineno"> 256</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
|
|
<div class="line"><span class="lineno"> 257</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a94755e0b6feacf58e9de4b4a622fcddd"> 258</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="l00259" name="l00259"></a><span class="lineno"> 259</span> </div>
|
|
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> <span class="comment">/** Human-readable name for this parameter.</span></div>
|
|
<div class="line"><span class="lineno"> 261</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 262</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
|
|
<div class="line"><span class="lineno"> 263</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a83d812684b3fde93c09913d06574dfd4"> 264</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="l00265" name="l00265"></a><span class="lineno"> 265</span> </div>
|
|
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span> <span class="comment">/** Parameter Flags</span></div>
|
|
<div class="line"><span class="lineno"> 267</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 268</span><span class="comment"> * Any combination of @ref VST_PARAMETER_FLAG.</span></div>
|
|
<div class="line"><span class="lineno"> 269</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a536d12f74400069aa4dfaec620b47bdd"> 270</a></span> uint32_t <a class="code hl_variable" href="structvst__parameter__properties__t.html#a536d12f74400069aa4dfaec620b47bdd">flags</a>;</div>
|
|
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> </div>
|
|
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> <span class="comment">/** Minimum Integer value</span></div>
|
|
<div class="line"><span class="lineno"> 273</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 274</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_INTEGER_LIMITS to be set.</span></div>
|
|
<div class="line"><span class="lineno"> 275</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
|
|
<div class="line"><span class="lineno"> 276</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#ad471b50780abc9105eba9ac9ed561e52"> 277</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="l00278" name="l00278"></a><span class="lineno"> 278</span> </div>
|
|
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span> <span class="comment">/** Maximum Integer value</span></div>
|
|
<div class="line"><span class="lineno"> 280</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 281</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_INTEGER_LIMITS to be set.</span></div>
|
|
<div class="line"><span class="lineno"> 282</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
|
|
<div class="line"><span class="lineno"> 283</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a781a76eec41f0337b2389f181681eb60"> 284</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="l00285" name="l00285"></a><span class="lineno"> 285</span> </div>
|
|
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span> <span class="comment">/** Integer Step value</span></div>
|
|
<div class="line"><span class="lineno"> 287</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 288</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_STEP_INT to be set.</span></div>
|
|
<div class="line"><span class="lineno"> 289</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
|
|
<div class="line"><span class="lineno"> 290</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a9b1ace1183e9e315f77f51a66334357a"> 291</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="l00292" name="l00292"></a><span class="lineno"> 292</span> </div>
|
|
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span> <span class="comment">/** Short Human-readable label for this parameter.</span></div>
|
|
<div class="line"><span class="lineno"> 294</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 295</span><span class="comment"> * I have no idea why this exists?</span></div>
|
|
<div class="line"><span class="lineno"> 296</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
|
|
<div class="line"><span class="lineno"> 297</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a02ac161f41598c9140cad6394bed1e3d"> 298</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="l00299" name="l00299"></a><span class="lineno"> 299</span> </div>
|
|
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span> <span class="comment">/** Display order index.</span></div>
|
|
<div class="line"><span class="lineno"> 301</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 302</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_INDEX to be set.</span></div>
|
|
<div class="line"><span class="lineno"> 303</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
|
|
<div class="line"><span class="lineno"> 304</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a9bbc613a559dfc92086ba0b638ab91e4"> 305</a></span> uint16_t <a class="code hl_variable" href="structvst__parameter__properties__t.html#a9bbc613a559dfc92086ba0b638ab91e4">index</a>;</div>
|
|
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span> </div>
|
|
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span> <span class="comment">/** Category index</span></div>
|
|
<div class="line"><span class="lineno"> 308</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 309</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"> 310</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 311</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_CATEGORY to be set.</span></div>
|
|
<div class="line"><span class="lineno"> 312</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
|
|
<div class="line"><span class="lineno"> 313</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a63e39667345b6e1fff1a966d16940323"> 314</a></span> uint16_t <a class="code hl_variable" href="structvst__parameter__properties__t.html#a63e39667345b6e1fff1a966d16940323">category</a>;</div>
|
|
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"> 315</span> </div>
|
|
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> <span class="comment">/** How many parameters are in this category?</span></div>
|
|
<div class="line"><span class="lineno"> 317</span><span class="comment"> * This allows the plug-in to specify the same category multiple times.</span></div>
|
|
<div class="line"><span class="lineno"> 318</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 319</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_CATEGORY to be set.</span></div>
|
|
<div class="line"><span class="lineno"> 320</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
|
|
<div class="line"><span class="lineno"> 321</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#ae7377da7bb0d90b3cf6de336f94caa54"> 322</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="l00323" name="l00323"></a><span class="lineno"> 323</span> </div>
|
|
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#ad5cfe12a6ec0e20578728cd92d64a473"> 324</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="l00325" name="l00325"></a><span class="lineno"> 325</span> </div>
|
|
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span> <span class="comment">/** Human-readable name for the category this parameter is in.</span></div>
|
|
<div class="line"><span class="lineno"> 327</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 328</span><span class="comment"> * @note Requires @ref VST_PARAMETER_FLAG_CATEGORY to be set.</span></div>
|
|
<div class="line"><span class="lineno"> 329</span><span class="comment"> * @note Ignored if @ref VST_EFFECT_FLAG_EDITOR is set.</span></div>
|
|
<div class="line"><span class="lineno"> 330</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a4b2fbabc3c1d3bd6a33242df7d32d026"> 331</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="l00332" name="l00332"></a><span class="lineno"> 332</span> </div>
|
|
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"><a class="line" href="structvst__parameter__properties__t.html#a0979487731dfdc09f40df4a65c403a97"> 333</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="l00334" name="l00334"></a><span class="lineno"> 334</span>};</div>
|
|
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span> </div>
|
|
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span><span class="comment">//------------------------------------------------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span><span class="comment">// VST Input Microphones/Output Speakers</span></div>
|
|
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span><span class="comment">//------------------------------------------------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span> </div>
|
|
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2c"> 340</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="l00341" name="l00341"></a><span class="lineno"> 341</span> <span class="comment">// Default Types</span></div>
|
|
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca2e4c54de1ba1b6f37d73885a3c12eafd"> 342</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca2e4c54de1ba1b6f37d73885a3c12eafd">VST_SPEAKER_TYPE_MONO</a> = 0,</div>
|
|
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cab310c3a46bbc88f43eb95899ded18df3"> 343</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cab310c3a46bbc88f43eb95899ded18df3">VST_SPEAKER_TYPE_LEFT</a> = 1,</div>
|
|
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca065e9bf2f49a606a0f037c5c9a28da5e"> 344</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca065e9bf2f49a606a0f037c5c9a28da5e">VST_SPEAKER_TYPE_RIGHT</a> = 2,</div>
|
|
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca0e03cc995717f4318dc36b23f4660bba"> 345</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca0e03cc995717f4318dc36b23f4660bba">VST_SPEAKER_TYPE_CENTER</a> = 3,</div>
|
|
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca1141d7d2aee735e63284fd3cc537d48a"> 346</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca1141d7d2aee735e63284fd3cc537d48a">VST_SPEAKER_TYPE_LFE</a> = 4,</div>
|
|
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caec27ef1f6272d7fe5ce7bf0f32f2502c"> 347</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="l00348" name="l00348"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca0427cbb519867a49f88b8a06444dcbf9"> 348</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="l00349" name="l00349"></a><span class="lineno"> 349</span> <span class="comment">// 7</span></div>
|
|
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span> <span class="comment">// 8</span></div>
|
|
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span> <span class="comment">// 9</span></div>
|
|
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca866e8fcb98feec4bf1c1bcafcd9dabed"> 352</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="l00353" name="l00353"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca838bb144bda27d3a0a0f2ef73db245d0"> 353</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="l00354" name="l00354"></a><span class="lineno"> 354</span> <span class="comment">// 12</span></div>
|
|
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span> <span class="comment">// 13</span></div>
|
|
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"> 356</span> <span class="comment">// 14</span></div>
|
|
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span> <span class="comment">// 15</span></div>
|
|
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span> <span class="comment">// ...</span></div>
|
|
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span> </div>
|
|
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span> <span class="comment">// User Types (seen rarely, but never exceeds -32)</span></div>
|
|
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca6b30aa7f6809a663b420038df23ecb92"> 361</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="l00362" name="l00362"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cad94def811fcac96e56e7f26fb3673599"> 362</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cad94def811fcac96e56e7f26fb3673599">VST_SPEAKER_TYPE_USER_31</a>,</div>
|
|
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca6b02c85e99afcaf81e4190445a3b722f"> 363</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca6b02c85e99afcaf81e4190445a3b722f">VST_SPEAKER_TYPE_USER_30</a>,</div>
|
|
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cacaf6b294f4fea60592f6eb7da6ab42c7"> 364</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cacaf6b294f4fea60592f6eb7da6ab42c7">VST_SPEAKER_TYPE_USER_29</a>,</div>
|
|
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caa5e7628a15b5151db41b97e9c014e2e6"> 365</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caa5e7628a15b5151db41b97e9c014e2e6">VST_SPEAKER_TYPE_USER_28</a>,</div>
|
|
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cabca233a55f152c7aeaf7a8b03af4317a"> 366</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cabca233a55f152c7aeaf7a8b03af4317a">VST_SPEAKER_TYPE_USER_27</a>,</div>
|
|
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caceab3795293d4ee55b34182fcfcc8531"> 367</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caceab3795293d4ee55b34182fcfcc8531">VST_SPEAKER_TYPE_USER_26</a>,</div>
|
|
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca27f5249c064acfd87bed0edaea21e346"> 368</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca27f5249c064acfd87bed0edaea21e346">VST_SPEAKER_TYPE_USER_25</a>,</div>
|
|
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cadcabc2b49f63e6653a5352d08adc39fa"> 369</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cadcabc2b49f63e6653a5352d08adc39fa">VST_SPEAKER_TYPE_USER_24</a>,</div>
|
|
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caa1ae8cd602f15ce635ccaadd60e56824"> 370</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caa1ae8cd602f15ce635ccaadd60e56824">VST_SPEAKER_TYPE_USER_23</a>,</div>
|
|
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cade6e8e79583872aa9b5f8d4e7b53fae0"> 371</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cade6e8e79583872aa9b5f8d4e7b53fae0">VST_SPEAKER_TYPE_USER_22</a>,</div>
|
|
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cacb2d252c1580231a8c18680dac590358"> 372</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cacb2d252c1580231a8c18680dac590358">VST_SPEAKER_TYPE_USER_21</a>,</div>
|
|
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca7cc7e2ddef53cfdbf2a939590d61fa9c"> 373</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca7cc7e2ddef53cfdbf2a939590d61fa9c">VST_SPEAKER_TYPE_USER_20</a>,</div>
|
|
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cad19411d69333e25c088e5cdb1223e814"> 374</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cad19411d69333e25c088e5cdb1223e814">VST_SPEAKER_TYPE_USER_19</a>,</div>
|
|
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cabede3f4f6bd380167f6cd6a88d1d9f09"> 375</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cabede3f4f6bd380167f6cd6a88d1d9f09">VST_SPEAKER_TYPE_USER_18</a>,</div>
|
|
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cadfb509f4c7c77be653181faff25addf4"> 376</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cadfb509f4c7c77be653181faff25addf4">VST_SPEAKER_TYPE_USER_17</a>,</div>
|
|
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caf93bfe36aeec8609150ff119ad47a269"> 377</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caf93bfe36aeec8609150ff119ad47a269">VST_SPEAKER_TYPE_USER_16</a>,</div>
|
|
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca803e8f4bc03e6e6545bb46dfaf7ff1a0"> 378</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca803e8f4bc03e6e6545bb46dfaf7ff1a0">VST_SPEAKER_TYPE_USER_15</a>,</div>
|
|
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caf78972f102e1e5f60252ccbf46fc3a6b"> 379</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caf78972f102e1e5f60252ccbf46fc3a6b">VST_SPEAKER_TYPE_USER_14</a>,</div>
|
|
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca95b15c6a5e7b44ccbe9718cb8ef9a361"> 380</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca95b15c6a5e7b44ccbe9718cb8ef9a361">VST_SPEAKER_TYPE_USER_13</a>,</div>
|
|
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca611c4f3c9bf49cb746de6b2f438a3266"> 381</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca611c4f3c9bf49cb746de6b2f438a3266">VST_SPEAKER_TYPE_USER_12</a>,</div>
|
|
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca374efb45795cd1a6691f5ec0176a3527"> 382</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca374efb45795cd1a6691f5ec0176a3527">VST_SPEAKER_TYPE_USER_11</a>,</div>
|
|
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca4490dd23a9533348fb8315faedb66b96"> 383</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca4490dd23a9533348fb8315faedb66b96">VST_SPEAKER_TYPE_USER_10</a>,</div>
|
|
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca24c2a8104f2f6b2773f181682d1b37b6"> 384</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca24c2a8104f2f6b2773f181682d1b37b6">VST_SPEAKER_TYPE_USER_09</a>,</div>
|
|
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cae3c541fd45148674eb3e1c401ac87830"> 385</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cae3c541fd45148674eb3e1c401ac87830">VST_SPEAKER_TYPE_USER_08</a>,</div>
|
|
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cabb2d4dd58640314ee12d24de420e90c1"> 386</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cabb2d4dd58640314ee12d24de420e90c1">VST_SPEAKER_TYPE_USER_07</a>,</div>
|
|
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cacd9d57f4ddba1f1ecbf194c0c8a6a8c8"> 387</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2cacd9d57f4ddba1f1ecbf194c0c8a6a8c8">VST_SPEAKER_TYPE_USER_06</a>,</div>
|
|
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caa9ae3cc47508d23ed1443da04b0f0bab"> 388</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caa9ae3cc47508d23ed1443da04b0f0bab">VST_SPEAKER_TYPE_USER_05</a>,</div>
|
|
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca334529059e9cd8556e25d41d7bb19201"> 389</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca334529059e9cd8556e25d41d7bb19201">VST_SPEAKER_TYPE_USER_04</a>,</div>
|
|
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caf9f488e46812fc3e39273a570fba108e"> 390</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caf9f488e46812fc3e39273a570fba108e">VST_SPEAKER_TYPE_USER_03</a>,</div>
|
|
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca9c4b3660b6b713cfa2eed3b9695667a3"> 391</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca9c4b3660b6b713cfa2eed3b9695667a3">VST_SPEAKER_TYPE_USER_02</a>,</div>
|
|
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caad8042cc9e0c7f80bd02239a8bcdbb97"> 392</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2caad8042cc9e0c7f80bd02239a8bcdbb97">VST_SPEAKER_TYPE_USER_01</a>,</div>
|
|
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"> 393</span> </div>
|
|
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"> 394</span> </div>
|
|
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"> 395</span> <span class="comment">// Pad to force 32-bit number.</span></div>
|
|
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"><a class="line" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca059532f5dbd61a0a04f797cad7f98bec"> 396</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a361be2f7556eb4aa006ff1fa2fa48d2ca059532f5dbd61a0a04f797cad7f98bec">_VST_SPEAKER_TYPE_PAD</a> = 0xFFFFFFFFul,</div>
|
|
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"> 397</span>};</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"><a class="line" href="structvst__speaker__properties__t.html"> 399</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="l00400" name="l00400"></a><span class="lineno"> 400</span> <span class="comment">/** Azimuth in Radians</span></div>
|
|
<div class="line"><span class="lineno"> 401</span><span class="comment"> * Range: -PI (Left) through 0.0 (Right) to PI (Left)</span></div>
|
|
<div class="line"><span class="lineno"> 402</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 403</span><span class="comment"> * @note Must be 10.0 if this is a LFE.</span></div>
|
|
<div class="line"><span class="lineno"> 404</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"><a class="line" href="structvst__speaker__properties__t.html#a355e6839cc165d52b1b95d475163a3dd"> 405</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="l00406" name="l00406"></a><span class="lineno"> 406</span> </div>
|
|
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span> <span class="comment">/** Altitude in Radians</span></div>
|
|
<div class="line"><span class="lineno"> 408</span><span class="comment"> * Range: -PI/2 (Bottom) to PI/2 (Top)</span></div>
|
|
<div class="line"><span class="lineno"> 409</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 410</span><span class="comment"> * @note Must be 10.0 if this is a LFE.</span></div>
|
|
<div class="line"><span class="lineno"> 411</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"><a class="line" href="structvst__speaker__properties__t.html#ad470f431aa92a27b0dafe96555cdeaa8"> 412</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="l00413" name="l00413"></a><span class="lineno"> 413</span> </div>
|
|
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span> <span class="comment">/** Distance in Meters</span></div>
|
|
<div class="line"><span class="lineno"> 415</span><span class="comment"> * range: 0 to +-Infinity</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"> * @note Must be 0.0 if this is a LFE.</span></div>
|
|
<div class="line"><span class="lineno"> 418</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"><a class="line" href="structvst__speaker__properties__t.html#a6b1a966abf37bdc70f6295a29c2c00b2"> 419</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="l00420" name="l00420"></a><span class="lineno"> 420</span> </div>
|
|
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"><a class="line" href="structvst__speaker__properties__t.html#a16757ae22c28e865e8e297daa18059c4"> 421</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="l00422" name="l00422"></a><span class="lineno"> 422</span> </div>
|
|
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"> 423</span> <span class="comment">/** Human readable name for this speaker.</span></div>
|
|
<div class="line"><span class="lineno"> 424</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 425</span><span class="comment"> * Some hosts will behave weird if you use "L", "R", "C", "Ls", "Rs", "Lc", "Rc", "LFE", "Lfe", "Sl", "Sr", "Cs", </span></div>
|
|
<div class="line"><span class="lineno"> 426</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"> 427</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"><a class="line" href="structvst__speaker__properties__t.html#af4c82b716245a507553614cf5f2c71d5"> 428</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="l00429" name="l00429"></a><span class="lineno"> 429</span> </div>
|
|
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span> <span class="comment">/** The type of the speaker</span></div>
|
|
<div class="line"><span class="lineno"> 431</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 432</span><span class="comment"> * See VST_SPEAKER_TYPE</span></div>
|
|
<div class="line"><span class="lineno"> 433</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 434</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"> 435</span><span class="comment"> * optional apparently.</span></div>
|
|
<div class="line"><span class="lineno"> 436</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"><a class="line" href="structvst__speaker__properties__t.html#a13641a2282bfa4d18878a9b2aa97607c"> 437</a></span> int32_t <a class="code hl_variable" href="structvst__speaker__properties__t.html#a13641a2282bfa4d18878a9b2aa97607c">type</a>;</div>
|
|
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"> 438</span> </div>
|
|
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"><a class="line" href="structvst__speaker__properties__t.html#af92d5e12067e8d6970853dda58ed935c"> 439</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="l00440" name="l00440"></a><span class="lineno"> 440</span>};</div>
|
|
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"> 441</span> </div>
|
|
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno"><a class="line" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8"> 442</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="l00443" name="l00443"></a><span class="lineno"> 443</span> <span class="comment">/** Custom speaker arrangement.</span></div>
|
|
<div class="line"><span class="lineno"> 444</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 445</span><span class="comment"> * Accidentally discovered through random testing.</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#a06137577f2888a09174c03320eedb9f8a9e69ab76ea9e2ac2d95fab209ba8e778"> 447</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="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">/** Unknown/Empty speaker layout.</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#a06137577f2888a09174c03320eedb9f8a8233a01e0a65ab0f982d97d6b55de176"> 451</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="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">/** Mono</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#a06137577f2888a09174c03320eedb9f8aa28bb6a4bd5d13c73625e8e45f94dbde"> 455</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="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">/** Stereo</span></div>
|
|
<div class="line"><span class="lineno"> 458</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00459" name="l00459"></a><span class="lineno"><a class="line" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8abe8165df9c8048499a56ad7a2b0c4257"> 459</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="l00460" name="l00460"></a><span class="lineno"> 460</span> </div>
|
|
<div class="line"><a id="l00461" name="l00461"></a><span class="lineno"> 461</span> <span class="comment">/** Quadraphonic</span></div>
|
|
<div class="line"><span class="lineno"> 462</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00463" name="l00463"></a><span class="lineno"><a class="line" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8ae0345a06d553c02748e77df6653446f4"> 463</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="l00464" name="l00464"></a><span class="lineno"> 464</span> </div>
|
|
<div class="line"><a id="l00465" name="l00465"></a><span class="lineno"> 465</span> <span class="comment">/** 5.0 (Old Surround)</span></div>
|
|
<div class="line"><span class="lineno"> 466</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 467</span><span class="comment"> * L, R, C, RL, RR</span></div>
|
|
<div class="line"><span class="lineno"> 468</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00469" name="l00469"></a><span class="lineno"><a class="line" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8ad80b91000505b56918789b3ca91c4295"> 469</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="l00470" name="l00470"></a><span class="lineno"> 470</span> </div>
|
|
<div class="line"><a id="l00471" name="l00471"></a><span class="lineno"> 471</span> <span class="comment">/** 5.1 (Old Surround)</span></div>
|
|
<div class="line"><span class="lineno"> 472</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 473</span><span class="comment"> * L, R, C, LFE, RL, RR</span></div>
|
|
<div class="line"><span class="lineno"> 474</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00475" name="l00475"></a><span class="lineno"><a class="line" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8a9b4dcc860c555990fadfe648701fe163"> 475</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="l00476" name="l00476"></a><span class="lineno"> 476</span> </div>
|
|
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno"> 477</span> <span class="comment">/** 7.1 (Full Surround)</span></div>
|
|
<div class="line"><span class="lineno"> 478</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 479</span><span class="comment"> * L, R, C, LFE, SL, SR, RL, RR</span></div>
|
|
<div class="line"><span class="lineno"> 480</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00481" name="l00481"></a><span class="lineno"><a class="line" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8a2180413656e113927bc2e288e9947943"> 481</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="l00482" name="l00482"></a><span class="lineno"> 482</span> </div>
|
|
<div class="line"><a id="l00483" name="l00483"></a><span class="lineno"> 483</span> <span class="comment">// Pad to force 32-bit number.</span></div>
|
|
<div class="line"><a id="l00484" name="l00484"></a><span class="lineno"><a class="line" href="vst_8h.html#a06137577f2888a09174c03320eedb9f8a99cbc222abff5c0bb55fdf6df05c373d"> 484</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="l00485" name="l00485"></a><span class="lineno"> 485</span>};</div>
|
|
<div class="line"><a id="l00486" name="l00486"></a><span class="lineno"> 486</span> </div>
|
|
<div class="line"><a id="l00487" name="l00487"></a><span class="lineno"><a class="line" href="structvst__speaker__arrangement__t.html"> 487</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="l00488" name="l00488"></a><span class="lineno"><a class="line" href="structvst__speaker__arrangement__t.html#aaf4f173077234d8734179739d9407f69"> 488</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="l00489" name="l00489"></a><span class="lineno"><a class="line" href="structvst__speaker__arrangement__t.html#a35e592b21f8755d39f6a233e469f26cc"> 489</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="l00490" name="l00490"></a><span class="lineno"><a class="line" href="structvst__speaker__arrangement__t.html#a2a9c59d0a4d556e8db4f1d62a778a86e"> 490</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="l00491" name="l00491"></a><span class="lineno"> 491</span>};</div>
|
|
<div class="line"><a id="l00492" name="l00492"></a><span class="lineno"> 492</span> </div>
|
|
<div class="line"><a id="l00493" name="l00493"></a><span class="lineno"> 493</span><span class="comment">//------------------------------------------------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00494" name="l00494"></a><span class="lineno"> 494</span><span class="comment">// VST Input/Output Streams</span></div>
|
|
<div class="line"><a id="l00495" name="l00495"></a><span class="lineno"> 495</span><span class="comment">//------------------------------------------------------------------------------------------------------------------------</span></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"><a class="line" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbb"> 497</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="l00498" name="l00498"></a><span class="lineno"> 498</span> <span class="comment">/** Ignored?</span></div>
|
|
<div class="line"><span class="lineno"> 499</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00500" name="l00500"></a><span class="lineno"><a class="line" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbbaa03ce38bc60de47eae8d63ffcb8d6c19"> 500</a></span> <a class="code hl_enumvalue" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbbaa03ce38bc60de47eae8d63ffcb8d6c19">VST_STREAM_FLAG_1ls0</a> = 1 << 0,</div>
|
|
<div class="line"><a id="l00501" name="l00501"></a><span class="lineno"> 501</span> </div>
|
|
<div class="line"><a id="l00502" name="l00502"></a><span class="lineno"> 502</span> <span class="comment">/** Stream is in Stereo</span></div>
|
|
<div class="line"><span class="lineno"> 503</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 504</span><span class="comment"> * Can't be used with VST_STREAM_FLAG_USE_TYPE.</span></div>
|
|
<div class="line"><span class="lineno"> 505</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00506" name="l00506"></a><span class="lineno"><a class="line" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbbacc5db8a4c3f1ed9e68ca4bc6bac69a5d"> 506</a></span> <a class="code hl_enumvalue" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbbacc5db8a4c3f1ed9e68ca4bc6bac69a5d">VST_STREAM_FLAG_1ls1</a> = 1 << 1,</div>
|
|
<div class="line"><a id="l00507" name="l00507"></a><span class="lineno"><a class="line" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbba036336ac450b8cfe332f8c50ccc3f9ee"> 507</a></span> <a class="code hl_enumvalue" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbba036336ac450b8cfe332f8c50ccc3f9ee">VST_STREAM_FLAG_STEREO</a> = 1 << 1,</div>
|
|
<div class="line"><a id="l00508" name="l00508"></a><span class="lineno"> 508</span> </div>
|
|
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno"> 509</span> <span class="comment">/** Stream is defined by VST_SPEAKER_ARRANGEMENT_TYPE</span></div>
|
|
<div class="line"><span class="lineno"> 510</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 511</span><span class="comment"> * Can't be used with VST_STREAM_FLAG_STEREO.</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="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbba1091d579bff90d42b49b7f45ff85b3be"> 513</a></span> <a class="code hl_enumvalue" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbba1091d579bff90d42b49b7f45ff85b3be">VST_STREAM_FLAG_1ls2</a> = 1 << 2,</div>
|
|
<div class="line"><a id="l00514" name="l00514"></a><span class="lineno"><a class="line" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbbaf394908abb7077cc5e187e20b838c381"> 514</a></span> <a class="code hl_enumvalue" href="vst_8h.html#ac601fe80b1566db7d4f0b5351a628dbbaf394908abb7077cc5e187e20b838c381">VST_STREAM_FLAG_USE_TYPE</a> = 1 << 2,</div>
|
|
<div class="line"><a id="l00515" name="l00515"></a><span class="lineno"> 515</span>};</div>
|
|
<div class="line"><a id="l00516" name="l00516"></a><span class="lineno"> 516</span> </div>
|
|
<div class="line"><a id="l00517" name="l00517"></a><span class="lineno"><a class="line" href="structvst__stream__properties__t.html"> 517</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="l00518" name="l00518"></a><span class="lineno"> 518</span> <span class="comment">/** Human-readable name for this stream.</span></div>
|
|
<div class="line"><span class="lineno"> 519</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00520" name="l00520"></a><span class="lineno"><a class="line" href="structvst__stream__properties__t.html#aa3d1bc4ce4e7a31faf644c8e6ffaa66e"> 520</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="l00521" name="l00521"></a><span class="lineno"> 521</span> </div>
|
|
<div class="line"><a id="l00522" name="l00522"></a><span class="lineno"> 522</span> <span class="comment">/** Stream flags</span></div>
|
|
<div class="line"><span class="lineno"> 523</span><span class="comment"> * Any combination of VST_STREAM_FLAG</span></div>
|
|
<div class="line"><span class="lineno"> 524</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00525" name="l00525"></a><span class="lineno"><a class="line" href="structvst__stream__properties__t.html#a4ab6cf9b0753323882cc2971b08371e0"> 525</a></span> int32_t <a class="code hl_variable" href="structvst__stream__properties__t.html#a4ab6cf9b0753323882cc2971b08371e0">flags</a>;</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">/** Stream arrangement (optional)</span></div>
|
|
<div class="line"><span class="lineno"> 528</span><span class="comment"> * See VST_SPEAKER_ARRANGEMENT_TYPE</span></div>
|
|
<div class="line"><span class="lineno"> 529</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00530" name="l00530"></a><span class="lineno"><a class="line" href="structvst__stream__properties__t.html#a31294c7ba0a78b14af3e960ece3399be"> 530</a></span> int32_t <a class="code hl_variable" href="structvst__stream__properties__t.html#a31294c7ba0a78b14af3e960ece3399be">type</a>;</div>
|
|
<div class="line"><a id="l00531" name="l00531"></a><span class="lineno"> 531</span> </div>
|
|
<div class="line"><a id="l00532" name="l00532"></a><span class="lineno"> 532</span> <span class="comment">/** Human-readable label for this stream.</span></div>
|
|
<div class="line"><span class="lineno"> 533</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00534" name="l00534"></a><span class="lineno"><a class="line" href="structvst__stream__properties__t.html#a8f40ce5f9021b92721ce50d2483b5542"> 534</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="l00535" name="l00535"></a><span class="lineno"> 535</span> </div>
|
|
<div class="line"><a id="l00536" name="l00536"></a><span class="lineno"><a class="line" href="structvst__stream__properties__t.html#ac110bfbb4b679136b9bd71a9931711fd"> 536</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="l00537" name="l00537"></a><span class="lineno"> 537</span>};</div>
|
|
<div class="line"><a id="l00538" name="l00538"></a><span class="lineno"> 538</span> </div>
|
|
<div class="line"><a id="l00539" name="l00539"></a><span class="lineno"> 539</span><span class="comment">//------------------------------------------------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00540" name="l00540"></a><span class="lineno"> 540</span><span class="comment">// VST Events</span></div>
|
|
<div class="line"><a id="l00541" name="l00541"></a><span class="lineno"> 541</span><span class="comment">//------------------------------------------------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00542" name="l00542"></a><span class="lineno"> 542</span> </div>
|
|
<div class="line"><a id="l00543" name="l00543"></a><span class="lineno"> 543</span><span class="comment">/** A generic event.</span></div>
|
|
<div class="line"><span class="lineno"> 544</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 545</span><span class="comment"> * @sa vst_host_supports_t.sendVstEvents</span></div>
|
|
<div class="line"><span class="lineno"> 546</span><span class="comment"> * @sa vst_host_supports_t.receiveVstEvents</span></div>
|
|
<div class="line"><span class="lineno"> 547</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00548" name="l00548"></a><span class="lineno"><a class="line" href="structvst__event__t.html"> 548</a></span><span class="keyword">struct</span> <a class="code hl_struct" href="structvst__event__t.html">vst_event_t</a> {</div>
|
|
<div class="line"><a id="l00549" name="l00549"></a><span class="lineno"><a class="line" href="structvst__event__t.html#a4753bb926f568ff4f889c20ef1cc553e"> 549</a></span> int32_t <a class="code hl_variable" href="structvst__event__t.html#a4753bb926f568ff4f889c20ef1cc553e">_unknown_00</a>;</div>
|
|
<div class="line"><a id="l00550" name="l00550"></a><span class="lineno"><a class="line" href="structvst__event__t.html#a4e77649352f045b129a618d9db60f90f"> 550</a></span> int32_t <a class="code hl_variable" href="structvst__event__t.html#a4e77649352f045b129a618d9db60f90f">_unknown_01</a>;</div>
|
|
<div class="line"><a id="l00551" name="l00551"></a><span class="lineno"><a class="line" href="structvst__event__t.html#a23e9ce255ab0811ebc3ef176ec415938"> 551</a></span> int32_t <a class="code hl_variable" href="structvst__event__t.html#a23e9ce255ab0811ebc3ef176ec415938">_unknown_02</a>;</div>
|
|
<div class="line"><a id="l00552" name="l00552"></a><span class="lineno"><a class="line" href="structvst__event__t.html#a433f902b176ad373beb39c5b3a21f0c4"> 552</a></span> int32_t <a class="code hl_variable" href="structvst__event__t.html#a433f902b176ad373beb39c5b3a21f0c4">_unknown_03</a>;</div>
|
|
<div class="line"><a id="l00553" name="l00553"></a><span class="lineno"><a class="line" href="structvst__event__t.html#a93ff94774159325f4863bec04d1397b0"> 553</a></span> int32_t <a class="code hl_variable" href="structvst__event__t.html#a93ff94774159325f4863bec04d1397b0">_unknown_04</a>; <span class="comment">// Always zero or uninitialized.</span></div>
|
|
<div class="line"><a id="l00554" name="l00554"></a><span class="lineno"><a class="line" href="structvst__event__t.html#aaa23f6966737a732ec0f17d7e7fc1e0e"> 554</a></span> int32_t <a class="code hl_variable" href="structvst__event__t.html#aaa23f6966737a732ec0f17d7e7fc1e0e">_unknown_05</a>; <span class="comment">// Always zero or uninitialized.</span></div>
|
|
<div class="line"><a id="l00555" name="l00555"></a><span class="lineno"><a class="line" href="structvst__event__t.html#a6d9417303acb87344c44c235e0412155"> 555</a></span> int32_t <a class="code hl_variable" href="structvst__event__t.html#a6d9417303acb87344c44c235e0412155">_unknown_06</a>; <span class="comment">// Always zero or uninitialized.</span></div>
|
|
<div class="line"><a id="l00556" name="l00556"></a><span class="lineno"><a class="line" href="structvst__event__t.html#a11d733d43b2f9eecfff5d6c3c0fef309"> 556</a></span> int32_t <a class="code hl_variable" href="structvst__event__t.html#a11d733d43b2f9eecfff5d6c3c0fef309">_unknown_07</a>; <span class="comment">// Always zero or uninitialized.</span></div>
|
|
<div class="line"><a id="l00557" name="l00557"></a><span class="lineno"> 557</span>};</div>
|
|
<div class="line"><a id="l00558" name="l00558"></a><span class="lineno"> 558</span> </div>
|
|
<div class="line"><a id="l00559" name="l00559"></a><span class="lineno"> 559</span><span class="comment">/** A collection of events.</span></div>
|
|
<div class="line"><span class="lineno"> 560</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 561</span><span class="comment"> * @sa vst_event_t</span></div>
|
|
<div class="line"><span class="lineno"> 562</span><span class="comment"> * @sa vst_host_supports_t.sendVstEvents</span></div>
|
|
<div class="line"><span class="lineno"> 563</span><span class="comment"> * @sa vst_host_supports_t.receiveVstEvents</span></div>
|
|
<div class="line"><span class="lineno"> 564</span><span class="comment"> * @sa vst_effect_supports_t.sendVstEvents</span></div>
|
|
<div class="line"><span class="lineno"> 565</span><span class="comment"> * @sa vst_effect_supports_t.receiveVstEvents</span></div>
|
|
<div class="line"><span class="lineno"> 566</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EVENT</span></div>
|
|
<div class="line"><span class="lineno"> 567</span><span class="comment"> * @sa VST_HOST_OPCODE_EVENT</span></div>
|
|
<div class="line"><span class="lineno"> 568</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00569" name="l00569"></a><span class="lineno"><a class="line" href="structvst__events__t.html"> 569</a></span><span class="keyword">struct</span> <a class="code hl_struct" href="structvst__events__t.html">vst_events_t</a> {</div>
|
|
<div class="line"><a id="l00570" name="l00570"></a><span class="lineno"> 570</span> <span class="comment">/** Number of events stored in @ref vst_events_t.events.</span></div>
|
|
<div class="line"><span class="lineno"> 571</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00572" name="l00572"></a><span class="lineno"><a class="line" href="structvst__events__t.html#adac191ea48fc446e920fb242d96c3efd"> 572</a></span> int32_t <a class="code hl_variable" href="structvst__events__t.html#adac191ea48fc446e920fb242d96c3efd">count</a>;</div>
|
|
<div class="line"><a id="l00573" name="l00573"></a><span class="lineno"> 573</span> </div>
|
|
<div class="line"><a id="l00574" name="l00574"></a><span class="lineno"><a class="line" href="structvst__events__t.html#a7fa1362edfa20687d3d57341ebc2c37c"> 574</a></span> int32_t <a class="code hl_variable" href="structvst__events__t.html#a7fa1362edfa20687d3d57341ebc2c37c">_unknown_00</a>; <span class="comment">// Always zero or uninitialized.</span></div>
|
|
<div class="line"><a id="l00575" name="l00575"></a><span class="lineno"> 575</span> </div>
|
|
<div class="line"><a id="l00576" name="l00576"></a><span class="lineno"> 576</span> <span class="comment">/** An array of pointers to valid @ref vst_event_t structures.</span></div>
|
|
<div class="line"><span class="lineno"> 577</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 578</span><span class="comment"> * The size of this array is defined by @ref vst_events_t.count.</span></div>
|
|
<div class="line"><span class="lineno"> 579</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00580" name="l00580"></a><span class="lineno"><a class="line" href="structvst__events__t.html#a0f52389d0a5ffae5f10be0e1742a4925"> 580</a></span> <a class="code hl_struct" href="structvst__event__t.html">vst_event_t</a>** <a class="code hl_variable" href="structvst__events__t.html#a0f52389d0a5ffae5f10be0e1742a4925">events</a>;</div>
|
|
<div class="line"><a id="l00581" name="l00581"></a><span class="lineno"> 581</span>};</div>
|
|
<div class="line"><a id="l00582" name="l00582"></a><span class="lineno"> 582</span> </div>
|
|
<div class="line"><a id="l00583" name="l00583"></a><span class="lineno"> 583</span><span class="comment">//------------------------------------------------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00584" name="l00584"></a><span class="lineno"> 584</span><span class="comment">// VST Host related Things</span></div>
|
|
<div class="line"><a id="l00585" name="l00585"></a><span class="lineno"> 585</span><span class="comment">//------------------------------------------------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00586" name="l00586"></a><span class="lineno"> 586</span> </div>
|
|
<div class="line"><a id="l00587" name="l00587"></a><span class="lineno"> 587</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="l00588" name="l00588"></a><span class="lineno"> 588</span> </div>
|
|
<div class="line"><a id="l00589" name="l00589"></a><span class="lineno"> 589</span><span class="comment">/** Plug-in to Host Op-Codes</span></div>
|
|
<div class="line"><span class="lineno"> 590</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"> 591</span><span class="comment"> * We have no guarantees about anything actually happening.</span></div>
|
|
<div class="line"><span class="lineno"> 592</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00593" name="l00593"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ec"> 593</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="l00594" name="l00594"></a><span class="lineno"> 594</span> <span class="comment">/** Update automation for a given Parameter</span></div>
|
|
<div class="line"><span class="lineno"> 595</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 596</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"> 597</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 598</span><span class="comment"> * @param p_int1 Parameter Index</span></div>
|
|
<div class="line"><span class="lineno"> 599</span><span class="comment"> * @param p_float Parameter Value</span></div>
|
|
<div class="line"><span class="lineno"> 600</span><span class="comment"> * @return Expected to return... something.</span></div>
|
|
<div class="line"><span class="lineno"> 601</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00602" name="l00602"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab24fb5e7be2c83d7c6aa9dca4169a42b"> 602</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="l00603" name="l00603"></a><span class="lineno"> 603</span> <span class="comment">/** @sa VST_HOST_OPCODE_00 */</span></div>
|
|
<div class="line"><a id="l00604" name="l00604"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca77bc04a20d96cc016628c63593bc8275"> 604</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca77bc04a20d96cc016628c63593bc8275">VST_HOST_OPCODE_AUTOMATE</a> = 0x00,</div>
|
|
<div class="line"><a id="l00605" name="l00605"></a><span class="lineno"> 605</span> <span class="comment">/** @sa VST_HOST_OPCODE_00 */</span></div>
|
|
<div class="line"><a id="l00606" name="l00606"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaeab0d063d96bb5d9acb9879bc900aa4a"> 606</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="l00607" name="l00607"></a><span class="lineno"> 607</span> </div>
|
|
<div class="line"><a id="l00608" name="l00608"></a><span class="lineno"> 608</span> <span class="comment">/** Retrieve the Hosts VST Version.</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 See VST_VERSION enumeration.</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#a223eb6814e8e03b7f89687280db8b8eca76de8850892950b1342863fc55ec62c4"> 612</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca76de8850892950b1342863fc55ec62c4">VST_HOST_OPCODE_01</a> = 0x01,</div>
|
|
<div class="line"><a id="l00613" name="l00613"></a><span class="lineno"> 613</span> <span class="comment">/** @sa VST_HOST_OPCODE_01 */</span></div>
|
|
<div class="line"><a id="l00614" name="l00614"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad8b3f89b1ef2466bcf4d1763d09bea21"> 614</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="l00615" name="l00615"></a><span class="lineno"> 615</span> </div>
|
|
<div class="line"><a id="l00616" name="l00616"></a><span class="lineno"> 616</span> <span class="comment">/** Get the currently selected effect id in container plug-ins.</span></div>
|
|
<div class="line"><span class="lineno"> 617</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 618</span><span class="comment"> * Used in combination with @ref VST_EFFECT_CATEGORY_CONTAINER.</span></div>
|
|
<div class="line"><span class="lineno"> 619</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 620</span><span class="comment"> * @return The currently selected unique effect id in this container.</span></div>
|
|
<div class="line"><span class="lineno"> 621</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00622" name="l00622"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab8534fe0981e975b6212f1a908fed29c"> 622</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="l00623" name="l00623"></a><span class="lineno"> 623</span> <span class="comment">/** @sa VST_HOST_OPCODE_02 */</span></div>
|
|
<div class="line"><a id="l00624" name="l00624"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca148d4e1015d0a82c6ca48a251d9497e7"> 624</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="l00625" name="l00625"></a><span class="lineno"> 625</span> </div>
|
|
<div class="line"><a id="l00626" name="l00626"></a><span class="lineno"> 626</span> <span class="comment">/** Some sort of idle keep-alive?</span></div>
|
|
<div class="line"><span class="lineno"> 627</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 628</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"> 629</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00630" name="l00630"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab4c157a0141dc1e641bc8d69dab237e0"> 630</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab4c157a0141dc1e641bc8d69dab237e0">VST_HOST_OPCODE_03</a> = 0x03,</div>
|
|
<div class="line"><a id="l00631" name="l00631"></a><span class="lineno"> 631</span> <span class="comment">/** @sa VST_HOST_OPCODE_03 */</span></div>
|
|
<div class="line"><a id="l00632" name="l00632"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3a854908f0c413d0d640b832df931b06"> 632</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="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#a223eb6814e8e03b7f89687280db8b8eca09a3c97fe9287955833e2f6954866a66"> 634</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca09a3c97fe9287955833e2f6954866a66">VST_HOST_OPCODE_04</a> = 0x04,</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"> 636</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00637" name="l00637"></a><span class="lineno"> 637</span> <span class="comment">// VST 2.x starts here.</span></div>
|
|
<div class="line"><a id="l00638" name="l00638"></a><span class="lineno"> 638</span> <span class="comment">//--------------------------------------------------------------------------------</span></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#a223eb6814e8e03b7f89687280db8b8eca6dfa321fca143f0a84bfd2199a7f3c6b"> 640</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca6dfa321fca143f0a84bfd2199a7f3c6b">VST_HOST_OPCODE_05</a> = 0x05,</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#a223eb6814e8e03b7f89687280db8b8eca1da3853b0bf55feb651236d8be1cb3c5"> 642</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca1da3853b0bf55feb651236d8be1cb3c5">VST_HOST_OPCODE_06</a> = 0x06,</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#a223eb6814e8e03b7f89687280db8b8eca3b23e2a663f72c14de38545f5965b98c"> 644</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3b23e2a663f72c14de38545f5965b98c">VST_HOST_OPCODE_07</a> = 0x07,</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#a223eb6814e8e03b7f89687280db8b8eca3eef311d09c48627d15a673d9f58df08"> 646</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3eef311d09c48627d15a673d9f58df08">VST_HOST_OPCODE_08</a> = 0x08,</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"> 648</span> <span class="comment">/** Send events from plug-in to host.</span></div>
|
|
<div class="line"><span class="lineno"> 649</span><span class="comment"> * The host must support receiving events (see @ref vst_host_supports_t.receiveVstEvents) while the plug-in may </span></div>
|
|
<div class="line"><span class="lineno"> 650</span><span class="comment"> * optionally signal to the host that it wants to send events to the host (see @ref </span></div>
|
|
<div class="line"><span class="lineno"> 651</span><span class="comment"> * vst_effect_supports_t.sendVstEvents).</span></div>
|
|
<div class="line"><span class="lineno"> 652</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 653</span><span class="comment"> * @sa vst_event_t</span></div>
|
|
<div class="line"><span class="lineno"> 654</span><span class="comment"> * @sa vst_events_t</span></div>
|
|
<div class="line"><span class="lineno"> 655</span><span class="comment"> * @sa vst_effect_supports_t.sendVstEvents</span></div>
|
|
<div class="line"><span class="lineno"> 656</span><span class="comment"> * @sa vst_host_supports_t.receiveVstEvents</span></div>
|
|
<div class="line"><span class="lineno"> 657</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EVENT</span></div>
|
|
<div class="line"><span class="lineno"> 658</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 659</span><span class="comment"> * @param p_ptr A valid pointer to a @ref vst_events_t structure.</span></div>
|
|
<div class="line"><span class="lineno"> 660</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00661" name="l00661"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecafe6815aea77d842a2a103042bc002ff1"> 661</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecafe6815aea77d842a2a103042bc002ff1">VST_HOST_OPCODE_09</a> = 0x09,</div>
|
|
<div class="line"><a id="l00662" name="l00662"></a><span class="lineno"> 662</span> <span class="comment">/** @sa VST_HOST_OPCODE_09 */</span></div>
|
|
<div class="line"><a id="l00663" name="l00663"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca088c2539d52fbb2469a3bca15fd73b52"> 663</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca088c2539d52fbb2469a3bca15fd73b52">VST_HOST_OPCODE_EVENT</a> = 0x09,</div>
|
|
<div class="line"><a id="l00664" name="l00664"></a><span class="lineno"> 664</span> </div>
|
|
<div class="line"><a id="l00665" name="l00665"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca86ffb81da10069c6f90c2c976e7481ed"> 665</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca86ffb81da10069c6f90c2c976e7481ed">VST_HOST_OPCODE_0A</a> = 0x0A,</div>
|
|
<div class="line"><a id="l00666" name="l00666"></a><span class="lineno"> 666</span> </div>
|
|
<div class="line"><a id="l00667" name="l00667"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaf9a946bb647daf5d8b206693a02751b0"> 667</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaf9a946bb647daf5d8b206693a02751b0">VST_HOST_OPCODE_0B</a> = 0x0B,</div>
|
|
<div class="line"><a id="l00668" name="l00668"></a><span class="lineno"> 668</span> </div>
|
|
<div class="line"><a id="l00669" name="l00669"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9158362e2038a2cc7fdadbe164572a32"> 669</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9158362e2038a2cc7fdadbe164572a32">VST_HOST_OPCODE_0C</a> = 0x0C,</div>
|
|
<div class="line"><a id="l00670" name="l00670"></a><span class="lineno"> 670</span> </div>
|
|
<div class="line"><a id="l00671" name="l00671"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab0181c84715dd10c037caea91faccf17"> 671</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab0181c84715dd10c037caea91faccf17">VST_HOST_OPCODE_0D</a> = 0x0D,</div>
|
|
<div class="line"><a id="l00672" name="l00672"></a><span class="lineno"> 672</span> </div>
|
|
<div class="line"><a id="l00673" name="l00673"></a><span class="lineno"> 673</span> <span class="comment">/** Notify the host that numInputs/numOutputs/delay/numParams has changed.</span></div>
|
|
<div class="line"><span class="lineno"> 674</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"> 675</span><span class="comment"> * @ref vst_host_supports_t.acceptIOChanges.</span></div>
|
|
<div class="line"><span class="lineno"> 676</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 677</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"> 678</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"> 679</span><span class="comment"> * @ref VST_EFFECT_OPCODE_PROCESS_BEGIN.</span></div>
|
|
<div class="line"><span class="lineno"> 680</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 681</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"> 682</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00683" name="l00683"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaa08be4a54bab1745f2011a5a30e880a5"> 683</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaa08be4a54bab1745f2011a5a30e880a5">VST_HOST_OPCODE_0E</a> = 0x0E,</div>
|
|
<div class="line"><a id="l00684" name="l00684"></a><span class="lineno"> 684</span> <span class="comment">/** @sa VST_HOST_OPCODE_0E */</span></div>
|
|
<div class="line"><a id="l00685" name="l00685"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3365f17c1b25e26e5b7ef3d3e1da82e0"> 685</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="l00686" name="l00686"></a><span class="lineno"> 686</span> </div>
|
|
<div class="line"><a id="l00687" name="l00687"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca27ccf6c0ae6965462d0c95668a5328e9"> 687</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca27ccf6c0ae6965462d0c95668a5328e9">VST_HOST_OPCODE_0F</a> = 0x0F,</div>
|
|
<div class="line"><a id="l00688" name="l00688"></a><span class="lineno"> 688</span> </div>
|
|
<div class="line"><a id="l00689" name="l00689"></a><span class="lineno"> 689</span> <span class="comment">/** Request that the host changes the size of the containing window.</span></div>
|
|
<div class="line"><span class="lineno"> 690</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 691</span><span class="comment"> * @note (VST 2.x) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 692</span><span class="comment"> * @sa vst_host_supports_t.sizeWindow</span></div>
|
|
<div class="line"><span class="lineno"> 693</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 694</span><span class="comment"> * @param p_int1 Width (in pixels) that we'd like to have.</span></div>
|
|
<div class="line"><span class="lineno"> 695</span><span class="comment"> * @param p_int2 Height (in pixels) that we'd like to have.</span></div>
|
|
<div class="line"><span class="lineno"> 696</span><span class="comment"> * @param p_ptr Must be zero'd.</span></div>
|
|
<div class="line"><span class="lineno"> 697</span><span class="comment"> * @param p_float Must be zero'd.</span></div>
|
|
<div class="line"><span class="lineno"> 698</span><span class="comment"> * @return @ref VST_STATUS_TRUE if change was accepted, anything else if not. Do not rely on the return code being 0.</span></div>
|
|
<div class="line"><span class="lineno"> 699</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00700" name="l00700"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9226e0e6b1e3929060be3c534d54efab"> 700</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9226e0e6b1e3929060be3c534d54efab">VST_HOST_OPCODE_10</a> = 0x10,</div>
|
|
<div class="line"><a id="l00701" name="l00701"></a><span class="lineno"> 701</span> <span class="comment">/** @sa VST_HOST_OPCODE_10 */</span></div>
|
|
<div class="line"><a id="l00702" name="l00702"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca27604441d441b65f71f9260b8e9def3f"> 702</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca27604441d441b65f71f9260b8e9def3f">VST_HOST_OPCODE_EDITOR_RESIZE</a> = 0x10,</div>
|
|
<div class="line"><a id="l00703" name="l00703"></a><span class="lineno"> 703</span> </div>
|
|
<div class="line"><a id="l00704" name="l00704"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca87ce9751c0bff6ef1e27c52b814c1e4a"> 704</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca87ce9751c0bff6ef1e27c52b814c1e4a">VST_HOST_OPCODE_11</a> = 0x11,</div>
|
|
<div class="line"><a id="l00705" name="l00705"></a><span class="lineno"> 705</span> </div>
|
|
<div class="line"><a id="l00706" name="l00706"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca397585e27e5a49a75956cf67adfda496"> 706</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca397585e27e5a49a75956cf67adfda496">VST_HOST_OPCODE_12</a> = 0x12,</div>
|
|
<div class="line"><a id="l00707" name="l00707"></a><span class="lineno"> 707</span> </div>
|
|
<div class="line"><a id="l00708" name="l00708"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9f34fe7eb72d7aa8ddbf7547361d6526"> 708</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9f34fe7eb72d7aa8ddbf7547361d6526">VST_HOST_OPCODE_13</a> = 0x13,</div>
|
|
<div class="line"><a id="l00709" name="l00709"></a><span class="lineno"> 709</span> </div>
|
|
<div class="line"><a id="l00710" name="l00710"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac16fa2e1718832dd24f12fee7ba6da28"> 710</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac16fa2e1718832dd24f12fee7ba6da28">VST_HOST_OPCODE_14</a> = 0x14,</div>
|
|
<div class="line"><a id="l00711" name="l00711"></a><span class="lineno"> 711</span> </div>
|
|
<div class="line"><a id="l00712" name="l00712"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca63761c3bd53b7879024215effc1df189"> 712</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca63761c3bd53b7879024215effc1df189">VST_HOST_OPCODE_15</a> = 0x15,</div>
|
|
<div class="line"><a id="l00713" name="l00713"></a><span class="lineno"> 713</span> </div>
|
|
<div class="line"><a id="l00714" name="l00714"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca569af76d45053b5bc284483aa61ae8bd"> 714</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca569af76d45053b5bc284483aa61ae8bd">VST_HOST_OPCODE_16</a> = 0x16,</div>
|
|
<div class="line"><a id="l00715" name="l00715"></a><span class="lineno"> 715</span> </div>
|
|
<div class="line"><a id="l00716" name="l00716"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab45f1da95b0485c7902d5d08c16e56bb"> 716</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab45f1da95b0485c7902d5d08c16e56bb">VST_HOST_OPCODE_17</a> = 0x17,</div>
|
|
<div class="line"><a id="l00717" name="l00717"></a><span class="lineno"> 717</span> </div>
|
|
<div class="line"><a id="l00718" name="l00718"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca0ce8cb1267ca52b726029c6fe26c3020"> 718</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca0ce8cb1267ca52b726029c6fe26c3020">VST_HOST_OPCODE_18</a> = 0x18,</div>
|
|
<div class="line"><a id="l00719" name="l00719"></a><span class="lineno"> 719</span> </div>
|
|
<div class="line"><a id="l00720" name="l00720"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca6939acd78f360173c037c5a065a8a49e"> 720</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca6939acd78f360173c037c5a065a8a49e">VST_HOST_OPCODE_19</a> = 0x19,</div>
|
|
<div class="line"><a id="l00721" name="l00721"></a><span class="lineno"> 721</span> </div>
|
|
<div class="line"><a id="l00722" name="l00722"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca218e6eadb0eda302fcdc07ad5b619a1c"> 722</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca218e6eadb0eda302fcdc07ad5b619a1c">VST_HOST_OPCODE_1A</a> = 0x1A,</div>
|
|
<div class="line"><a id="l00723" name="l00723"></a><span class="lineno"> 723</span> </div>
|
|
<div class="line"><a id="l00724" name="l00724"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca34073cc936673d594b7d8b204f4ee702"> 724</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca34073cc936673d594b7d8b204f4ee702">VST_HOST_OPCODE_1B</a> = 0x1B,</div>
|
|
<div class="line"><a id="l00725" name="l00725"></a><span class="lineno"> 725</span> </div>
|
|
<div class="line"><a id="l00726" name="l00726"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3c8889289a797d661f99363f225bf676"> 726</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3c8889289a797d661f99363f225bf676">VST_HOST_OPCODE_1C</a> = 0x1C,</div>
|
|
<div class="line"><a id="l00727" name="l00727"></a><span class="lineno"> 727</span> </div>
|
|
<div class="line"><a id="l00728" name="l00728"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca5d240547cb3d3770f9f1562e5fc1d16a"> 728</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca5d240547cb3d3770f9f1562e5fc1d16a">VST_HOST_OPCODE_1D</a> = 0x1D,</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">/** Retrieve the hosts output speaker arrangement.</span></div>
|
|
<div class="line"><span class="lineno"> 731</span><span class="comment"> * Seems to always reply with the data provided in @ref VST_EFFECT_OPCODE_GET_SPEAKER_ARRANGEMENT p_ptr.</span></div>
|
|
<div class="line"><span class="lineno"> 732</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 733</span><span class="comment"> * @note (VST 2.3+) Available from VST 2.3 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 734</span><span class="comment"> * @deprecated (VST 2.4+) Deprecated from VST 2.4 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 735</span><span class="comment"> * @sa vst_speaker_arrangement_t</span></div>
|
|
<div class="line"><span class="lineno"> 736</span><span class="comment"> * @sa VST_EFFECT_OPCODE_SET_SPEAKER_ARRANGEMENT</span></div>
|
|
<div class="line"><span class="lineno"> 737</span><span class="comment"> * @sa VST_EFFECT_OPCODE_GET_SPEAKER_ARRANGEMENT</span></div>
|
|
<div class="line"><span class="lineno"> 738</span><span class="comment"> * @sa VST_HOST_OPCODE_GET_INPUT_SPEAKER_ARRANGEMENT</span></div>
|
|
<div class="line"><span class="lineno"> 739</span><span class="comment"> * @return Seems to be a valid pointer to @ref vst_speaker_arrangement_t if supported.</span></div>
|
|
<div class="line"><span class="lineno"> 740</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00741" name="l00741"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca6ebe804dfc7563289833b1f35493f5e2"> 741</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca6ebe804dfc7563289833b1f35493f5e2">VST_HOST_OPCODE_1E</a> = 0x1E,</div>
|
|
<div class="line"><a id="l00742" name="l00742"></a><span class="lineno"> 742</span> <span class="comment">/** @sa VST_HOST_OPCODE_1E */</span></div>
|
|
<div class="line"><a id="l00743" name="l00743"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac033458574ebe9c03b5f03416baa4ea4"> 743</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac033458574ebe9c03b5f03416baa4ea4">VST_HOST_OPCODE_GET_OUTPUT_SPEAKER_ARRANGEMENT</a> = 0x1E,</div>
|
|
<div class="line"><a id="l00744" name="l00744"></a><span class="lineno"> 744</span> <span class="comment">/** @sa VST_HOST_OPCODE_1E */</span></div>
|
|
<div class="line"><a id="l00745" name="l00745"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3b4bc14f0146f4835f155fec7f288186"> 745</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3b4bc14f0146f4835f155fec7f288186">VST_HOST_OPCODE_OUTPUT_GET_SPEAKER_ARRANGEMENT</a> = 0x1E,</div>
|
|
<div class="line"><a id="l00746" name="l00746"></a><span class="lineno"> 746</span> </div>
|
|
<div class="line"><a id="l00747" name="l00747"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaf3af18f949bd520d653e6dfc8c2f2a48"> 747</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaf3af18f949bd520d653e6dfc8c2f2a48">VST_HOST_OPCODE_1F</a> = 0x1F,</div>
|
|
<div class="line"><a id="l00748" name="l00748"></a><span class="lineno"> 748</span> </div>
|
|
<div class="line"><a id="l00749" name="l00749"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca4f020706035267b415e09ca975d0f867"> 749</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca4f020706035267b415e09ca975d0f867">VST_HOST_OPCODE_20</a> = 0x20,</div>
|
|
<div class="line"><a id="l00750" name="l00750"></a><span class="lineno"> 750</span> </div>
|
|
<div class="line"><a id="l00751" name="l00751"></a><span class="lineno"> 751</span> <span class="comment">/** Retrieve the vendor name into the ptr buffer.</span></div>
|
|
<div class="line"><span class="lineno"> 752</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 753</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"> 754</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00755" name="l00755"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad87ea91d02bd198e58cdf48ddfa2f4fb"> 755</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad87ea91d02bd198e58cdf48ddfa2f4fb">VST_HOST_OPCODE_21</a> = 0x21,</div>
|
|
<div class="line"><a id="l00756" name="l00756"></a><span class="lineno"> 756</span> <span class="comment">/** @sa VST_HOST_OPCODE_21 */</span></div>
|
|
<div class="line"><a id="l00757" name="l00757"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac2d2893446d8301cd29f8ec0c0446406"> 757</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="l00758" name="l00758"></a><span class="lineno"> 758</span> </div>
|
|
<div class="line"><a id="l00759" name="l00759"></a><span class="lineno"> 759</span> <span class="comment">/** Retrieve the product name into the ptr buffer.</span></div>
|
|
<div class="line"><span class="lineno"> 760</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 761</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"> 762</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00763" name="l00763"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad52e9131d8f730b1b4713369f7ce3be4"> 763</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad52e9131d8f730b1b4713369f7ce3be4">VST_HOST_OPCODE_22</a> = 0x22,</div>
|
|
<div class="line"><a id="l00764" name="l00764"></a><span class="lineno"> 764</span> <span class="comment">/** @sa VST_HOST_OPCODE_22 */</span></div>
|
|
<div class="line"><a id="l00765" name="l00765"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab64fd9ed14218a0e73003fd1550e03fc"> 765</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="l00766" name="l00766"></a><span class="lineno"> 766</span> </div>
|
|
<div class="line"><a id="l00767" name="l00767"></a><span class="lineno"> 767</span> <span class="comment">/** Retrieve the vendor version in return value.</span></div>
|
|
<div class="line"><span class="lineno"> 768</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 769</span><span class="comment"> * @return Version.</span></div>
|
|
<div class="line"><span class="lineno"> 770</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00771" name="l00771"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca62ed9789aab31ab3665a914119c7bb74"> 771</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca62ed9789aab31ab3665a914119c7bb74">VST_HOST_OPCODE_23</a> = 0x23,</div>
|
|
<div class="line"><a id="l00772" name="l00772"></a><span class="lineno"> 772</span> <span class="comment">/** @sa VST_HOST_OPCODE_23 */</span></div>
|
|
<div class="line"><a id="l00773" name="l00773"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac15adc47551a4b321d6a4e97b67f5091"> 773</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="l00774" name="l00774"></a><span class="lineno"> 774</span> </div>
|
|
<div class="line"><a id="l00775" name="l00775"></a><span class="lineno"> 775</span> <span class="comment">/** User defined OP Code, for custom interaction.</span></div>
|
|
<div class="line"><span class="lineno"> 776</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 777</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00778" name="l00778"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca66e278e2453c9f62563f342a200d4c11"> 778</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca66e278e2453c9f62563f342a200d4c11">VST_HOST_OPCODE_24</a> = 0x24,</div>
|
|
<div class="line"><a id="l00779" name="l00779"></a><span class="lineno"> 779</span> <span class="comment">/** @sa VST_HOST_OPCODE_24 */</span></div>
|
|
<div class="line"><a id="l00780" name="l00780"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecae43811d99da4fb2233d368ea5294c2d0"> 780</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecae43811d99da4fb2233d368ea5294c2d0">VST_HOST_OPCODE_CUSTOM</a> = 0x24,</div>
|
|
<div class="line"><a id="l00781" name="l00781"></a><span class="lineno"> 781</span> </div>
|
|
<div class="line"><a id="l00782" name="l00782"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca58c3e43a832e713d2ed75f915061aa6e"> 782</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca58c3e43a832e713d2ed75f915061aa6e">VST_HOST_OPCODE_25</a> = 0x25,</div>
|
|
<div class="line"><a id="l00783" name="l00783"></a><span class="lineno"> 783</span> </div>
|
|
<div class="line"><a id="l00784" name="l00784"></a><span class="lineno"> 784</span> <span class="comment">/** Check if the host supports a certain feature.</span></div>
|
|
<div class="line"><span class="lineno"> 785</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 786</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"> 787</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"> 788</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00789" name="l00789"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca8788d3ed32651d1e572c7cea98ffe2c8"> 789</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca8788d3ed32651d1e572c7cea98ffe2c8">VST_HOST_OPCODE_26</a> = 0x26,</div>
|
|
<div class="line"><a id="l00790" name="l00790"></a><span class="lineno"> 790</span> <span class="comment">/** @sa VST_HOST_OPCODE_26 */</span></div>
|
|
<div class="line"><a id="l00791" name="l00791"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaddc08d32d47213aca3a6f74f6de7985e"> 791</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaddc08d32d47213aca3a6f74f6de7985e">VST_HOST_OPCODE_SUPPORTS</a> = 0x26,</div>
|
|
<div class="line"><a id="l00792" name="l00792"></a><span class="lineno"> 792</span> </div>
|
|
<div class="line"><a id="l00793" name="l00793"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca40706c6f7f484360e142111eed9e2e92"> 793</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca40706c6f7f484360e142111eed9e2e92">VST_HOST_OPCODE_27</a> = 0x27,</div>
|
|
<div class="line"><a id="l00794" name="l00794"></a><span class="lineno"> 794</span> </div>
|
|
<div class="line"><a id="l00795" name="l00795"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca08975ca236f216f4ed35ce48972e050f"> 795</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca08975ca236f216f4ed35ce48972e050f">VST_HOST_OPCODE_28</a> = 0x28,</div>
|
|
<div class="line"><a id="l00796" name="l00796"></a><span class="lineno"> 796</span> </div>
|
|
<div class="line"><a id="l00797" name="l00797"></a><span class="lineno"> 797</span> <span class="comment">/** Retrieve the directory of the effect that emitted this.</span></div>
|
|
<div class="line"><span class="lineno"> 798</span><span class="comment"> * The returned value seems to be unchanged for container plug-ins.</span></div>
|
|
<div class="line"><span class="lineno"> 799</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 800</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 801</span><span class="comment"> * @return (Windows) A zero-terminated char buffer of unknown size.</span></div>
|
|
<div class="line"><span class="lineno"> 802</span><span class="comment"> * @return (MacOS) A valid FSSpec structure.</span></div>
|
|
<div class="line"><span class="lineno"> 803</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00804" name="l00804"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca738ae2e2aa8fe5a3727e5bcfe5557d6a"> 804</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca738ae2e2aa8fe5a3727e5bcfe5557d6a">VST_HOST_OPCODE_29</a> = 0x29,</div>
|
|
<div class="line"><a id="l00805" name="l00805"></a><span class="lineno"> 805</span> <span class="comment">/** @sa VST_HOST_OPCODE_29 */</span></div>
|
|
<div class="line"><a id="l00806" name="l00806"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecadcf29f0c0c8bff262a47cde2845249a3"> 806</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecadcf29f0c0c8bff262a47cde2845249a3">VST_HOST_OPCODE_GET_EFFECT_DIRECTORY</a> = 0x29,</div>
|
|
<div class="line"><a id="l00807" name="l00807"></a><span class="lineno"> 807</span> </div>
|
|
<div class="line"><a id="l00808" name="l00808"></a><span class="lineno"> 808</span> <span class="comment">/** Refresh everything related to the effect that emitted this event.</span></div>
|
|
<div class="line"><span class="lineno"> 809</span><span class="comment"> * The plug-in should only emit this if something important has changed that the host doesn't already know about.</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"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 812</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00813" name="l00813"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab727e8f8bd83b8ead48c9c7d32b5cccd"> 813</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecab727e8f8bd83b8ead48c9c7d32b5cccd">VST_HOST_OPCODE_2A</a> = 0x2A,</div>
|
|
<div class="line"><a id="l00814" name="l00814"></a><span class="lineno"> 814</span> <span class="comment">/** @sa VST_HOST_OPCODE_2A */</span></div>
|
|
<div class="line"><a id="l00815" name="l00815"></a><span class="lineno"> 815</span> <span class="comment">//VST_HOST_OPCODE_EDITOR_UPDATE = 0x2A,</span></div>
|
|
<div class="line"><a id="l00816" name="l00816"></a><span class="lineno"> 816</span> <span class="comment">/** @sa VST_HOST_OPCODE_2A */</span></div>
|
|
<div class="line"><a id="l00817" name="l00817"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecafaec5b29280246f1001a933192facfde"> 817</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecafaec5b29280246f1001a933192facfde">VST_HOST_OPCODE_REFRESH</a> = 0x2A,</div>
|
|
<div class="line"><a id="l00818" name="l00818"></a><span class="lineno"> 818</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> <span class="comment">// VST 2.1</span></div>
|
|
<div class="line"><a id="l00821" name="l00821"></a><span class="lineno"> 821</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00822" name="l00822"></a><span class="lineno"> 822</span> </div>
|
|
<div class="line"><a id="l00823" name="l00823"></a><span class="lineno"> 823</span> <span class="comment">/** Notify host that a parameter is being edited.</span></div>
|
|
<div class="line"><span class="lineno"> 824</span><span class="comment"> * "Locks" the parameter from being edited in compatible hosts.</span></div>
|
|
<div class="line"><span class="lineno"> 825</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 826</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 827</span><span class="comment"> * @param p_int1 Parameter index.</span></div>
|
|
<div class="line"><span class="lineno"> 828</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00829" name="l00829"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca554b9a2e4b2527f2f2809efd88bf1545"> 829</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca554b9a2e4b2527f2f2809efd88bf1545">VST_HOST_OPCODE_2B</a> = 0x2B,</div>
|
|
<div class="line"><a id="l00830" name="l00830"></a><span class="lineno"> 830</span> <span class="comment">/** @sa VST_HOST_OPCODE_2B */</span></div>
|
|
<div class="line"><a id="l00831" name="l00831"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca149b360bad03dbfbf517ca2e5a92a867"> 831</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="l00832" name="l00832"></a><span class="lineno"> 832</span> <span class="comment">/** @sa VST_HOST_OPCODE_2B */</span></div>
|
|
<div class="line"><a id="l00833" name="l00833"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca5f88b8122f3200490d7d099613927604"> 833</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca5f88b8122f3200490d7d099613927604">VST_HOST_OPCODE_PARAM_LOCK</a> = 0x2B,</div>
|
|
<div class="line"><a id="l00834" name="l00834"></a><span class="lineno"> 834</span> </div>
|
|
<div class="line"><a id="l00835" name="l00835"></a><span class="lineno"> 835</span> <span class="comment">/** Notify host that parameter is no longer being edited.</span></div>
|
|
<div class="line"><span class="lineno"> 836</span><span class="comment"> * "Unlocks" the parameter for further editing in compatible hosts. Remember to call the @ref VST_HOST_PARAM_UPDATE</span></div>
|
|
<div class="line"><span class="lineno"> 837</span><span class="comment"> * op-code afterwards so that the host knows it needs to update its automation data.</span></div>
|
|
<div class="line"><span class="lineno"> 838</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 839</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 840</span><span class="comment"> * @sa VST_HOST_PARAM_UPDATE</span></div>
|
|
<div class="line"><span class="lineno"> 841</span><span class="comment"> * @param p_int1 Parameter index.</span></div>
|
|
<div class="line"><span class="lineno"> 842</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00843" name="l00843"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9e86c9deba6977be5229b2982d0c8aa6"> 843</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca9e86c9deba6977be5229b2982d0c8aa6">VST_HOST_OPCODE_2C</a> = 0x2C,</div>
|
|
<div class="line"><a id="l00844" name="l00844"></a><span class="lineno"> 844</span> <span class="comment">/** @sa VST_HOST_OPCODE_2C */</span></div>
|
|
<div class="line"><a id="l00845" name="l00845"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca165352695e471be9666970c65a33fc13"> 845</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="l00846" name="l00846"></a><span class="lineno"> 846</span> <span class="comment">/** @sa VST_HOST_OPCODE_2C */</span></div>
|
|
<div class="line"><a id="l00847" name="l00847"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaddac30d988711279e6c81867386d6242"> 847</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaddac30d988711279e6c81867386d6242">VST_HOST_OPCODE_PARAM_UNLOCK</a> = 0x2C,</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">//--------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00850" name="l00850"></a><span class="lineno"> 850</span> <span class="comment">// VST 2.2</span></div>
|
|
<div class="line"><a id="l00851" name="l00851"></a><span class="lineno"> 851</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00852" name="l00852"></a><span class="lineno"> 852</span> </div>
|
|
<div class="line"><a id="l00853" name="l00853"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaa3195b429e827047e23d08522d49e558"> 853</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaa3195b429e827047e23d08522d49e558">VST_HOST_OPCODE_2D</a> = 0x2D,</div>
|
|
<div class="line"><a id="l00854" name="l00854"></a><span class="lineno"> 854</span> </div>
|
|
<div class="line"><a id="l00855" name="l00855"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac91e292c254b88c628a82122bf682a68"> 855</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac91e292c254b88c628a82122bf682a68">VST_HOST_OPCODE_2E</a> = 0x2E,</div>
|
|
<div class="line"><a id="l00856" name="l00856"></a><span class="lineno"> 856</span> </div>
|
|
<div class="line"><a id="l00857" name="l00857"></a><span class="lineno"> 857</span> <span class="comment">/** </span></div>
|
|
<div class="line"><span class="lineno"> 858</span><span class="comment"> * When queried by the plug-in shortly after @ref VST_EFFECT_OPCODE_PROGRAM_LOAD it often crashes compatible hosts</span></div>
|
|
<div class="line"><span class="lineno"> 859</span><span class="comment"> * with a memory access exception. This exception can be controlled with p_ptr but it's unclear what that is</span></div>
|
|
<div class="line"><span class="lineno"> 860</span><span class="comment"> * pointing at so far. In the event that it doesn't crash the memory address we pointed at changes to a path.</span></div>
|
|
<div class="line"><span class="lineno"> 861</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 862</span><span class="comment"> * @todo Figure out what p_ptr is.</span></div>
|
|
<div class="line"><span class="lineno"> 863</span><span class="comment"> * @note (VST 2.2+) Available from VST 2.2 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 864</span><span class="comment"> * @deprecated (VST 2.4+) Deprecated from VST 2.4 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 865</span><span class="comment"> * @param p_ptr A pointer to something</span></div>
|
|
<div class="line"><span class="lineno"> 866</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00867" name="l00867"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca28bcfd43d8494d6c1a1bf22b180b6ef4"> 867</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca28bcfd43d8494d6c1a1bf22b180b6ef4">VST_HOST_OPCODE_2F</a> = 0x2F,</div>
|
|
<div class="line"><a id="l00868" name="l00868"></a><span class="lineno"> 868</span> </div>
|
|
<div class="line"><a id="l00869" name="l00869"></a><span class="lineno"> 869</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00870" name="l00870"></a><span class="lineno"> 870</span> <span class="comment">// VST 2.3</span></div>
|
|
<div class="line"><a id="l00871" name="l00871"></a><span class="lineno"> 871</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00872" name="l00872"></a><span class="lineno"> 872</span> </div>
|
|
<div class="line"><a id="l00873" name="l00873"></a><span class="lineno"> 873</span> <span class="comment">/** Retrieve the hosts input speaker arrangement.</span></div>
|
|
<div class="line"><span class="lineno"> 874</span><span class="comment"> * Seems to always reply with the data provided in @ref VST_EFFECT_OPCODE_GET_SPEAKER_ARRANGEMENT p_int2.</span></div>
|
|
<div class="line"><span class="lineno"> 875</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 876</span><span class="comment"> * @note (VST 2.3+) Available from VST 2.3 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 877</span><span class="comment"> * @deprecated (VST 2.4+) Deprecated from VST 2.4 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 878</span><span class="comment"> * @sa vst_speaker_arrangement_t</span></div>
|
|
<div class="line"><span class="lineno"> 879</span><span class="comment"> * @sa VST_EFFECT_OPCODE_SET_SPEAKER_ARRANGEMENT</span></div>
|
|
<div class="line"><span class="lineno"> 880</span><span class="comment"> * @sa VST_EFFECT_OPCODE_GET_SPEAKER_ARRANGEMENT</span></div>
|
|
<div class="line"><span class="lineno"> 881</span><span class="comment"> * @sa VST_HOST_OPCODE_GET_OUTPUT_SPEAKER_ARRANGEMENT</span></div>
|
|
<div class="line"><span class="lineno"> 882</span><span class="comment"> * @return Seems to be a valid pointer to @ref vst_speaker_arrangement_t if supported.</span></div>
|
|
<div class="line"><span class="lineno"> 883</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00884" name="l00884"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaf2289599b795abf5f7fa76413cafcc17"> 884</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaf2289599b795abf5f7fa76413cafcc17">VST_HOST_OPCODE_30</a> = 0x30,</div>
|
|
<div class="line"><a id="l00885" name="l00885"></a><span class="lineno"> 885</span> <span class="comment">/** @sa VST_HOST_OPCODE_30 */</span></div>
|
|
<div class="line"><a id="l00886" name="l00886"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad623393c3334fc2eb2fa97569d2227c6"> 886</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad623393c3334fc2eb2fa97569d2227c6">VST_HOST_OPCODE_GET_INPUT_SPEAKER_ARRANGEMENT</a> = 0x30,</div>
|
|
<div class="line"><a id="l00887" name="l00887"></a><span class="lineno"> 887</span> <span class="comment">/** @sa VST_HOST_OPCODE_30 */</span></div>
|
|
<div class="line"><a id="l00888" name="l00888"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca518880481925366ec8a2bd88f50a7008"> 888</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca518880481925366ec8a2bd88f50a7008">VST_HOST_OPCODE_INPUT_GET_SPEAKER_ARRANGEMENT</a> = 0x30,</div>
|
|
<div class="line"><a id="l00889" name="l00889"></a><span class="lineno"> 889</span> </div>
|
|
<div class="line"><a id="l00890" name="l00890"></a><span class="lineno"> 890</span> <span class="comment">// Highest number of known OPCODE.</span></div>
|
|
<div class="line"><a id="l00891" name="l00891"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecacd93133c8c835b2dc554b919ca09d8cd"> 891</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecacd93133c8c835b2dc554b919ca09d8cd">VST_HOST_OPCODE_MAX</a>,</div>
|
|
<div class="line"><a id="l00892" name="l00892"></a><span class="lineno"> 892</span> </div>
|
|
<div class="line"><a id="l00893" name="l00893"></a><span class="lineno"> 893</span> <span class="comment">// Pad to force 32-bit number.</span></div>
|
|
<div class="line"><a id="l00894" name="l00894"></a><span class="lineno"><a class="line" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad5fe7a9677ae11d436d4c8dab95584ba"> 894</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad5fe7a9677ae11d436d4c8dab95584ba">_VST_HOST_OPCODE_PAD</a> = 0xFFFFFFFFul,</div>
|
|
<div class="line"><a id="l00895" name="l00895"></a><span class="lineno"> 895</span>};</div>
|
|
<div class="line"><a id="l00896" name="l00896"></a><span class="lineno"> 896</span> </div>
|
|
<div class="line"><a id="l00897" name="l00897"></a><span class="lineno"> 897</span><span class="comment">/** Plug-in to Host support checks</span></div>
|
|
<div class="line"><span class="lineno"> 898</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 899</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"> 900</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 901</span><span class="comment"> * Harvested via strings command and just checking what hosts actually responded to.</span></div>
|
|
<div class="line"><span class="lineno"> 902</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00903" name="l00903"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html"> 903</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="l00904" name="l00904"></a><span class="lineno"> 904</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"> 905</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"> 906</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"> 907</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 908</span><span class="comment"> * Signals that the host supports the following:</span></div>
|
|
<div class="line"><span class="lineno"> 909</span><span class="comment"> * - @ref VST_HOST_OPCODE_IO_MODIFIED</span></div>
|
|
<div class="line"><span class="lineno"> 910</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 911</span><span class="comment"> * @return @ref VST_STATUS_TRUE if it supports it.</span></div>
|
|
<div class="line"><span class="lineno"> 912</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00913" name="l00913"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a0e29115f972dc33f1e0f94e5dd29d135"> 913</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="l00914" name="l00914"></a><span class="lineno"> 914</span> </div>
|
|
<div class="line"><a id="l00915" name="l00915"></a><span class="lineno"> 915</span> <span class="comment">/** Is the host using process begin/end instead of idle?</span></div>
|
|
<div class="line"><span class="lineno"> 916</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"> 917</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"> 918</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 919</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PROCESS_BEGIN</span></div>
|
|
<div class="line"><span class="lineno"> 920</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PROCESS_END</span></div>
|
|
<div class="line"><span class="lineno"> 921</span><span class="comment"> * @sa VST_EFFECT_OPCODE_IDLE</span></div>
|
|
<div class="line"><span class="lineno"> 922</span><span class="comment"> * @note (VST 2.3) Available from VST 2.3 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 923</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"> 924</span><span class="comment"> * @return @ref VST_STATUS_TRUE if it supports it.</span></div>
|
|
<div class="line"><span class="lineno"> 925</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00926" name="l00926"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a60fa9d8e07fd1be3887ac6dd3db955e5"> 926</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="l00927" name="l00927"></a><span class="lineno"> 927</span> </div>
|
|
<div class="line"><a id="l00928" name="l00928"></a><span class="lineno"> 928</span> <span class="comment">/** Does the host support container plug-ins?</span></div>
|
|
<div class="line"><span class="lineno"> 929</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 930</span><span class="comment"> * @note Is shell a reference to Windows shell menus?</span></div>
|
|
<div class="line"><span class="lineno"> 931</span><span class="comment"> * @sa VST_HOST_OPCODE_CURRENT_EFFECT_ID</span></div>
|
|
<div class="line"><span class="lineno"> 932</span><span class="comment"> * @sa VST_EFFECT_OPCODE_CONTAINER_NEXT_EFFECT_ID</span></div>
|
|
<div class="line"><span class="lineno"> 933</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"> 934</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00935" name="l00935"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#aeb8dd77685b635be72c933a66056a0a1"> 935</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="l00936" name="l00936"></a><span class="lineno"> 936</span> </div>
|
|
<div class="line"><a id="l00937" name="l00937"></a><span class="lineno"> 937</span> <span class="comment">/** Can we request that the host changes the editor window size?</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"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 940</span><span class="comment"> * @sa VST_HOST_OPCODE_EDITOR_RESIZE</span></div>
|
|
<div class="line"><span class="lineno"> 941</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00942" name="l00942"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a8b33f813bb3a9c7de15daa462176c14b"> 942</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="l00943" name="l00943"></a><span class="lineno"> 943</span> </div>
|
|
<div class="line"><a id="l00944" name="l00944"></a><span class="lineno"> 944</span> <span class="comment">/** Host can send events to plug-in.</span></div>
|
|
<div class="line"><span class="lineno"> 945</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 946</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 947</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00948" name="l00948"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a4cf927ab8060c5afc39c4940e8d3b4aa"> 948</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="l00949" name="l00949"></a><span class="lineno"> 949</span> </div>
|
|
<div class="line"><a id="l00950" name="l00950"></a><span class="lineno"> 950</span> <span class="comment">/** Host can receive events from plug-in.</span></div>
|
|
<div class="line"><span class="lineno"> 951</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 952</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 953</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00954" name="l00954"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#aa373ce1fbc010668609eceb8b5b8d380"> 954</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="l00955" name="l00955"></a><span class="lineno"> 955</span> </div>
|
|
<div class="line"><a id="l00956" name="l00956"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a6c763a08c444158139939e46a5a5c881"> 956</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="l00957" name="l00957"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a1f6480e1200140d9e9c61de73d5fc733"> 957</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="l00958" name="l00958"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a535b6aee67bca280eec97438b2023e69"> 958</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="l00959" name="l00959"></a><span class="lineno"> 959</span> </div>
|
|
<div class="line"><a id="l00960" name="l00960"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#ae69e0621350cfdf7f8a51305e9fe8e95"> 960</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="l00961" name="l00961"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a5d3b683854d1253b07cc0170579136bc"> 961</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="l00962" name="l00962"></a><span class="lineno"> 962</span> </div>
|
|
<div class="line"><a id="l00963" name="l00963"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a46ed15dad8c717fbc424538c60f5c2d2"> 963</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="l00964" name="l00964"></a><span class="lineno"> 964</span> </div>
|
|
<div class="line"><a id="l00965" name="l00965"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a40698dc52504db3ac80b9d8d0423b2db"> 965</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="structvst__host__supports__t.html#a40698dc52504db3ac80b9d8d0423b2db">editFile</a>;</div>
|
|
<div class="line"><a id="l00966" name="l00966"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#a18302ba2b6035a074d65fe91126ec7c7"> 966</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="l00967" name="l00967"></a><span class="lineno"><a class="line" href="structvst__host__supports__t.html#adc0596abc5b3c78c66b595a966cdf652"> 967</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="l00968" name="l00968"></a><span class="lineno"> 968</span>} <span class="comment">/** @private */</span> vst_host_supports = {</div>
|
|
<div class="line"><a id="l00969" name="l00969"></a><span class="lineno"> 969</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a0e29115f972dc33f1e0f94e5dd29d135">acceptIOChanges</a> = <span class="stringliteral">"acceptIOChanges"</span>,</div>
|
|
<div class="line"><a id="l00970" name="l00970"></a><span class="lineno"> 970</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a60fa9d8e07fd1be3887ac6dd3db955e5">startStopProcess</a> = <span class="stringliteral">"startStopProcess"</span>,</div>
|
|
<div class="line"><a id="l00971" name="l00971"></a><span class="lineno"> 971</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#aeb8dd77685b635be72c933a66056a0a1">shellCategory</a> = <span class="stringliteral">"shellCategory"</span>,</div>
|
|
<div class="line"><a id="l00972" name="l00972"></a><span class="lineno"> 972</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a8b33f813bb3a9c7de15daa462176c14b">sizeWindow</a> = <span class="stringliteral">"sizeWindow"</span>,</div>
|
|
<div class="line"><a id="l00973" name="l00973"></a><span class="lineno"> 973</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a4cf927ab8060c5afc39c4940e8d3b4aa">sendVstEvents</a> = <span class="stringliteral">"sendVstEvents"</span>,</div>
|
|
<div class="line"><a id="l00974" name="l00974"></a><span class="lineno"> 974</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#aa373ce1fbc010668609eceb8b5b8d380">receiveVstEvents</a> = <span class="stringliteral">"receiveVstEvents"</span>,</div>
|
|
<div class="line"><a id="l00975" name="l00975"></a><span class="lineno"> 975</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a6c763a08c444158139939e46a5a5c881">sendVstMidiEvent</a> = <span class="stringliteral">"sendVstMidiEvent"</span>,</div>
|
|
<div class="line"><a id="l00976" name="l00976"></a><span class="lineno"> 976</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a1f6480e1200140d9e9c61de73d5fc733">receiveVstMidiEvent</a> = <span class="stringliteral">"receiveVstMidiEvent"</span>,</div>
|
|
<div class="line"><a id="l00977" name="l00977"></a><span class="lineno"> 977</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a535b6aee67bca280eec97438b2023e69">sendVstMidiEventFlagIsRealtime</a> = <span class="stringliteral">"sendVstMidiEventFlagIsRealtime"</span>,</div>
|
|
<div class="line"><a id="l00978" name="l00978"></a><span class="lineno"> 978</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#ae69e0621350cfdf7f8a51305e9fe8e95">sendVstTimeInfo</a> = <span class="stringliteral">"sendVstTimeInfo"</span>,</div>
|
|
<div class="line"><a id="l00979" name="l00979"></a><span class="lineno"> 979</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a5d3b683854d1253b07cc0170579136bc">reportConnectionChanges</a> = <span class="stringliteral">"reportConnectionChanges"</span>,</div>
|
|
<div class="line"><a id="l00980" name="l00980"></a><span class="lineno"> 980</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a46ed15dad8c717fbc424538c60f5c2d2">offline</a> = <span class="stringliteral">"offline"</span>,</div>
|
|
<div class="line"><a id="l00981" name="l00981"></a><span class="lineno"> 981</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a40698dc52504db3ac80b9d8d0423b2db">editFile</a> = <span class="stringliteral">"editFile"</span>,</div>
|
|
<div class="line"><a id="l00982" name="l00982"></a><span class="lineno"> 982</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#a18302ba2b6035a074d65fe91126ec7c7">openFileSelector</a> = <span class="stringliteral">"openFileSelector"</span>,</div>
|
|
<div class="line"><a id="l00983" name="l00983"></a><span class="lineno"> 983</span> .<a class="code hl_variable" href="structvst__host__supports__t.html#adc0596abc5b3c78c66b595a966cdf652">closeFileSelector</a> = <span class="stringliteral">"closeFileSelector"</span>,</div>
|
|
<div class="line"><a id="l00984" name="l00984"></a><span class="lineno"> 984</span>};</div>
|
|
<div class="line"><a id="l00985" name="l00985"></a><span class="lineno"> 985</span> </div>
|
|
<div class="line"><a id="l00986" name="l00986"></a><span class="lineno"> 986</span><span class="comment">/** Plug-in to Host callback</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"> * 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"> 989</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 990</span><span class="comment"> * @param opcode See VST_HOST_OPCODE</span></div>
|
|
<div class="line"><span class="lineno"> 991</span><span class="comment"> * @param p_str Zero terminated string or null on call.</span></div>
|
|
<div class="line"><span class="lineno"> 992</span><span class="comment"> * @return ?</span></div>
|
|
<div class="line"><span class="lineno"> 993</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00994" name="l00994"></a><span class="lineno"><a class="line" href="vst_8h.html#a84c2cdc8c0f072f1cb64144815a05de6"> 994</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="l00995" name="l00995"></a><span class="lineno"> 995</span> </div>
|
|
<div class="line"><a id="l00996" name="l00996"></a><span class="lineno"> 996</span><span class="comment">//------------------------------------------------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00997" name="l00997"></a><span class="lineno"> 997</span><span class="comment">// VST Plug-in/Effect related Things</span></div>
|
|
<div class="line"><a id="l00998" name="l00998"></a><span class="lineno"> 998</span><span class="comment">//------------------------------------------------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00999" name="l00999"></a><span class="lineno"> 999</span> </div>
|
|
<div class="line"><a id="l01000" name="l01000"></a><span class="lineno"> 1000</span><span class="comment">/** Magic Number identifying a VST 2.x plug-in structure</span></div>
|
|
<div class="line"><span class="lineno"> 1001</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1002</span><span class="comment"> * @sa vst_effect_t.magic_numer</span></div>
|
|
<div class="line"><span class="lineno"> 1003</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01004" name="l01004"></a><span class="lineno"><a class="line" href="vst_8h.html#a09521790f0fb9c38d6dbd3602d621053"> 1004</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">'V'</span><span class="preprocessor">,</span> <span class="stringliteral">'s'</span><span class="preprocessor">,</span> <span class="stringliteral">'t'</span><span class="preprocessor">,</span> <span class="stringliteral">'P'</span><span class="preprocessor">)</span></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">/** Default VST 2.x Sample Rate</span></div>
|
|
<div class="line"><span class="lineno"> 1007</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"> 1008</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1009</span><span class="comment"> * @sa VST_EFFECT_OPCODE_SET_SAMPLE_RATE</span></div>
|
|
<div class="line"><span class="lineno"> 1010</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01011" name="l01011"></a><span class="lineno"><a class="line" href="vst_8h.html#a14bd123916e582739f85d51ddab2df5b"> 1011</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="l01012" name="l01012"></a><span class="lineno"> 1012</span> </div>
|
|
<div class="line"><a id="l01013" name="l01013"></a><span class="lineno"> 1013</span><span class="comment">/** Default VST 2.x Block Size</span></div>
|
|
<div class="line"><span class="lineno"> 1014</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"> 1015</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1016</span><span class="comment"> * @sa VST_EFFECT_OPCODE_SET_BLOCK_SIZE</span></div>
|
|
<div class="line"><span class="lineno"> 1017</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01018" name="l01018"></a><span class="lineno"><a class="line" href="vst_8h.html#a888e4158d3fefe485a12f0462be4761d"> 1018</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="l01019" name="l01019"></a><span class="lineno"> 1019</span> </div>
|
|
<div class="line"><a id="l01020" name="l01020"></a><span class="lineno"> 1020</span><span class="comment">/** Plug-in Categories</span></div>
|
|
<div class="line"><span class="lineno"> 1021</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"> 1022</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"> 1023</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1024</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01025" name="l01025"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640"> 1025</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="l01026" name="l01026"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640adf12507ff796a4ba7336fc2213bdab8b"> 1026</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640adf12507ff796a4ba7336fc2213bdab8b">VST_EFFECT_CATEGORY_UNCATEGORIZED</a> = 0x00,</div>
|
|
<div class="line"><a id="l01027" name="l01027"></a><span class="lineno"> 1027</span> </div>
|
|
<div class="line"><a id="l01028" name="l01028"></a><span class="lineno"> 1028</span> <span class="comment">/** Generic Effects</span></div>
|
|
<div class="line"><span class="lineno"> 1029</span><span class="comment"> * Examples: Distortion, Pitch Shift, ...</span></div>
|
|
<div class="line"><span class="lineno"> 1030</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1031</span><span class="comment"> * Supports: Delay (Optional), Tail Samples, MIDI</span></div>
|
|
<div class="line"><span class="lineno"> 1032</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01033" name="l01033"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a3593f164b8f330d78bcbfbc60c76152d"> 1033</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a3593f164b8f330d78bcbfbc60c76152d">VST_EFFECT_CATEGORY_01</a> = 0x01,</div>
|
|
<div class="line"><a id="l01034" name="l01034"></a><span class="lineno"> 1034</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_01 */</span></div>
|
|
<div class="line"><a id="l01035" name="l01035"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a1451deb5afcbfe3665161db3f2f3462d"> 1035</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a1451deb5afcbfe3665161db3f2f3462d">VST_EFFECT_CATEGORY_EFFECT</a> = 0x01,</div>
|
|
<div class="line"><a id="l01036" name="l01036"></a><span class="lineno"> 1036</span> </div>
|
|
<div class="line"><a id="l01037" name="l01037"></a><span class="lineno"> 1037</span> <span class="comment">/** Instruments</span></div>
|
|
<div class="line"><span class="lineno"> 1038</span><span class="comment"> * Examples: Instruments, Synths, Samplers, ...</span></div>
|
|
<div class="line"><span class="lineno"> 1039</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1040</span><span class="comment"> * Supports: Delay (Optional), Tail Samples, MIDI</span></div>
|
|
<div class="line"><span class="lineno"> 1041</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01042" name="l01042"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a170b8889b0a6390abacd045d8571a7f0"> 1042</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a170b8889b0a6390abacd045d8571a7f0">VST_EFFECT_CATEGORY_02</a> = 0x02,</div>
|
|
<div class="line"><a id="l01043" name="l01043"></a><span class="lineno"> 1043</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_02 */</span></div>
|
|
<div class="line"><a id="l01044" name="l01044"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ae40d9a630c4ac0371ed0fa64ef66bed8"> 1044</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ae40d9a630c4ac0371ed0fa64ef66bed8">VST_EFFECT_CATEGORY_INSTRUMENT</a> = 0x02,</div>
|
|
<div class="line"><a id="l01045" name="l01045"></a><span class="lineno"> 1045</span> </div>
|
|
<div class="line"><a id="l01046" name="l01046"></a><span class="lineno"> 1046</span> <span class="comment">/** Metering</span></div>
|
|
<div class="line"><span class="lineno"> 1047</span><span class="comment"> * Examples: Loudness Meters, Volume Analysis, ...</span></div>
|
|
<div class="line"><span class="lineno"> 1048</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1049</span><span class="comment"> * Supports: Tail Samples, MIDI</span></div>
|
|
<div class="line"><span class="lineno"> 1050</span><span class="comment"> * @note Delay causes crashes in some hosts. Fun.</span></div>
|
|
<div class="line"><span class="lineno"> 1051</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01052" name="l01052"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ae3fa02f674165388efa45d827e246b2d"> 1052</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ae3fa02f674165388efa45d827e246b2d">VST_EFFECT_CATEGORY_03</a> = 0x03,</div>
|
|
<div class="line"><a id="l01053" name="l01053"></a><span class="lineno"> 1053</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_03 */</span></div>
|
|
<div class="line"><a id="l01054" name="l01054"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a22c042468809a03eb47ec1c5031d8af5"> 1054</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a22c042468809a03eb47ec1c5031d8af5">VST_EFFECT_CATEGORY_METERING</a> = 0x03,</div>
|
|
<div class="line"><a id="l01055" name="l01055"></a><span class="lineno"> 1055</span> </div>
|
|
<div class="line"><a id="l01056" name="l01056"></a><span class="lineno"> 1056</span> <span class="comment">/** Mastering</span></div>
|
|
<div class="line"><span class="lineno"> 1057</span><span class="comment"> * Examples: Compressors, Limiters, ...</span></div>
|
|
<div class="line"><span class="lineno"> 1058</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1059</span><span class="comment"> * Supports: Delay, Tail Samples (optional), MIDI</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#a468e652fc0ccfa68fecbb35dce162640af6b33636652297e6cf3e1b8a944f903a"> 1061</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640af6b33636652297e6cf3e1b8a944f903a">VST_EFFECT_CATEGORY_04</a> = 0x04,</div>
|
|
<div class="line"><a id="l01062" name="l01062"></a><span class="lineno"> 1062</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_04 */</span></div>
|
|
<div class="line"><a id="l01063" name="l01063"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a9a6e4f55dbe2cce0c4c9f2bcbc717a9c"> 1063</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a9a6e4f55dbe2cce0c4c9f2bcbc717a9c">VST_EFFECT_CATEGORY_MASTERING</a> = 0x04,</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">/** Spatializers</span></div>
|
|
<div class="line"><span class="lineno"> 1066</span><span class="comment"> * Examples: Channel Panning, Expanders, ...</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"> * Supports: Tail Samples (optional), MIDI</span></div>
|
|
<div class="line"><span class="lineno"> 1069</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01070" name="l01070"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a8d376a476a68a0191c0dece78d1309d4"> 1070</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a8d376a476a68a0191c0dece78d1309d4">VST_EFFECT_CATEGORY_05</a> = 0x05,</div>
|
|
<div class="line"><a id="l01071" name="l01071"></a><span class="lineno"> 1071</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_05 */</span></div>
|
|
<div class="line"><a id="l01072" name="l01072"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a54efb58a6ba8c63e4b420983e9c09141"> 1072</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a54efb58a6ba8c63e4b420983e9c09141">VST_EFFECT_CATEGORY_SPATIAL</a> = 0x05,</div>
|
|
<div class="line"><a id="l01073" name="l01073"></a><span class="lineno"> 1073</span> </div>
|
|
<div class="line"><a id="l01074" name="l01074"></a><span class="lineno"> 1074</span> <span class="comment">/** Delay/Echo</span></div>
|
|
<div class="line"><span class="lineno"> 1075</span><span class="comment"> * Examples: Echo, Reverb, Room Simulation, Delay, ...</span></div>
|
|
<div class="line"><span class="lineno"> 1076</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1077</span><span class="comment"> * Supports: Delay, Tail Samples, MIDI</span></div>
|
|
<div class="line"><span class="lineno"> 1078</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01079" name="l01079"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a58c6835441b31a4e2ec9f63af85b4f64"> 1079</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a58c6835441b31a4e2ec9f63af85b4f64">VST_EFFECT_CATEGORY_06</a> = 0x06,</div>
|
|
<div class="line"><a id="l01080" name="l01080"></a><span class="lineno"> 1080</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_06 */</span></div>
|
|
<div class="line"><a id="l01081" name="l01081"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ae9e563c11bfa39740639b98b2b38a034"> 1081</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="l01082" name="l01082"></a><span class="lineno"> 1082</span> </div>
|
|
<div class="line"><a id="l01083" name="l01083"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a55148d3d18d28dbce9a4c917630e0211"> 1083</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a55148d3d18d28dbce9a4c917630e0211">VST_EFFECT_CATEGORY_07</a> = 0x07,</div>
|
|
<div class="line"><a id="l01084" name="l01084"></a><span class="lineno"> 1084</span> </div>
|
|
<div class="line"><a id="l01085" name="l01085"></a><span class="lineno"> 1085</span> <span class="comment">/** Restoration</span></div>
|
|
<div class="line"><span class="lineno"> 1086</span><span class="comment"> * Examples: Noise Filtering, Upsamplers, ...</span></div>
|
|
<div class="line"><span class="lineno"> 1087</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1088</span><span class="comment"> * Supports: Delay, Tail Samples, MIDI </span></div>
|
|
<div class="line"><span class="lineno"> 1089</span><span class="comment"> * @note Some DAWs allocate additional processing time to these.</span></div>
|
|
<div class="line"><span class="lineno"> 1090</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01091" name="l01091"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a3c8e54e1555b1c7d47bd7a634929f00c"> 1091</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a3c8e54e1555b1c7d47bd7a634929f00c">VST_EFFECT_CATEGORY_08</a> = 0x08,</div>
|
|
<div class="line"><a id="l01092" name="l01092"></a><span class="lineno"> 1092</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_08 */</span></div>
|
|
<div class="line"><a id="l01093" name="l01093"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ac835fd27e522fa389bca3f20e1f2af72"> 1093</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640ac835fd27e522fa389bca3f20e1f2af72">VST_EFFECT_CATEGORY_RESTORATION</a> = 0x08,</div>
|
|
<div class="line"><a id="l01094" name="l01094"></a><span class="lineno"> 1094</span> </div>
|
|
<div class="line"><a id="l01095" name="l01095"></a><span class="lineno"> 1095</span> <span class="comment">/** Offline Processing</span></div>
|
|
<div class="line"><span class="lineno"> 1096</span><span class="comment"> * Examples: Nothing </span></div>
|
|
<div class="line"><span class="lineno"> 1097</span><span class="comment"> * Supports: Nothing </span></div>
|
|
<div class="line"><span class="lineno"> 1098</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01099" name="l01099"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a53703aa02f30289d5cd241540f32de7f"> 1099</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a53703aa02f30289d5cd241540f32de7f">VST_EFFECT_CATEGORY_09</a> = 0x09,</div>
|
|
<div class="line"><a id="l01100" name="l01100"></a><span class="lineno"> 1100</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_09 */</span></div>
|
|
<div class="line"><a id="l01101" name="l01101"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a6420501083ada6c9eca7d0ebb61f0a31"> 1101</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="l01102" name="l01102"></a><span class="lineno"> 1102</span> </div>
|
|
<div class="line"><a id="l01103" name="l01103"></a><span class="lineno"> 1103</span> <span class="comment">/** Container Plug-in</span></div>
|
|
<div class="line"><span class="lineno"> 1104</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"> 1105</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1106</span><span class="comment"> * Host handling:</span></div>
|
|
<div class="line"><span class="lineno"> 1107</span><span class="comment"> * @code{.c}</span></div>
|
|
<div class="line"><span class="lineno"> 1108</span><span class="comment"> * uint32_t current_select_id;</span></div>
|
|
<div class="line"><span class="lineno"> 1109</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1110</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"> 1111</span><span class="comment"> * case VST_HOST_OPCODE_SUPPORTS: {</span></div>
|
|
<div class="line"><span class="lineno"> 1112</span><span class="comment"> * char* text = (char*)p_ptr;</span></div>
|
|
<div class="line"><span class="lineno"> 1113</span><span class="comment"> * // The plug-in may ask the host if it even supports containers at all and changes behavior if we don't.</span></div>
|
|
<div class="line"><span class="lineno"> 1114</span><span class="comment"> * if (text && strcmp(text, vst_host_supports.shellCategory) == 0) {</span></div>
|
|
<div class="line"><span class="lineno"> 1115</span><span class="comment"> * return VST_STATUS_TRUE;</span></div>
|
|
<div class="line"><span class="lineno"> 1116</span><span class="comment"> * }</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"> * case VST_HOST_OPCODE_CURRENT_EFFECT_ID:</span></div>
|
|
<div class="line"><span class="lineno"> 1119</span><span class="comment"> * return current_selected_id;</span></div>
|
|
<div class="line"><span class="lineno"> 1120</span><span class="comment"> * // ...</span></div>
|
|
<div class="line"><span class="lineno"> 1121</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1122</span><span class="comment"> * // ... in whatever you use to load plug-ins ...</span></div>
|
|
<div class="line"><span class="lineno"> 1123</span><span class="comment"> * current_select_id;</span></div>
|
|
<div class="line"><span class="lineno"> 1124</span><span class="comment"> * vst_effect_t* plugin = plugin_main(&vst_host_callback);</span></div>
|
|
<div class="line"><span class="lineno"> 1125</span><span class="comment"> * int32_t plugin_category = plugin->control(plugin, VST_EFFECT_OPCODE_CATEGORY, 0, 0, 0, 0)</span></div>
|
|
<div class="line"><span class="lineno"> 1126</span><span class="comment"> * if (plugin_category == VST_EFFECT_CATEGORY_CONTAINER) {</span></div>
|
|
<div class="line"><span class="lineno"> 1127</span><span class="comment"> * char effect_name[VST_BUFFER_SIZE_EFFECT_NAME] effect_name;</span></div>
|
|
<div class="line"><span class="lineno"> 1128</span><span class="comment"> * int32_t effect_id;</span></div>
|
|
<div class="line"><span class="lineno"> 1129</span><span class="comment"> * // Iterate over all contained effects.</span></div>
|
|
<div class="line"><span class="lineno"> 1130</span><span class="comment"> * while ((effect_id = plugin->control(plugin, VST_EFFECT_OPCODE_CONTAINER_NEXT_EFFECT_ID, 0, 0, effect_name, 0)) != 0) {</span></div>
|
|
<div class="line"><span class="lineno"> 1131</span><span class="comment"> * // Contained effects must be named as far as I can tell.</span></div>
|
|
<div class="line"><span class="lineno"> 1132</span><span class="comment"> * if (effect_name[0] != 0) {</span></div>
|
|
<div class="line"><span class="lineno"> 1133</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"> 1134</span><span class="comment"> * }</span></div>
|
|
<div class="line"><span class="lineno"> 1135</span><span class="comment"> * }</span></div>
|
|
<div class="line"><span class="lineno"> 1136</span><span class="comment"> * } else {</span></div>
|
|
<div class="line"><span class="lineno"> 1137</span><span class="comment"> * // Do things to list only this plugin in the host.</span></div>
|
|
<div class="line"><span class="lineno"> 1138</span><span class="comment"> * }</span></div>
|
|
<div class="line"><span class="lineno"> 1139</span><span class="comment"> * // ...</span></div>
|
|
<div class="line"><span class="lineno"> 1140</span><span class="comment"> * @endcode</span></div>
|
|
<div class="line"><span class="lineno"> 1141</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1142</span><span class="comment"> * Plug-in handling:</span></div>
|
|
<div class="line"><span class="lineno"> 1143</span><span class="comment"> * @code{.c}</span></div>
|
|
<div class="line"><span class="lineno"> 1144</span><span class="comment"> * // ... in vst_effect for the container</span></div>
|
|
<div class="line"><span class="lineno"> 1145</span><span class="comment"> * size_t current_effect_idx;</span></div>
|
|
<div class="line"><span class="lineno"> 1146</span><span class="comment"> * int32_t effect_list[] = {</span></div>
|
|
<div class="line"><span class="lineno"> 1147</span><span class="comment"> * // ... list of effect ids.</span></div>
|
|
<div class="line"><span class="lineno"> 1148</span><span class="comment"> * }</span></div>
|
|
<div class="line"><span class="lineno"> 1149</span><span class="comment"> * // ... in control(...)</span></div>
|
|
<div class="line"><span class="lineno"> 1150</span><span class="comment"> * case VST_EFFECT_OPCODE_CONTAINER_NEXT_EFFECT_ID:</span></div>
|
|
<div class="line"><span class="lineno"> 1151</span><span class="comment"> * // Make sure current_effect_idx doesn't exceed the maximum.</span></div>
|
|
<div class="line"><span class="lineno"> 1152</span><span class="comment"> * if (current_effect_idx > ARRAYSIZEOF(effect_list)) {</span></div>
|
|
<div class="line"><span class="lineno"> 1153</span><span class="comment"> * current_effect_idx;</span></div>
|
|
<div class="line"><span class="lineno"> 1154</span><span class="comment"> * return 0;</span></div>
|
|
<div class="line"><span class="lineno"> 1155</span><span class="comment"> * }</span></div>
|
|
<div class="line"><span class="lineno"> 1156</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"> 1157</span><span class="comment"> * return effect_list[current_effect_idx++]; // Return the effect id.</span></div>
|
|
<div class="line"><span class="lineno"> 1158</span><span class="comment"> * // ...</span></div>
|
|
<div class="line"><span class="lineno"> 1159</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1160</span><span class="comment"> * VST_ENTRYPOINT {</span></div>
|
|
<div class="line"><span class="lineno"> 1161</span><span class="comment"> * // Ensure the host VST 2.x compatible.</span></div>
|
|
<div class="line"><span class="lineno"> 1162</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"> 1163</span><span class="comment"> * if (vst_version == 0) {</span></div>
|
|
<div class="line"><span class="lineno"> 1164</span><span class="comment"> * return 0; // It's not so we exit early.</span></div>
|
|
<div class="line"><span class="lineno"> 1165</span><span class="comment"> * }</span></div>
|
|
<div class="line"><span class="lineno"> 1166</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1167</span><span class="comment"> * // Check if the host wants </span></div>
|
|
<div class="line"><span class="lineno"> 1168</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"> 1169</span><span class="comment"> * if (effect_id == 0) {</span></div>
|
|
<div class="line"><span class="lineno"> 1170</span><span class="comment"> * // ... logic specific to making the container.</span></div>
|
|
<div class="line"><span class="lineno"> 1171</span><span class="comment"> * return new vst_container_effect();</span></div>
|
|
<div class="line"><span class="lineno"> 1172</span><span class="comment"> * } else {</span></div>
|
|
<div class="line"><span class="lineno"> 1173</span><span class="comment"> * // ... logic specific to make sub effects</span></div>
|
|
<div class="line"><span class="lineno"> 1174</span><span class="comment"> * return new vst_sub_effect();</span></div>
|
|
<div class="line"><span class="lineno"> 1175</span><span class="comment"> * }</span></div>
|
|
<div class="line"><span class="lineno"> 1176</span><span class="comment"> * }</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"> * // ...</span></div>
|
|
<div class="line"><span class="lineno"> 1179</span><span class="comment"> * @endcode</span></div>
|
|
<div class="line"><span class="lineno"> 1180</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01181" name="l01181"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a01ae0cc6ff7e1a2ad61fffee0c20463a"> 1181</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a01ae0cc6ff7e1a2ad61fffee0c20463a">VST_EFFECT_CATEGORY_0A</a> = 0x0A,</div>
|
|
<div class="line"><a id="l01182" name="l01182"></a><span class="lineno"> 1182</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_0A */</span></div>
|
|
<div class="line"><a id="l01183" name="l01183"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640afe90e5f201f698e238ab1efb144047d8"> 1183</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640afe90e5f201f698e238ab1efb144047d8">VST_EFFECT_CATEGORY_CONTAINER</a> = 0x0A,</div>
|
|
<div class="line"><a id="l01184" name="l01184"></a><span class="lineno"> 1184</span> </div>
|
|
<div class="line"><a id="l01185" name="l01185"></a><span class="lineno"> 1185</span> <span class="comment">/** Waveform Generators</span></div>
|
|
<div class="line"><span class="lineno"> 1186</span><span class="comment"> * Examples: Sine Wave Generator, ... </span></div>
|
|
<div class="line"><span class="lineno"> 1187</span><span class="comment"> * Supports: Delay, Tail Samples </span></div>
|
|
<div class="line"><span class="lineno"> 1188</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1189</span><span class="comment"> * I don't know why this exists, there'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"> 1190</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1191</span><span class="comment"> * @sa VST_EFFECT_CATEGORY_INSTRUMENT</span></div>
|
|
<div class="line"><span class="lineno"> 1192</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01193" name="l01193"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a6af6ab04f607e67021c695606d6a88ed"> 1193</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a6af6ab04f607e67021c695606d6a88ed">VST_EFFECT_CATEGORY_0B</a> = 0x0B,</div>
|
|
<div class="line"><a id="l01194" name="l01194"></a><span class="lineno"> 1194</span> <span class="comment">/** @sa VST_EFFECT_CATEGORY_0B */</span></div>
|
|
<div class="line"><a id="l01195" name="l01195"></a><span class="lineno"><a class="line" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a3f5452fe0da6e02908716453bf599f58"> 1195</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a468e652fc0ccfa68fecbb35dce162640a3f5452fe0da6e02908716453bf599f58">VST_EFFECT_CATEGORY_WAVEGENERATOR</a> = 0x0B,</div>
|
|
<div class="line"><a id="l01196" name="l01196"></a><span class="lineno"> 1196</span> </div>
|
|
<div class="line"><a id="l01197" name="l01197"></a><span class="lineno"> 1197</span> <span class="comment">/** @private */</span></div>
|
|
<div class="line"><a id="l01198" name="l01198"></a><span class="lineno"> 1198</span> VST_EFFECT_CATEGORY_MAX, <span class="comment">// Not part of specification, marks maximum category.</span></div>
|
|
<div class="line"><a id="l01199" name="l01199"></a><span class="lineno"> 1199</span> </div>
|
|
<div class="line"><a id="l01200" name="l01200"></a><span class="lineno"> 1200</span> <span class="comment">/** @private */</span></div>
|
|
<div class="line"><a id="l01201" name="l01201"></a><span class="lineno"> 1201</span> _VST_EFFECT_CATEGORY_PAD = 0xFFFFFFFFul,</div>
|
|
<div class="line"><a id="l01202" name="l01202"></a><span class="lineno"> 1202</span>};</div>
|
|
<div class="line"><a id="l01203" name="l01203"></a><span class="lineno"> 1203</span> </div>
|
|
<div class="line"><a id="l01204" name="l01204"></a><span class="lineno"> 1204</span><span class="comment">/** Effect Flags</span></div>
|
|
<div class="line"><span class="lineno"> 1205</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01206" name="l01206"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2"> 1206</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="l01207" name="l01207"></a><span class="lineno"> 1207</span> <span class="comment">/** Effect provides a custom editor.</span></div>
|
|
<div class="line"><span class="lineno"> 1208</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"> 1209</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"> 1210</span><span class="comment"> * things like which parameter is in focus and stuff.</span></div>
|
|
<div class="line"><span class="lineno"> 1211</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1212</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EDITOR_GET_RECT</span></div>
|
|
<div class="line"><span class="lineno"> 1213</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EDITOR_OPEN</span></div>
|
|
<div class="line"><span class="lineno"> 1214</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EDITOR_CLOSE</span></div>
|
|
<div class="line"><span class="lineno"> 1215</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EDITOR_DRAW</span></div>
|
|
<div class="line"><span class="lineno"> 1216</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EDITOR_MOUSE</span></div>
|
|
<div class="line"><span class="lineno"> 1217</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EDITOR_KEYBOARD</span></div>
|
|
<div class="line"><span class="lineno"> 1218</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EDITOR_KEEP_ALIVE</span></div>
|
|
<div class="line"><span class="lineno"> 1219</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EDITOR_VKEY_DOWN</span></div>
|
|
<div class="line"><span class="lineno"> 1220</span><span class="comment"> * @sa VST_EFFECT_OPCODE_EDITOR_VKEY_UP</span></div>
|
|
<div class="line"><span class="lineno"> 1221</span><span class="comment"> * @sa VST_HOST_OPCODE_EDITOR_UPDATE</span></div>
|
|
<div class="line"><span class="lineno"> 1222</span><span class="comment"> * @sa VST_HOST_OPCODE_PARAM_START_EDIT</span></div>
|
|
<div class="line"><span class="lineno"> 1223</span><span class="comment"> * @sa VST_HOST_OPCODE_PARAM_STOP_EDIT</span></div>
|
|
<div class="line"><span class="lineno"> 1224</span><span class="comment"> * @sa VST_HOST_OPCODE_PARAM_UPDATE</span></div>
|
|
<div class="line"><span class="lineno"> 1225</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01226" name="l01226"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2aaa9de5eb546808152ee9108be574be5e"> 1226</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2aaa9de5eb546808152ee9108be574be5e">VST_EFFECT_FLAG_1ls0</a> = 1 << 0,</div>
|
|
<div class="line"><a id="l01227" name="l01227"></a><span class="lineno"> 1227</span> <span class="comment">/** @sa VST_EFFECT_FLAG_1ls0 */</span></div>
|
|
<div class="line"><a id="l01228" name="l01228"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a8fffe35d5bbfb226cb49b38ceed4c69e"> 1228</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a8fffe35d5bbfb226cb49b38ceed4c69e">VST_EFFECT_FLAG_EDITOR</a> = 1 << 0,</div>
|
|
<div class="line"><a id="l01229" name="l01229"></a><span class="lineno"> 1229</span> </div>
|
|
<div class="line"><a id="l01230" name="l01230"></a><span class="lineno"> 1230</span> <span class="comment">//1 << 1,</span></div>
|
|
<div class="line"><a id="l01231" name="l01231"></a><span class="lineno"> 1231</span> <span class="comment">//1 << 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="l01232" name="l01232"></a><span class="lineno"> 1232</span> <span class="comment">//1 << 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="l01233" name="l01233"></a><span class="lineno"> 1233</span> </div>
|
|
<div class="line"><a id="l01234" name="l01234"></a><span class="lineno"> 1234</span> <span class="comment">/** Effect uses process_float.</span></div>
|
|
<div class="line"><span class="lineno"> 1235</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1236</span><span class="comment"> * @sa vst_effect_t.process_float</span></div>
|
|
<div class="line"><span class="lineno"> 1237</span><span class="comment"> * @sa vst_effect_process_float_t</span></div>
|
|
<div class="line"><span class="lineno"> 1238</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"> 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#a7174d634349acbda34c34af9fe706bd2a6f2060577477e37993b691d74e38338e"> 1240</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a6f2060577477e37993b691d74e38338e">VST_EFFECT_FLAG_1ls4</a> = 1 << 4,</div>
|
|
<div class="line"><a id="l01241" name="l01241"></a><span class="lineno"> 1241</span> <span class="comment">/** @sa VST_EFFECT_FLAG_1ls4 */</span></div>
|
|
<div class="line"><a id="l01242" name="l01242"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a964c20a8c667cdc9e2f1e4cafb09ebea"> 1242</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a964c20a8c667cdc9e2f1e4cafb09ebea">VST_EFFECT_FLAG_SUPPORTS_FLOAT</a> = 1 << 4,</div>
|
|
<div class="line"><a id="l01243" name="l01243"></a><span class="lineno"> 1243</span> </div>
|
|
<div class="line"><a id="l01244" name="l01244"></a><span class="lineno"> 1244</span> <span class="comment">/** Effect supports saving/loading programs/banks from unformatted chunk data.</span></div>
|
|
<div class="line"><span class="lineno"> 1245</span><span class="comment"> * When not set some sort of format is expected that I've yet to decipher.</span></div>
|
|
<div class="line"><span class="lineno"> 1246</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1247</span><span class="comment"> * @sa VST_EFFECT_OPCODE_GET_CHUNK_DATA</span></div>
|
|
<div class="line"><span class="lineno"> 1248</span><span class="comment"> * @sa VST_EFFECT_OPCODE_SET_CHUNK_DATA</span></div>
|
|
<div class="line"><span class="lineno"> 1249</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01250" name="l01250"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a79e5a06ff6922bf42ab654c22aea5c9d"> 1250</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a79e5a06ff6922bf42ab654c22aea5c9d">VST_EFFECT_FLAG_1ls5</a> = 1 << 5,</div>
|
|
<div class="line"><a id="l01251" name="l01251"></a><span class="lineno"> 1251</span> <span class="comment">/** @sa VST_EFFECT_FLAG_1ls5 */</span></div>
|
|
<div class="line"><a id="l01252" name="l01252"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a5fc027349a4753cd652a3db32c604923"> 1252</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a5fc027349a4753cd652a3db32c604923">VST_EFFECT_FLAG_CHUNKS</a> = 1 << 5,</div>
|
|
<div class="line"><a id="l01253" name="l01253"></a><span class="lineno"> 1253</span> </div>
|
|
<div class="line"><a id="l01254" name="l01254"></a><span class="lineno"> 1254</span> <span class="comment">//1 << 6,</span></div>
|
|
<div class="line"><a id="l01255" name="l01255"></a><span class="lineno"> 1255</span> <span class="comment">//1 << 7,</span></div>
|
|
<div class="line"><a id="l01256" name="l01256"></a><span class="lineno"> 1256</span> </div>
|
|
<div class="line"><a id="l01257" name="l01257"></a><span class="lineno"> 1257</span> <span class="comment">/** Effect is an Instrument/Generator</span></div>
|
|
<div class="line"><span class="lineno"> 1258</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1259</span><span class="comment"> * This must be set in addition to @ref VST_EFFECT_CATEGORY_INSTRUMENT otherwise instruments don't work right.</span></div>
|
|
<div class="line"><span class="lineno"> 1260</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"> 1261</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01262" name="l01262"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2ad7b6274b27655a70115bbc8870cc7134"> 1262</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2ad7b6274b27655a70115bbc8870cc7134">VST_EFFECT_FLAG_1ls8</a> = 1 << 8,</div>
|
|
<div class="line"><a id="l01263" name="l01263"></a><span class="lineno"> 1263</span> <span class="comment">/** @sa VST_EFFECT_FLAG_1ls8 */</span></div>
|
|
<div class="line"><a id="l01264" name="l01264"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2ab0d40d94d4980e29a9ea801126aa0724"> 1264</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2ab0d40d94d4980e29a9ea801126aa0724">VST_EFFECT_FLAG_INSTRUMENT</a> = 1 << 8,</div>
|
|
<div class="line"><a id="l01265" name="l01265"></a><span class="lineno"> 1265</span> </div>
|
|
<div class="line"><a id="l01266" name="l01266"></a><span class="lineno"> 1266</span> <span class="comment">/** Effect does not produce tail samples when the input is silent.</span></div>
|
|
<div class="line"><span class="lineno"> 1267</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1268</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"> 1269</span><span class="comment"> * @sa VST_EFFECT_OPCODE_GET_TAIL_SAMPLES</span></div>
|
|
<div class="line"><span class="lineno"> 1270</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"> 1271</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01272" name="l01272"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a2d63f0f26034c959c825bcdc9965664b"> 1272</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a2d63f0f26034c959c825bcdc9965664b">VST_EFFECT_FLAG_1ls9</a> = 1 << 9,</div>
|
|
<div class="line"><a id="l01273" name="l01273"></a><span class="lineno"> 1273</span> <span class="comment">/** @sa VST_EFFECT_FLAG_1ls9 */</span></div>
|
|
<div class="line"><a id="l01274" name="l01274"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a1d45409a42cfbabcb46e96cfac87b605"> 1274</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2a1d45409a42cfbabcb46e96cfac87b605">VST_EFFECT_FLAG_SILENT_TAIL</a> = 1 << 9,</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">//1 << 10,</span></div>
|
|
<div class="line"><a id="l01277" name="l01277"></a><span class="lineno"> 1277</span> <span class="comment">//1 << 11,</span></div>
|
|
<div class="line"><a id="l01278" name="l01278"></a><span class="lineno"> 1278</span> </div>
|
|
<div class="line"><a id="l01279" name="l01279"></a><span class="lineno"> 1279</span> <span class="comment">/** Effect supports process_double.</span></div>
|
|
<div class="line"><span class="lineno"> 1280</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"> 1281</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1282</span><span class="comment"> * @note (VST 2.4) Available in VST 2.4 and later only.</span></div>
|
|
<div class="line"><span class="lineno"> 1283</span><span class="comment"> * @sa vst_effect_t.process_double</span></div>
|
|
<div class="line"><span class="lineno"> 1284</span><span class="comment"> * @sa vst_effect_process_double_t</span></div>
|
|
<div class="line"><span class="lineno"> 1285</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01286" name="l01286"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2ac2c10295b780a1cd83d3ee18a80f3c98"> 1286</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2ac2c10295b780a1cd83d3ee18a80f3c98">VST_EFFECT_FLAG_1ls12</a> = 1 << 12,</div>
|
|
<div class="line"><a id="l01287" name="l01287"></a><span class="lineno"> 1287</span> <span class="comment">/** @sa VST_EFFECT_FLAG_1ls12 */</span></div>
|
|
<div class="line"><a id="l01288" name="l01288"></a><span class="lineno"><a class="line" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2aea46bf041602110f77aa69c221027dc6"> 1288</a></span> <a class="code hl_enumvalue" href="vst_8h.html#a7174d634349acbda34c34af9fe706bd2aea46bf041602110f77aa69c221027dc6">VST_EFFECT_FLAG_SUPPORTS_DOUBLE</a> = 1 << 12,</div>
|
|
<div class="line"><a id="l01289" name="l01289"></a><span class="lineno"> 1289</span>};</div>
|
|
<div class="line"><a id="l01290" name="l01290"></a><span class="lineno"> 1290</span> </div>
|
|
<div class="line"><a id="l01291" name="l01291"></a><span class="lineno"> 1291</span><span class="comment">/** Host to Plug-in Op-Codes</span></div>
|
|
<div class="line"><span class="lineno"> 1292</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"> 1293</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01294" name="l01294"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696"> 1294</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="l01295" name="l01295"></a><span class="lineno"> 1295</span> <span class="comment">/** Create/Initialize the effect (if it has not been created already).</span></div>
|
|
<div class="line"><span class="lineno"> 1296</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1297</span><span class="comment"> * @return Always 0.</span></div>
|
|
<div class="line"><span class="lineno"> 1298</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01299" name="l01299"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7f9d8bdbd570f414c792d48224128084"> 1299</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7f9d8bdbd570f414c792d48224128084">VST_EFFECT_OPCODE_00</a> = 0x00,</div>
|
|
<div class="line"><a id="l01300" name="l01300"></a><span class="lineno"> 1300</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_00 */</span></div>
|
|
<div class="line"><a id="l01301" name="l01301"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a25104bc276059e7a343ccd780f5f928c"> 1301</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a25104bc276059e7a343ccd780f5f928c">VST_EFFECT_OPCODE_CREATE</a> = 0x00,</div>
|
|
<div class="line"><a id="l01302" name="l01302"></a><span class="lineno"> 1302</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_00 */</span></div>
|
|
<div class="line"><a id="l01303" name="l01303"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac0cde9776b07b0861f53ca79f38a4a7d"> 1303</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac0cde9776b07b0861f53ca79f38a4a7d">VST_EFFECT_OPCODE_INITIALIZE</a> = 0x00,</div>
|
|
<div class="line"><a id="l01304" name="l01304"></a><span class="lineno"> 1304</span> </div>
|
|
<div class="line"><a id="l01305" name="l01305"></a><span class="lineno"> 1305</span> <span class="comment">/** Destroy the effect (if there is any) and free its memory.</span></div>
|
|
<div class="line"><span class="lineno"> 1306</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1307</span><span class="comment"> * This should destroy the actual object created by VST_ENTRYPOINT.</span></div>
|
|
<div class="line"><span class="lineno"> 1308</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1309</span><span class="comment"> * @return Always 0.</span></div>
|
|
<div class="line"><span class="lineno"> 1310</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01311" name="l01311"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a35b1923882b8fe15e64ea528f222bf28"> 1311</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a35b1923882b8fe15e64ea528f222bf28">VST_EFFECT_OPCODE_01</a> = 0x01,</div>
|
|
<div class="line"><a id="l01312" name="l01312"></a><span class="lineno"> 1312</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_01 */</span></div>
|
|
<div class="line"><a id="l01313" name="l01313"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5f52e8e69547b27eaa15467ebe487691"> 1313</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5f52e8e69547b27eaa15467ebe487691">VST_EFFECT_OPCODE_DESTROY</a> = 0x01,</div>
|
|
<div class="line"><a id="l01314" name="l01314"></a><span class="lineno"> 1314</span> </div>
|
|
<div class="line"><a id="l01315" name="l01315"></a><span class="lineno"> 1315</span> <span class="comment">/** Set which program number is currently select.</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"> * @param p_int2 The program number to set. Can be negative for some reason.</span></div>
|
|
<div class="line"><span class="lineno"> 1318</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01319" name="l01319"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a655fff17c355774d6d41a97511b2a2dd"> 1319</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a655fff17c355774d6d41a97511b2a2dd">VST_EFFECT_OPCODE_02</a> = 0x02,</div>
|
|
<div class="line"><a id="l01320" name="l01320"></a><span class="lineno"> 1320</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_02 */</span></div>
|
|
<div class="line"><a id="l01321" name="l01321"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa1bb6fd2f2f591175e6d0bc10a708570"> 1321</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="l01322" name="l01322"></a><span class="lineno"> 1322</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_02 */</span></div>
|
|
<div class="line"><a id="l01323" name="l01323"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af6ad25fcb7a520eed4a4b6b4d923286b"> 1323</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="l01324" name="l01324"></a><span class="lineno"> 1324</span> </div>
|
|
<div class="line"><a id="l01325" name="l01325"></a><span class="lineno"> 1325</span> <span class="comment">/** Get currently selected program number.</span></div>
|
|
<div class="line"><span class="lineno"> 1326</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1327</span><span class="comment"> * @return The currently set program number. Can be negative for some reason.</span></div>
|
|
<div class="line"><span class="lineno"> 1328</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01329" name="l01329"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a13391c0fcd9d60aaf5d54dc85545bdc3"> 1329</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a13391c0fcd9d60aaf5d54dc85545bdc3">VST_EFFECT_OPCODE_03</a> = 0x03,</div>
|
|
<div class="line"><a id="l01330" name="l01330"></a><span class="lineno"> 1330</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_03 */</span></div>
|
|
<div class="line"><a id="l01331" name="l01331"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5b65cc86a93b938e0226a0ba8c14cda6"> 1331</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="l01332" name="l01332"></a><span class="lineno"> 1332</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_03 */</span></div>
|
|
<div class="line"><a id="l01333" name="l01333"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a338bb1fa24da671c9305fc910b0aa538"> 1333</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="l01334" name="l01334"></a><span class="lineno"> 1334</span> </div>
|
|
<div class="line"><a id="l01335" name="l01335"></a><span class="lineno"> 1335</span> <span class="comment">/** Set the name of the currently selected program.</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"> * @param p_ptr `const char[VST_BUFFER_SIZE_PROGRAM_NAME]` Zero terminated string.</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#abfb1cdba3c236829cb63d4196f33d696a3cf4e67e210c7ef7c76c0e442f1aac58"> 1339</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3cf4e67e210c7ef7c76c0e442f1aac58">VST_EFFECT_OPCODE_04</a> = 0x04,</div>
|
|
<div class="line"><a id="l01340" name="l01340"></a><span class="lineno"> 1340</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_04 */</span></div>
|
|
<div class="line"><a id="l01341" name="l01341"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af1cbd93ca7d2f2ff464d73882e6d5e06"> 1341</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="l01342" name="l01342"></a><span class="lineno"> 1342</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_04 */</span></div>
|
|
<div class="line"><a id="l01343" name="l01343"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a2be7d3ce8eb41adb6b6eec6586bd186c"> 1343</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="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">/** Get the name of the currently selected program.</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"> * @param p_ptr `char[VST_BUFFER_SIZE_PROGRAM_NAME]` Zero terminated string.</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#abfb1cdba3c236829cb63d4196f33d696a4c0d620671bc8a107dc30f23bc9e7ad4"> 1349</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4c0d620671bc8a107dc30f23bc9e7ad4">VST_EFFECT_OPCODE_05</a> = 0x05,</div>
|
|
<div class="line"><a id="l01350" name="l01350"></a><span class="lineno"> 1350</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_05 */</span></div>
|
|
<div class="line"><a id="l01351" name="l01351"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9a240fa6409997e4c38525e30ce5abe8"> 1351</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="l01352" name="l01352"></a><span class="lineno"> 1352</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_05 */</span></div>
|
|
<div class="line"><a id="l01353" name="l01353"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a778062b13948fc9e7fc6180033881dba"> 1353</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="l01354" name="l01354"></a><span class="lineno"> 1354</span> </div>
|
|
<div class="line"><a id="l01355" name="l01355"></a><span class="lineno"> 1355</span> <span class="comment">/** Get the value? label for the parameter.</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"> * @param p_int1 Parameter index.</span></div>
|
|
<div class="line"><span class="lineno"> 1358</span><span class="comment"> * @param p_ptr 'char[VST_BUFFER_SIZE_PARAM_LABEL]' Zero terminated string.</span></div>
|
|
<div class="line"><span class="lineno"> 1359</span><span class="comment"> * @return 0 on success, 1 on failure.</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#abfb1cdba3c236829cb63d4196f33d696a2f57546988b54ac4ec8104867f62bff2"> 1361</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a2f57546988b54ac4ec8104867f62bff2">VST_EFFECT_OPCODE_06</a> = 0x06,</div>
|
|
<div class="line"><a id="l01362" name="l01362"></a><span class="lineno"> 1362</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_06 */</span></div>
|
|
<div class="line"><a id="l01363" name="l01363"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a0e3de8f372560069c28fd8adadb902ca"> 1363</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="l01364" name="l01364"></a><span class="lineno"> 1364</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_06 */</span></div>
|
|
<div class="line"><a id="l01365" name="l01365"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ab8213ce293a2c3a4bcb3492dc5d2e4d1"> 1365</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="l01366" name="l01366"></a><span class="lineno"> 1366</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_06 */</span></div>
|
|
<div class="line"><a id="l01367" name="l01367"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a88feaf3bf0f426d842fafb9e8ac0d947"> 1367</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="l01368" name="l01368"></a><span class="lineno"> 1368</span> </div>
|
|
<div class="line"><a id="l01369" name="l01369"></a><span class="lineno"> 1369</span> <span class="comment">/** Get the string representing the value for the parameter.</span></div>
|
|
<div class="line"><span class="lineno"> 1370</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1371</span><span class="comment"> * @param p_int1 Parameter index.</span></div>
|
|
<div class="line"><span class="lineno"> 1372</span><span class="comment"> * @param p_ptr 'char[VST_BUFFER_SIZE_PARAM_VALUE]' Zero terminated string.</span></div>
|
|
<div class="line"><span class="lineno"> 1373</span><span class="comment"> * @return 0 on success, 1 on failure.</span></div>
|
|
<div class="line"><span class="lineno"> 1374</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01375" name="l01375"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9dcecaf860d1a927a047a3fe3e0558cf"> 1375</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9dcecaf860d1a927a047a3fe3e0558cf">VST_EFFECT_OPCODE_07</a> = 0x07,</div>
|
|
<div class="line"><a id="l01376" name="l01376"></a><span class="lineno"> 1376</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_07 */</span></div>
|
|
<div class="line"><a id="l01377" name="l01377"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a2bcac558305dd4f41edeca2a579b2553"> 1377</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="l01378" name="l01378"></a><span class="lineno"> 1378</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_07 */</span></div>
|
|
<div class="line"><a id="l01379" name="l01379"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4b810c37ad94d5d9a4fd21904c4b38ce"> 1379</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="l01380" name="l01380"></a><span class="lineno"> 1380</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_07 */</span></div>
|
|
<div class="line"><a id="l01381" name="l01381"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a75044a2d1bed6e79ef2f9090b4304c3f"> 1381</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="l01382" name="l01382"></a><span class="lineno"> 1382</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_07 */</span></div>
|
|
<div class="line"><a id="l01383" name="l01383"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a07a1ee440a4f98901743134009ba94b8"> 1383</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="l01384" name="l01384"></a><span class="lineno"> 1384</span> </div>
|
|
<div class="line"><a id="l01385" name="l01385"></a><span class="lineno"> 1385</span> <span class="comment">/** Get the name for the parameter.</span></div>
|
|
<div class="line"><span class="lineno"> 1386</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1387</span><span class="comment"> * @param p_int1 Parameter index.</span></div>
|
|
<div class="line"><span class="lineno"> 1388</span><span class="comment"> * @param p_ptr 'char[VST_BUFFER_SIZE_PARAM_NAME]' Zero terminated string.</span></div>
|
|
<div class="line"><span class="lineno"> 1389</span><span class="comment"> * @return 0 on success, 1 on failure.</span></div>
|
|
<div class="line"><span class="lineno"> 1390</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01391" name="l01391"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad54193e82154c20cda832e6ca90bf28c"> 1391</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad54193e82154c20cda832e6ca90bf28c">VST_EFFECT_OPCODE_08</a> = 0x08,</div>
|
|
<div class="line"><a id="l01392" name="l01392"></a><span class="lineno"> 1392</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_08 */</span></div>
|
|
<div class="line"><a id="l01393" name="l01393"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ace5987decb338be1d8d2b21f0a27a531"> 1393</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="l01394" name="l01394"></a><span class="lineno"> 1394</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_08 */</span></div>
|
|
<div class="line"><a id="l01395" name="l01395"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3da2285bda84023dea89b7dba24d59e2"> 1395</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="l01396" name="l01396"></a><span class="lineno"> 1396</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_08 */</span></div>
|
|
<div class="line"><a id="l01397" name="l01397"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a182a2cae4955ae3bc110600d25dac9b1"> 1397</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="l01398" name="l01398"></a><span class="lineno"> 1398</span> </div>
|
|
<div class="line"><a id="l01399" name="l01399"></a><span class="lineno"> 1399</span> <span class="comment">/** </span></div>
|
|
<div class="line"><span class="lineno"> 1400</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1401</span><span class="comment"> * @deprecated: (VST 2.3+) Not used in VST 2.3 or later.</span></div>
|
|
<div class="line"><span class="lineno"> 1402</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01403" name="l01403"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3d2c44d9d9cec27f934a696878f42e89"> 1403</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3d2c44d9d9cec27f934a696878f42e89">VST_EFFECT_OPCODE_09</a> = 0x09,</div>
|
|
<div class="line"><a id="l01404" name="l01404"></a><span class="lineno"> 1404</span> </div>
|
|
<div class="line"><a id="l01405" name="l01405"></a><span class="lineno"> 1405</span> <span class="comment">/** Set the new sample rate for the plugin to use.</span></div>
|
|
<div class="line"><span class="lineno"> 1406</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1407</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"> 1408</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01409" name="l01409"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a2f58c5e5703a68e8182cd27c8615f7b3"> 1409</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a2f58c5e5703a68e8182cd27c8615f7b3">VST_EFFECT_OPCODE_0A</a> = 0x0A,</div>
|
|
<div class="line"><a id="l01410" name="l01410"></a><span class="lineno"> 1410</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0A */</span></div>
|
|
<div class="line"><a id="l01411" name="l01411"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aba339f27dd55fb6cd36a94f62796ce16"> 1411</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aba339f27dd55fb6cd36a94f62796ce16">VST_EFFECT_OPCODE_SETSAMPLERATE</a> = 0x0A,</div>
|
|
<div class="line"><a id="l01412" name="l01412"></a><span class="lineno"> 1412</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0A */</span></div>
|
|
<div class="line"><a id="l01413" name="l01413"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a201632ac6dc514f0bbacc71df5e867b6"> 1413</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="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">/** 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"> 1416</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1417</span><span class="comment"> * @param p_int2 The maximum number of samples to be passed in.</span></div>
|
|
<div class="line"><span class="lineno"> 1418</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01419" name="l01419"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4ac13f44dc17b7aa5930ce04bab13a8f"> 1419</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4ac13f44dc17b7aa5930ce04bab13a8f">VST_EFFECT_OPCODE_0B</a> = 0x0B,</div>
|
|
<div class="line"><a id="l01420" name="l01420"></a><span class="lineno"> 1420</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0B */</span></div>
|
|
<div class="line"><a id="l01421" name="l01421"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a612be21ee6fcf9d9b20f279256211cad"> 1421</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a612be21ee6fcf9d9b20f279256211cad">VST_EFFECT_OPCODE_SETBLOCKSIZE</a> = 0x0B,</div>
|
|
<div class="line"><a id="l01422" name="l01422"></a><span class="lineno"> 1422</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0B */</span></div>
|
|
<div class="line"><a id="l01423" name="l01423"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a39a68b2241446f7cc4d945a4a4341af3"> 1423</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="l01424" name="l01424"></a><span class="lineno"> 1424</span> </div>
|
|
<div class="line"><a id="l01425" name="l01425"></a><span class="lineno"> 1425</span> <span class="comment">/** Effect processing should be suspended/paused or resumed/unpaused.</span></div>
|
|
<div class="line"><span class="lineno"> 1426</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1427</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"> 1428</span><span class="comment"> * begin/end.</span></div>
|
|
<div class="line"><span class="lineno"> 1429</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1430</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"> 1431</span><span class="comment"> * resume.</span></div>
|
|
<div class="line"><span class="lineno"> 1432</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01433" name="l01433"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696affb3e6b4adffc59bef78b8608a5130c4"> 1433</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696affb3e6b4adffc59bef78b8608a5130c4">VST_EFFECT_OPCODE_0C</a> = 0x0C,</div>
|
|
<div class="line"><a id="l01434" name="l01434"></a><span class="lineno"> 1434</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0C */</span></div>
|
|
<div class="line"><a id="l01435" name="l01435"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae1801759c27b7e24ee31ebd2ca0c539d"> 1435</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="l01436" name="l01436"></a><span class="lineno"> 1436</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0C */</span></div>
|
|
<div class="line"><a id="l01437" name="l01437"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a82bf6bd3d5b6528bab2a8154b4a12c5a"> 1437</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="l01438" name="l01438"></a><span class="lineno"> 1438</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0C */</span></div>
|
|
<div class="line"><a id="l01439" name="l01439"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696afbe80204973dc7477ce6f1bf15d635e8"> 1439</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696afbe80204973dc7477ce6f1bf15d635e8">VST_EFFECT_OPCODE_SUSPEND</a> = 0x0C,</div>
|
|
<div class="line"><a id="l01440" name="l01440"></a><span class="lineno"> 1440</span> </div>
|
|
<div class="line"><a id="l01441" name="l01441"></a><span class="lineno"> 1441</span> <span class="comment">/** Retrieve the client rect size of the plugins window.</span></div>
|
|
<div class="line"><span class="lineno"> 1442</span><span class="comment"> * If no window has been created, returns the default rect.</span></div>
|
|
<div class="line"><span class="lineno"> 1443</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1444</span><span class="comment"> * @param p_ptr Pointer of type 'struct vst_rect_t*'.</span></div>
|
|
<div class="line"><span class="lineno"> 1445</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"> 1446</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01447" name="l01447"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a794ffb39ae755d5de557fc7619042dc0"> 1447</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a794ffb39ae755d5de557fc7619042dc0">VST_EFFECT_OPCODE_0D</a> = 0x0D,</div>
|
|
<div class="line"><a id="l01448" name="l01448"></a><span class="lineno"> 1448</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0D */</span></div>
|
|
<div class="line"><a id="l01449" name="l01449"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696adb7e0fb92a7f5b5fa52490c5b8689ac5"> 1449</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="l01450" name="l01450"></a><span class="lineno"> 1450</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0D */</span></div>
|
|
<div class="line"><a id="l01451" name="l01451"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af8c11af02ac2360ad8c0888bea69f9c8"> 1451</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="l01452" name="l01452"></a><span class="lineno"> 1452</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0D */</span></div>
|
|
<div class="line"><a id="l01453" name="l01453"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a288661d45bf05a9c8bfac13fc900a861"> 1453</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="l01454" name="l01454"></a><span class="lineno"> 1454</span> </div>
|
|
<div class="line"><a id="l01455" name="l01455"></a><span class="lineno"> 1455</span> <span class="comment">/** Create the window for the plugin.</span></div>
|
|
<div class="line"><span class="lineno"> 1456</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1457</span><span class="comment"> * @param p_ptr HWND of the parent window.</span></div>
|
|
<div class="line"><span class="lineno"> 1458</span><span class="comment"> * @return 0 on failure, or HWND on success.</span></div>
|
|
<div class="line"><span class="lineno"> 1459</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01460" name="l01460"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a926bc55a9c0cf189441991b3fcdfd11e"> 1460</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a926bc55a9c0cf189441991b3fcdfd11e">VST_EFFECT_OPCODE_0E</a> = 0x0E,</div>
|
|
<div class="line"><a id="l01461" name="l01461"></a><span class="lineno"> 1461</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0E */</span></div>
|
|
<div class="line"><a id="l01462" name="l01462"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4aa1a47b5704958665f95aacd56a4fd5"> 1462</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="l01463" name="l01463"></a><span class="lineno"> 1463</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0E */</span></div>
|
|
<div class="line"><a id="l01464" name="l01464"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7dd8c3bd980ad4a5c3e443ff15e7e05c"> 1464</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="l01465" name="l01465"></a><span class="lineno"> 1465</span> </div>
|
|
<div class="line"><a id="l01466" name="l01466"></a><span class="lineno"> 1466</span> <span class="comment">/** Destroy the plugins window.</span></div>
|
|
<div class="line"><span class="lineno"> 1467</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1468</span><span class="comment"> * @return Always 0.</span></div>
|
|
<div class="line"><span class="lineno"> 1469</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01470" name="l01470"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696abc6fb3d59aaa8e7982154d53fa12d16a"> 1470</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696abc6fb3d59aaa8e7982154d53fa12d16a">VST_EFFECT_OPCODE_0F</a> = 0x0F,</div>
|
|
<div class="line"><a id="l01471" name="l01471"></a><span class="lineno"> 1471</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0F */</span></div>
|
|
<div class="line"><a id="l01472" name="l01472"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af40fd3a5261cde86ff2ccccd6e302b70"> 1472</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="l01473" name="l01473"></a><span class="lineno"> 1473</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_0F */</span></div>
|
|
<div class="line"><a id="l01474" name="l01474"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aad7f035bbd04a052298319f20fb693d8"> 1474</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="l01475" name="l01475"></a><span class="lineno"> 1475</span> </div>
|
|
<div class="line"><a id="l01476" name="l01476"></a><span class="lineno"> 1476</span> <span class="comment">/** Window Draw Event?</span></div>
|
|
<div class="line"><span class="lineno"> 1477</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1478</span><span class="comment"> * Ocasionally called simultaneously as WM_DRAW on windows.</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 Present in some VST 2.1 or earlier plugins.</span></div>
|
|
<div class="line"><span class="lineno"> 1481</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1482</span><span class="comment"> * @note Appears to be Mac OS exclusive.</span></div>
|
|
<div class="line"><span class="lineno"> 1483</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1484</span><span class="comment"> * @deprecated (VST 2.4+) Likely deprecated in VST 2.4 and later.</span></div>
|
|
<div class="line"><span class="lineno"> 1485</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01486" name="l01486"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a33135c64068d4d0b3f176ccc4c25848a"> 1486</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a33135c64068d4d0b3f176ccc4c25848a">VST_EFFECT_OPCODE_10</a> = 0x10,</div>
|
|
<div class="line"><a id="l01487" name="l01487"></a><span class="lineno"> 1487</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_10 */</span></div>
|
|
<div class="line"><a id="l01488" name="l01488"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5ed7687c8d9b6a097d2b2cafa007030c"> 1488</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="l01489" name="l01489"></a><span class="lineno"> 1489</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_10 */</span></div>
|
|
<div class="line"><a id="l01490" name="l01490"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa45087da0d1522c769056f391594d2c8"> 1490</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="l01491" name="l01491"></a><span class="lineno"> 1491</span> </div>
|
|
<div class="line"><a id="l01492" name="l01492"></a><span class="lineno"> 1492</span> <span class="comment">/** Window Mouse Event?</span></div>
|
|
<div class="line"><span class="lineno"> 1493</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1494</span><span class="comment"> * Called at the same time mouse events happen.</span></div>
|
|
<div class="line"><span class="lineno"> 1495</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1496</span><span class="comment"> * @note Present in some VST 2.1 or earlier plugins.</span></div>
|
|
<div class="line"><span class="lineno"> 1497</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1498</span><span class="comment"> * @note Appears to be Mac OS exclusive.</span></div>
|
|
<div class="line"><span class="lineno"> 1499</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1500</span><span class="comment"> * @deprecated (VST 2.4+) Likely deprecated in VST 2.4 and later.</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#abfb1cdba3c236829cb63d4196f33d696ab284b76b5c74740b53a4ac6e7e52e6c9"> 1502</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ab284b76b5c74740b53a4ac6e7e52e6c9">VST_EFFECT_OPCODE_11</a> = 0x11,</div>
|
|
<div class="line"><a id="l01503" name="l01503"></a><span class="lineno"> 1503</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_11 */</span></div>
|
|
<div class="line"><a id="l01504" name="l01504"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a00c3be829509c39999e0aa844d17c190"> 1504</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="l01505" name="l01505"></a><span class="lineno"> 1505</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_11 */</span></div>
|
|
<div class="line"><a id="l01506" name="l01506"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a48e67cc48e0d6ade3e2ed08ab229db37"> 1506</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="l01507" name="l01507"></a><span class="lineno"> 1507</span> </div>
|
|
<div class="line"><a id="l01508" name="l01508"></a><span class="lineno"> 1508</span> <span class="comment">/** Window Keyboard Event?</span></div>
|
|
<div class="line"><span class="lineno"> 1509</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1510</span><span class="comment"> * Called at the same time keyboard events happen.</span></div>
|
|
<div class="line"><span class="lineno"> 1511</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1512</span><span class="comment"> * @note Present in some VST 2.1 or earlier plugins.</span></div>
|
|
<div class="line"><span class="lineno"> 1513</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1514</span><span class="comment"> * @note Appears to be Mac OS exclusive.</span></div>
|
|
<div class="line"><span class="lineno"> 1515</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1516</span><span class="comment"> * @deprecated (VST 2.4+) Likely deprecated in VST 2.4 and later.</span></div>
|
|
<div class="line"><span class="lineno"> 1517</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01518" name="l01518"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5cdc492a51b0c5f9dc81a5de04ecf5c8"> 1518</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5cdc492a51b0c5f9dc81a5de04ecf5c8">VST_EFFECT_OPCODE_12</a> = 0x12,</div>
|
|
<div class="line"><a id="l01519" name="l01519"></a><span class="lineno"> 1519</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_12 */</span></div>
|
|
<div class="line"><a id="l01520" name="l01520"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9912a9d8912d90eb947e0ae13f163921"> 1520</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="l01521" name="l01521"></a><span class="lineno"> 1521</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_12 */</span></div>
|
|
<div class="line"><a id="l01522" name="l01522"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a960b2a75dab37b45d72445a6ab8fef41"> 1522</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="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">/** Window/Editor Idle/Keep-Alive Callback?</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"> * Does not receive any parameters. Randomly called when nothing happens? Idle/Keep-Alive callback?</span></div>
|
|
<div class="line"><span class="lineno"> 1527</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01528" name="l01528"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad83c8946b71cf6528838083785e9254d"> 1528</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad83c8946b71cf6528838083785e9254d">VST_EFFECT_OPCODE_13</a> = 0x13,</div>
|
|
<div class="line"><a id="l01529" name="l01529"></a><span class="lineno"> 1529</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_13 */</span></div>
|
|
<div class="line"><a id="l01530" name="l01530"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a6ce89a18f5ebf8265f8e27f40ee4cedb"> 1530</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="l01531" name="l01531"></a><span class="lineno"> 1531</span> </div>
|
|
<div class="line"><a id="l01532" name="l01532"></a><span class="lineno"> 1532</span> <span class="comment">/** Window Focus Event?</span></div>
|
|
<div class="line"><span class="lineno"> 1533</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1534</span><span class="comment"> * Sometimes called when the editor window goes back into focus.</span></div>
|
|
<div class="line"><span class="lineno"> 1535</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1536</span><span class="comment"> * @note Present in some VST 2.1 or earlier plugins.</span></div>
|
|
<div class="line"><span class="lineno"> 1537</span><span class="comment"> * @note Appears to be Mac OS exclusive.</span></div>
|
|
<div class="line"><span class="lineno"> 1538</span><span class="comment"> * @deprecated (VST 2.4+) Likely deprecated in VST 2.4 and later.</span></div>
|
|
<div class="line"><span class="lineno"> 1539</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01540" name="l01540"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a079a079cd146b76fbae382d8df942f7d"> 1540</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a079a079cd146b76fbae382d8df942f7d">VST_EFFECT_OPCODE_14</a> = 0x14,</div>
|
|
<div class="line"><a id="l01541" name="l01541"></a><span class="lineno"> 1541</span> </div>
|
|
<div class="line"><a id="l01542" name="l01542"></a><span class="lineno"> 1542</span> <span class="comment">/** Window Unfocus Event?</span></div>
|
|
<div class="line"><span class="lineno"> 1543</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1544</span><span class="comment"> * Sometimes called when the editor window goes out of focus.</span></div>
|
|
<div class="line"><span class="lineno"> 1545</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1546</span><span class="comment"> * @note Present in some VST 2.1 or earlier plugins.</span></div>
|
|
<div class="line"><span class="lineno"> 1547</span><span class="comment"> * @note Appears to be Mac OS exclusive.</span></div>
|
|
<div class="line"><span class="lineno"> 1548</span><span class="comment"> * @deprecated (VST 2.4+) Likely deprecated in VST 2.4 and later.</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#abfb1cdba3c236829cb63d4196f33d696aa49ecb36b417d81c9a79ddb8c541fc06"> 1550</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa49ecb36b417d81c9a79ddb8c541fc06">VST_EFFECT_OPCODE_15</a> = 0x15,</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"> * @note Present in some VST 2.1 or earlier plugins.</span></div>
|
|
<div class="line"><span class="lineno"> 1555</span><span class="comment"> * @important Almost all plug-ins return the @ref VST_FOURCC 'NvEf' (0x4E764566) here.</span></div>
|
|
<div class="line"><span class="lineno"> 1556</span><span class="comment"> * @deprecated (VST 2.4+) Likely deprecated in VST 2.4 and later.</span></div>
|
|
<div class="line"><span class="lineno"> 1557</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01558" name="l01558"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af8b1d82d549b03f24f77b02d4c13711f"> 1558</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af8b1d82d549b03f24f77b02d4c13711f">VST_EFFECT_OPCODE_16</a> = 0x16,</div>
|
|
<div class="line"><a id="l01559" name="l01559"></a><span class="lineno"> 1559</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_16 */</span></div>
|
|
<div class="line"><a id="l01560" name="l01560"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af1d5d7c546dc2b68df2ec31301940244"> 1560</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af1d5d7c546dc2b68df2ec31301940244">VST_EFFECT_OPCODE_FOURCC</a> = 0x16,</div>
|
|
<div class="line"><a id="l01561" name="l01561"></a><span class="lineno"> 1561</span> </div>
|
|
<div class="line"><a id="l01562" name="l01562"></a><span class="lineno"> 1562</span> <span class="comment">/** Get Chunk Data</span></div>
|
|
<div class="line"><span class="lineno"> 1563</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1564</span><span class="comment"> * Save current program or bank state to a buffer.</span></div>
|
|
<div class="line"><span class="lineno"> 1565</span><span class="comment"> * Behavior is different based on the @ref VST_EFFECT_FLAG_CHUNKS flag.</span></div>
|
|
<div class="line"><span class="lineno"> 1566</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1567</span><span class="comment"> * @sa VST_EFFECT_FLAG_CHUNKS</span></div>
|
|
<div class="line"><span class="lineno"> 1568</span><span class="comment"> * @param p_int1 0 means Bank, 1 means Program, nothing else used?</span></div>
|
|
<div class="line"><span class="lineno"> 1569</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"> 1570</span><span class="comment"> * @return Size of the Chunk Data in bytes.</span></div>
|
|
<div class="line"><span class="lineno"> 1571</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01572" name="l01572"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9aab5ba71a9799fce6885e76b0394715"> 1572</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9aab5ba71a9799fce6885e76b0394715">VST_EFFECT_OPCODE_17</a> = 0x17,</div>
|
|
<div class="line"><a id="l01573" name="l01573"></a><span class="lineno"> 1573</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_17 */</span></div>
|
|
<div class="line"><a id="l01574" name="l01574"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696abd3d276216b8b4f2786ae6ed8aefa099"> 1574</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="l01575" name="l01575"></a><span class="lineno"> 1575</span> </div>
|
|
<div class="line"><a id="l01576" name="l01576"></a><span class="lineno"> 1576</span> <span class="comment">/** Set Chunk Data</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"> * Restore current program or bank state from a buffer.</span></div>
|
|
<div class="line"><span class="lineno"> 1579</span><span class="comment"> * Behavior is different based on the @ref VST_EFFECT_FLAG_CHUNKS flag.</span></div>
|
|
<div class="line"><span class="lineno"> 1580</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1581</span><span class="comment"> * @sa VST_EFFECT_FLAG_CHUNKS</span></div>
|
|
<div class="line"><span class="lineno"> 1582</span><span class="comment"> * @param p_int1 0 means Bank, 1 means Program, nothing else used?</span></div>
|
|
<div class="line"><span class="lineno"> 1583</span><span class="comment"> * @param p_int2 Size of the Chunk Data in bytes.</span></div>
|
|
<div class="line"><span class="lineno"> 1584</span><span class="comment"> * @param p_ptr `void*` Pointer to a buffer containing chunk data.</span></div>
|
|
<div class="line"><span class="lineno"> 1585</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01586" name="l01586"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac1ff348462e998598c421def0d3b66a8"> 1586</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac1ff348462e998598c421def0d3b66a8">VST_EFFECT_OPCODE_18</a> = 0x18,</div>
|
|
<div class="line"><a id="l01587" name="l01587"></a><span class="lineno"> 1587</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_18 */</span></div>
|
|
<div class="line"><a id="l01588" name="l01588"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a13965cef0042d6591b41c4c21c44c005"> 1588</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="l01589" name="l01589"></a><span class="lineno"> 1589</span> </div>
|
|
<div class="line"><a id="l01590" name="l01590"></a><span class="lineno"> 1590</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l01591" name="l01591"></a><span class="lineno"> 1591</span> <span class="comment">// VST 2.x starts here.</span></div>
|
|
<div class="line"><a id="l01592" name="l01592"></a><span class="lineno"> 1592</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l01593" name="l01593"></a><span class="lineno"> 1593</span> </div>
|
|
<div class="line"><a id="l01594" name="l01594"></a><span class="lineno"> 1594</span> <span class="comment">/** Send events from host to plug-in.</span></div>
|
|
<div class="line"><span class="lineno"> 1595</span><span class="comment"> * The plug-in must support receiving events (see @ref vst_effect_supports_t.receiveVstEvents) while the host may </span></div>
|
|
<div class="line"><span class="lineno"> 1596</span><span class="comment"> * optionally signal to the plugin that it wants to send events to the host (see @ref </span></div>
|
|
<div class="line"><span class="lineno"> 1597</span><span class="comment"> * vst_host_supports_t.sendVstEvents).</span></div>
|
|
<div class="line"><span class="lineno"> 1598</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1599</span><span class="comment"> * @sa vst_event_t</span></div>
|
|
<div class="line"><span class="lineno"> 1600</span><span class="comment"> * @sa vst_events_t</span></div>
|
|
<div class="line"><span class="lineno"> 1601</span><span class="comment"> * @sa vst_host_supports_t.sendVstEvents</span></div>
|
|
<div class="line"><span class="lineno"> 1602</span><span class="comment"> * @sa vst_effect_supports_t.receiveVstEvents</span></div>
|
|
<div class="line"><span class="lineno"> 1603</span><span class="comment"> * @sa VST_HOST_OPCODE_EVENT</span></div>
|
|
<div class="line"><span class="lineno"> 1604</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1605</span><span class="comment"> * @param p_ptr A valid pointer to a @ref vst_events_t structure.</span></div>
|
|
<div class="line"><span class="lineno"> 1606</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01607" name="l01607"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a55ed1473547eafc7c6df2b62f73222ac"> 1607</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a55ed1473547eafc7c6df2b62f73222ac">VST_EFFECT_OPCODE_19</a> = 0x19,</div>
|
|
<div class="line"><a id="l01608" name="l01608"></a><span class="lineno"> 1608</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_19 */</span></div>
|
|
<div class="line"><a id="l01609" name="l01609"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9f3b153f7398c429a3fc6d64e2fed9a6"> 1609</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9f3b153f7398c429a3fc6d64e2fed9a6">VST_EFFECT_OPCODE_EVENT</a> = 0x19,</div>
|
|
<div class="line"><a id="l01610" name="l01610"></a><span class="lineno"> 1610</span> </div>
|
|
<div class="line"><a id="l01611" name="l01611"></a><span class="lineno"> 1611</span> <span class="comment">/** Can the parameter be automated?</span></div>
|
|
<div class="line"><span class="lineno"> 1612</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1613</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1614</span><span class="comment"> * @param p_int1 Index of the parameter.</span></div>
|
|
<div class="line"><span class="lineno"> 1615</span><span class="comment"> * @return 1 if the parameter can be automated, otherwise 0.</span></div>
|
|
<div class="line"><span class="lineno"> 1616</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01617" name="l01617"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4f69a2fe470ab8ba6dd77f43a94cde90"> 1617</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4f69a2fe470ab8ba6dd77f43a94cde90">VST_EFFECT_OPCODE_1A</a> = 0x1A,</div>
|
|
<div class="line"><a id="l01618" name="l01618"></a><span class="lineno"> 1618</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_1A */</span></div>
|
|
<div class="line"><a id="l01619" name="l01619"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a98e0f94270578351245a09966195c677"> 1619</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="l01620" name="l01620"></a><span class="lineno"> 1620</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_1A */</span></div>
|
|
<div class="line"><a id="l01621" name="l01621"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5e12ca00c6de50497fe9c9c2220544ff"> 1621</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="l01622" name="l01622"></a><span class="lineno"> 1622</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_1A */</span></div>
|
|
<div class="line"><a id="l01623" name="l01623"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aca7c692f2a631a425a5b70fe4211b9c8"> 1623</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="l01624" name="l01624"></a><span class="lineno"> 1624</span> </div>
|
|
<div class="line"><a id="l01625" name="l01625"></a><span class="lineno"> 1625</span> <span class="comment">/** Set Parameter value from string representation.</span></div>
|
|
<div class="line"><span class="lineno"> 1626</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1627</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1628</span><span class="comment"> * @param p_int1 Index of the parameter.</span></div>
|
|
<div class="line"><span class="lineno"> 1629</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"> 1630</span><span class="comment"> * @return 1 if it worked, otherwise 0.</span></div>
|
|
<div class="line"><span class="lineno"> 1631</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01632" name="l01632"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a38bed56b10004dae0d98071cdc3d4940"> 1632</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a38bed56b10004dae0d98071cdc3d4940">VST_EFFECT_OPCODE_1B</a> = 0x1B,</div>
|
|
<div class="line"><a id="l01633" name="l01633"></a><span class="lineno"> 1633</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_1B */</span></div>
|
|
<div class="line"><a id="l01634" name="l01634"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696afb7ca519142fb2f8ffb22cccb9e17ccc"> 1634</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="l01635" name="l01635"></a><span class="lineno"> 1635</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_1B */</span></div>
|
|
<div class="line"><a id="l01636" name="l01636"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ade6879bc741bf0abfc5240102d3e9916"> 1636</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="l01637" name="l01637"></a><span class="lineno"> 1637</span> </div>
|
|
<div class="line"><a id="l01638" name="l01638"></a><span class="lineno"> 1638</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 1639</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1640</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1641</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1642</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01643" name="l01643"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1bb3968d9fe18ca8566be6c70e220220"> 1643</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1bb3968d9fe18ca8566be6c70e220220">VST_EFFECT_OPCODE_1C</a> = 0x1C,</div>
|
|
<div class="line"><a id="l01644" name="l01644"></a><span class="lineno"> 1644</span> </div>
|
|
<div class="line"><a id="l01645" name="l01645"></a><span class="lineno"> 1645</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 1646</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1647</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1648</span><span class="comment"> * @sa VST_EFFECT_OPCODE_05</span></div>
|
|
<div class="line"><span class="lineno"> 1649</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01650" name="l01650"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae0be415492e7cc55f6a11e6de085ce04"> 1650</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae0be415492e7cc55f6a11e6de085ce04">VST_EFFECT_OPCODE_1D</a> = 0x1D,</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">/**</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"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1655</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1656</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01657" name="l01657"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a79fa30e1a15b879e0d6e2a5a04f131fd"> 1657</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a79fa30e1a15b879e0d6e2a5a04f131fd">VST_EFFECT_OPCODE_1E</a> = 0x1E,</div>
|
|
<div class="line"><a id="l01658" name="l01658"></a><span class="lineno"> 1658</span> </div>
|
|
<div class="line"><a id="l01659" name="l01659"></a><span class="lineno"> 1659</span> <span class="comment">/** Input connected.</span></div>
|
|
<div class="line"><span class="lineno"> 1660</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1661</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1662</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1663</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01664" name="l01664"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af51f106620fdec39a539790c461f0833"> 1664</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af51f106620fdec39a539790c461f0833">VST_EFFECT_OPCODE_1F</a> = 0x1F,</div>
|
|
<div class="line"><a id="l01665" name="l01665"></a><span class="lineno"> 1665</span> </div>
|
|
<div class="line"><a id="l01666" name="l01666"></a><span class="lineno"> 1666</span> <span class="comment">/** Input disconnected.</span></div>
|
|
<div class="line"><span class="lineno"> 1667</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1668</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1669</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1670</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01671" name="l01671"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a07065a264bd2a3ecebd5ea4d3d51ae26"> 1671</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a07065a264bd2a3ecebd5ea4d3d51ae26">VST_EFFECT_OPCODE_20</a> = 0x20,</div>
|
|
<div class="line"><a id="l01672" name="l01672"></a><span class="lineno"> 1672</span> </div>
|
|
<div class="line"><a id="l01673" name="l01673"></a><span class="lineno"> 1673</span> <span class="comment">/** Retrieve properties for the given input index.</span></div>
|
|
<div class="line"><span class="lineno"> 1674</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1675</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1676</span><span class="comment"> * @param p_int1 Index of the input to get the properties for.</span></div>
|
|
<div class="line"><span class="lineno"> 1677</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"> 1678</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"> 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#abfb1cdba3c236829cb63d4196f33d696a1508cde1ae9c1c6b0aa57488dbaf9293"> 1680</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1508cde1ae9c1c6b0aa57488dbaf9293">VST_EFFECT_OPCODE_21</a> = 0x21,</div>
|
|
<div class="line"><a id="l01681" name="l01681"></a><span class="lineno"> 1681</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_21 */</span></div>
|
|
<div class="line"><a id="l01682" name="l01682"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a967dc0e00251e0e6c47dfb8526f4d26a"> 1682</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="l01683" name="l01683"></a><span class="lineno"> 1683</span> </div>
|
|
<div class="line"><a id="l01684" name="l01684"></a><span class="lineno"> 1684</span> <span class="comment">/** Retrieve properties for the given output index.</span></div>
|
|
<div class="line"><span class="lineno"> 1685</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1686</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1687</span><span class="comment"> * @param p_int1 Index of the output to get the properties for.</span></div>
|
|
<div class="line"><span class="lineno"> 1688</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"> 1689</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"> 1690</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01691" name="l01691"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a896ec77693cb412e31f9160eaf8e6f6e"> 1691</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a896ec77693cb412e31f9160eaf8e6f6e">VST_EFFECT_OPCODE_22</a> = 0x22,</div>
|
|
<div class="line"><a id="l01692" name="l01692"></a><span class="lineno"> 1692</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_22 */</span></div>
|
|
<div class="line"><a id="l01693" name="l01693"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696add37a863bca8b45c5e9df3da3544d702"> 1693</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="l01694" name="l01694"></a><span class="lineno"> 1694</span> </div>
|
|
<div class="line"><a id="l01695" name="l01695"></a><span class="lineno"> 1695</span> <span class="comment">/** Retrieve category of this effect.</span></div>
|
|
<div class="line"><span class="lineno"> 1696</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1697</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1698</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"> 1699</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01700" name="l01700"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7ade5295089a6d7703f5aad8724726d2"> 1700</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7ade5295089a6d7703f5aad8724726d2">VST_EFFECT_OPCODE_23</a> = 0x23,</div>
|
|
<div class="line"><a id="l01701" name="l01701"></a><span class="lineno"> 1701</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_23 */</span></div>
|
|
<div class="line"><a id="l01702" name="l01702"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5d6b99d0c76bb8101b02eb123c3e56a2"> 1702</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="l01703" name="l01703"></a><span class="lineno"> 1703</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_23 */</span></div>
|
|
<div class="line"><a id="l01704" name="l01704"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7d62310ee6f4040445f9d289ea28d5c9"> 1704</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7d62310ee6f4040445f9d289ea28d5c9">VST_EFFECT_OPCODE_CATEGORY</a> = 0x23,</div>
|
|
<div class="line"><a id="l01705" name="l01705"></a><span class="lineno"> 1705</span> </div>
|
|
<div class="line"><a id="l01706" name="l01706"></a><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"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1709</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</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#abfb1cdba3c236829cb63d4196f33d696a881873d24da602f84baa89172968cb51"> 1711</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a881873d24da602f84baa89172968cb51">VST_EFFECT_OPCODE_24</a> = 0x24,</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">/**</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"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1716</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1717</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01718" name="l01718"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af9de36a1962951fd88c1011bc8a6f468"> 1718</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af9de36a1962951fd88c1011bc8a6f468">VST_EFFECT_OPCODE_25</a> = 0x25,</div>
|
|
<div class="line"><a id="l01719" name="l01719"></a><span class="lineno"> 1719</span> </div>
|
|
<div class="line"><a id="l01720" name="l01720"></a><span class="lineno"> 1720</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 1721</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1722</span><span class="comment"> * Seen in plug-ins with @ref VST_EFFECT_CATEGORY_OFFLINE.</span></div>
|
|
<div class="line"><span class="lineno"> 1723</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1724</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01725" name="l01725"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae61bb66e13d890feb0ac68c0fbada833"> 1725</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae61bb66e13d890feb0ac68c0fbada833">VST_EFFECT_OPCODE_26</a> = 0x26,</div>
|
|
<div class="line"><a id="l01726" name="l01726"></a><span class="lineno"> 1726</span> </div>
|
|
<div class="line"><a id="l01727" name="l01727"></a><span class="lineno"> 1727</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 1728</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1729</span><span class="comment"> * Seen in plug-ins with @ref VST_EFFECT_CATEGORY_OFFLINE.</span></div>
|
|
<div class="line"><span class="lineno"> 1730</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1731</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01732" name="l01732"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa20ec5fcb941015ac3143a8aab09af29"> 1732</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa20ec5fcb941015ac3143a8aab09af29">VST_EFFECT_OPCODE_27</a> = 0x27,</div>
|
|
<div class="line"><a id="l01733" name="l01733"></a><span class="lineno"> 1733</span> </div>
|
|
<div class="line"><a id="l01734" name="l01734"></a><span class="lineno"> 1734</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 1735</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1736</span><span class="comment"> * Seen in plug-ins with @ref VST_EFFECT_CATEGORY_OFFLINE.</span></div>
|
|
<div class="line"><span class="lineno"> 1737</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</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#abfb1cdba3c236829cb63d4196f33d696a343111c081c847a1eaf22cb8cf858055"> 1739</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a343111c081c847a1eaf22cb8cf858055">VST_EFFECT_OPCODE_28</a> = 0x28,</div>
|
|
<div class="line"><a id="l01740" name="l01740"></a><span class="lineno"> 1740</span> </div>
|
|
<div class="line"><a id="l01741" name="l01741"></a><span class="lineno"> 1741</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 1742</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1743</span><span class="comment"> * Seen in plug-ins with @ref VST_EFFECT_CATEGORY_OFFLINE.</span></div>
|
|
<div class="line"><span class="lineno"> 1744</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1745</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01746" name="l01746"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aafb89f9957cc7024b6f585d2393de795"> 1746</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aafb89f9957cc7024b6f585d2393de795">VST_EFFECT_OPCODE_29</a> = 0x29,</div>
|
|
<div class="line"><a id="l01747" name="l01747"></a><span class="lineno"> 1747</span> </div>
|
|
<div class="line"><a id="l01748" name="l01748"></a><span class="lineno"> 1748</span> <span class="comment">/** Host wants to change the speaker arrangement.</span></div>
|
|
<div class="line"><span class="lineno"> 1749</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1750</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1751</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"> 1752</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"> 1753</span><span class="comment"> * @return @ref VST_STATUS_TRUE if we accept the new arrangement, @ref VST_STATUS_FALSE if we don't in which case</span></div>
|
|
<div class="line"><span class="lineno"> 1754</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"> 1755</span><span class="comment"> * and may retry this op-code with different values.</span></div>
|
|
<div class="line"><span class="lineno"> 1756</span><span class="comment"> * @sa vst_effect_t.num_inputs</span></div>
|
|
<div class="line"><span class="lineno"> 1757</span><span class="comment"> * @sa vst_effect_t.num_outputs</span></div>
|
|
<div class="line"><span class="lineno"> 1758</span><span class="comment"> * @sa VST_EFFECT_OPCODE_GET_SPEAKER_ARRANGEMENT</span></div>
|
|
<div class="line"><span class="lineno"> 1759</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01760" name="l01760"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a03a3fffe10a0994caf608402fd148746"> 1760</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a03a3fffe10a0994caf608402fd148746">VST_EFFECT_OPCODE_2A</a> = 0x2A,</div>
|
|
<div class="line"><a id="l01761" name="l01761"></a><span class="lineno"> 1761</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_2A */</span></div>
|
|
<div class="line"><a id="l01762" name="l01762"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a29a4e6a3fce2afcaa82cc7731b1db0a3"> 1762</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="l01763" name="l01763"></a><span class="lineno"> 1763</span> </div>
|
|
<div class="line"><a id="l01764" name="l01764"></a><span class="lineno"> 1764</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 1765</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1766</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1767</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01768" name="l01768"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a814ba1d0b6eccefafe44bb6a132f83ce"> 1768</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a814ba1d0b6eccefafe44bb6a132f83ce">VST_EFFECT_OPCODE_2B</a> = 0x2B,</div>
|
|
<div class="line"><a id="l01769" name="l01769"></a><span class="lineno"> 1769</span> </div>
|
|
<div class="line"><a id="l01770" name="l01770"></a><span class="lineno"> 1770</span> <span class="comment">/** Enable/Disable bypassing the effect.</span></div>
|
|
<div class="line"><span class="lineno"> 1771</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1772</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"> 1773</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1774</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1775</span><span class="comment"> * @param p_int2 Zero if bypassing the effect is disabled, otherwise 1.</span></div>
|
|
<div class="line"><span class="lineno"> 1776</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01777" name="l01777"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af62ccf1aef62665c7817fb3d97d6ecbf"> 1777</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af62ccf1aef62665c7817fb3d97d6ecbf">VST_EFFECT_OPCODE_2C</a> = 0x2C,</div>
|
|
<div class="line"><a id="l01778" name="l01778"></a><span class="lineno"> 1778</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_2C */</span></div>
|
|
<div class="line"><a id="l01779" name="l01779"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9408368ab591d8a4e3bd29b39fa8631f"> 1779</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9408368ab591d8a4e3bd29b39fa8631f">VST_EFFECT_OPCODE_BYPASS</a> = 0x2C,</div>
|
|
<div class="line"><a id="l01780" name="l01780"></a><span class="lineno"> 1780</span> </div>
|
|
<div class="line"><a id="l01781" name="l01781"></a><span class="lineno"> 1781</span> <span class="comment">/** Retrieve the effect name into the ptr buffer.</span></div>
|
|
<div class="line"><span class="lineno"> 1782</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1783</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1784</span><span class="comment"> * @bug Various hosts only provide a buffer that is 32 bytes long.</span></div>
|
|
<div class="line"><span class="lineno"> 1785</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"> 1786</span><span class="comment"> * @return Always 0, even on failure.</span></div>
|
|
<div class="line"><span class="lineno"> 1787</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01788" name="l01788"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9bf028aa1d4f690d9104323da1e0a031"> 1788</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9bf028aa1d4f690d9104323da1e0a031">VST_EFFECT_OPCODE_2D</a> = 0x2D,</div>
|
|
<div class="line"><a id="l01789" name="l01789"></a><span class="lineno"> 1789</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_2D */</span></div>
|
|
<div class="line"><a id="l01790" name="l01790"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aeab039054ebddff2f90ad2e0b9fed723"> 1790</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aeab039054ebddff2f90ad2e0b9fed723">VST_EFFECT_OPCODE_GETNAME</a> = 0x2D,</div>
|
|
<div class="line"><a id="l01791" name="l01791"></a><span class="lineno"> 1791</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_2D */</span></div>
|
|
<div class="line"><a id="l01792" name="l01792"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac396ef2a09f26289ff9fef764c062474"> 1792</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="l01793" name="l01793"></a><span class="lineno"> 1793</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_2D */</span></div>
|
|
<div class="line"><a id="l01794" name="l01794"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aac2f9a50c9d35c14cfb65878d22a1506"> 1794</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aac2f9a50c9d35c14cfb65878d22a1506">VST_EFFECT_OPCODE_NAME</a> = 0x2D,</div>
|
|
<div class="line"><a id="l01795" name="l01795"></a><span class="lineno"> 1795</span> </div>
|
|
<div class="line"><a id="l01796" name="l01796"></a><span class="lineno"> 1796</span> <span class="comment">/** Translate an error code to a string.</span></div>
|
|
<div class="line"><span class="lineno"> 1797</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1798</span><span class="comment"> * @bug Some hosts provide unexpected data in p_ptr.</span></div>
|
|
<div class="line"><span class="lineno"> 1799</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1800</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"> 1801</span><span class="comment"> * @param p_ptr A zero terminated char buffer with undefined size.</span></div>
|
|
<div class="line"><span class="lineno"> 1802</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"> 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#abfb1cdba3c236829cb63d4196f33d696a688762138c1a182f1f7e6b292b11f803"> 1804</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a688762138c1a182f1f7e6b292b11f803">VST_EFFECT_OPCODE_2E</a> = 0x2E,</div>
|
|
<div class="line"><a id="l01805" name="l01805"></a><span class="lineno"> 1805</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_2E */</span></div>
|
|
<div class="line"><a id="l01806" name="l01806"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af8b36d1b637686b7a0a4f54026f0e705"> 1806</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="l01807" name="l01807"></a><span class="lineno"> 1807</span> </div>
|
|
<div class="line"><a id="l01808" name="l01808"></a><span class="lineno"> 1808</span> <span class="comment">/** Retrieve the vendor name into the ptr buffer.</span></div>
|
|
<div class="line"><span class="lineno"> 1809</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1810</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1811</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"> 1812</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01813" name="l01813"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a33601774ed24231c58eb6902f6971e7d"> 1813</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a33601774ed24231c58eb6902f6971e7d">VST_EFFECT_OPCODE_2F</a> = 0x2F,</div>
|
|
<div class="line"><a id="l01814" name="l01814"></a><span class="lineno"> 1814</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_2F */</span></div>
|
|
<div class="line"><a id="l01815" name="l01815"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696adf96a6fce885dbdc3529ef1c79e37772"> 1815</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696adf96a6fce885dbdc3529ef1c79e37772">VST_EFFECT_OPCODE_GETVENDOR</a> = 0x2F,</div>
|
|
<div class="line"><a id="l01816" name="l01816"></a><span class="lineno"> 1816</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_2F */</span></div>
|
|
<div class="line"><a id="l01817" name="l01817"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a96f6bfec3756b862ac10261ac37e06c3"> 1817</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="l01818" name="l01818"></a><span class="lineno"> 1818</span> </div>
|
|
<div class="line"><a id="l01819" name="l01819"></a><span class="lineno"> 1819</span> <span class="comment">/** Retrieve the product name into the ptr buffer.</span></div>
|
|
<div class="line"><span class="lineno"> 1820</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1821</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1822</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"> 1823</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01824" name="l01824"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a74fe1da28bb7fe76edd98bfcb93b901b"> 1824</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a74fe1da28bb7fe76edd98bfcb93b901b">VST_EFFECT_OPCODE_30</a> = 0x30,</div>
|
|
<div class="line"><a id="l01825" name="l01825"></a><span class="lineno"> 1825</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_30 */</span></div>
|
|
<div class="line"><a id="l01826" name="l01826"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a66b1c38c5a5d8a5e7d8892b778e0c8fe"> 1826</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a66b1c38c5a5d8a5e7d8892b778e0c8fe">VST_EFFECT_OPCODE_GETNAME2</a> = 0x30,</div>
|
|
<div class="line"><a id="l01827" name="l01827"></a><span class="lineno"> 1827</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_30 */</span></div>
|
|
<div class="line"><a id="l01828" name="l01828"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a15849c14f497c49529b31cd7d2a2679c"> 1828</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="l01829" name="l01829"></a><span class="lineno"> 1829</span> </div>
|
|
<div class="line"><a id="l01830" name="l01830"></a><span class="lineno"> 1830</span> <span class="comment">/** Retrieve the vendor version in return value.</span></div>
|
|
<div class="line"><span class="lineno"> 1831</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1832</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1833</span><span class="comment"> * @return Version.</span></div>
|
|
<div class="line"><span class="lineno"> 1834</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01835" name="l01835"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9aef0d173b206e3c09e38543f1bb42b9"> 1835</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9aef0d173b206e3c09e38543f1bb42b9">VST_EFFECT_OPCODE_31</a> = 0x31,</div>
|
|
<div class="line"><a id="l01836" name="l01836"></a><span class="lineno"> 1836</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_31 */</span></div>
|
|
<div class="line"><a id="l01837" name="l01837"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a04f4a4da72d7be229810aa50a60f21a0"> 1837</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a04f4a4da72d7be229810aa50a60f21a0">VST_EFFECT_OPCODE_GETVENDORVERSION</a> = 0x31,</div>
|
|
<div class="line"><a id="l01838" name="l01838"></a><span class="lineno"> 1838</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_31 */</span></div>
|
|
<div class="line"><a id="l01839" name="l01839"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aeeeee35ed338c3089e443cc4bc7b64e9"> 1839</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="l01840" name="l01840"></a><span class="lineno"> 1840</span> </div>
|
|
<div class="line"><a id="l01841" name="l01841"></a><span class="lineno"> 1841</span> <span class="comment">/** User-defined Op-Code for VST extensions.</span></div>
|
|
<div class="line"><span class="lineno"> 1842</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1843</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1844</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"> 1845</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"> 1846</span><span class="comment"> * compatible with your expected format.</span></div>
|
|
<div class="line"><span class="lineno"> 1847</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01848" name="l01848"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1164f60b2f52cae3d30dc8d64482a15c"> 1848</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1164f60b2f52cae3d30dc8d64482a15c">VST_EFFECT_OPCODE_32</a> = 0x32,</div>
|
|
<div class="line"><a id="l01849" name="l01849"></a><span class="lineno"> 1849</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_32 */</span></div>
|
|
<div class="line"><a id="l01850" name="l01850"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a680b765dc488d61d0faef58f2d154f2a"> 1850</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a680b765dc488d61d0faef58f2d154f2a">VST_EFFECT_OPCODE_CUSTOM</a> = 0x32,</div>
|
|
<div class="line"><a id="l01851" name="l01851"></a><span class="lineno"> 1851</span> </div>
|
|
<div class="line"><a id="l01852" name="l01852"></a><span class="lineno"> 1852</span> <span class="comment">/** Test for support of a specific named feature.</span></div>
|
|
<div class="line"><span class="lineno"> 1853</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1854</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1855</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"> 1856</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"> 1857</span><span class="comment"> * @ref VST_STATUS_UNKNOWN in all other cases.</span></div>
|
|
<div class="line"><span class="lineno"> 1858</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01859" name="l01859"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3b6b6aa7bf5caca398dd412c51cbc3e3"> 1859</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3b6b6aa7bf5caca398dd412c51cbc3e3">VST_EFFECT_OPCODE_33</a> = 0x33,</div>
|
|
<div class="line"><a id="l01860" name="l01860"></a><span class="lineno"> 1860</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_33 */</span></div>
|
|
<div class="line"><a id="l01861" name="l01861"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af779fb9455663914e5f626559824dce2"> 1861</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af779fb9455663914e5f626559824dce2">VST_EFFECT_OPCODE_SUPPORTS</a> = 0x33,</div>
|
|
<div class="line"><a id="l01862" name="l01862"></a><span class="lineno"> 1862</span> </div>
|
|
<div class="line"><a id="l01863" name="l01863"></a><span class="lineno"> 1863</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"> 1864</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 1865</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1866</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"> 1867</span><span class="comment"> * 1 for the number of samples the tail has.</span></div>
|
|
<div class="line"><span class="lineno"> 1868</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01869" name="l01869"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af5ef7dd980f5a573a12026c2b6910b7a"> 1869</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af5ef7dd980f5a573a12026c2b6910b7a">VST_EFFECT_OPCODE_34</a> = 0x34,</div>
|
|
<div class="line"><a id="l01870" name="l01870"></a><span class="lineno"> 1870</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_34 */</span></div>
|
|
<div class="line"><a id="l01871" name="l01871"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac1ef7107ea949706999ca80bd7aba9d1"> 1871</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac1ef7107ea949706999ca80bd7aba9d1">VST_EFFECT_OPCODE_GETTAILSAMPLES</a> = 0x34,</div>
|
|
<div class="line"><a id="l01872" name="l01872"></a><span class="lineno"> 1872</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_34 */</span></div>
|
|
<div class="line"><a id="l01873" name="l01873"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a739f825767210c904839112b4dd3146f"> 1873</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="l01874" name="l01874"></a><span class="lineno"> 1874</span> </div>
|
|
<div class="line"><a id="l01875" name="l01875"></a><span class="lineno"> 1875</span> <span class="comment">/** Notify effect that it is idle?</span></div>
|
|
<div class="line"><span class="lineno"> 1876</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1877</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1878</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"> 1879</span><span class="comment"> * @ref VST_EFFECT_OPCODE_PROCESS_END which allows cleaner control flows.</span></div>
|
|
<div class="line"><span class="lineno"> 1880</span><span class="comment"> * @sa vst_host_supports.startStopProcess</span></div>
|
|
<div class="line"><span class="lineno"> 1881</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01882" name="l01882"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7622d2f85374cfa9ba3af3ae3c9e2ea0"> 1882</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7622d2f85374cfa9ba3af3ae3c9e2ea0">VST_EFFECT_OPCODE_35</a> = 0x35,</div>
|
|
<div class="line"><a id="l01883" name="l01883"></a><span class="lineno"> 1883</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_35 */</span></div>
|
|
<div class="line"><a id="l01884" name="l01884"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3b63b56ed4e165cf5bf8d6d45c63b001"> 1884</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a3b63b56ed4e165cf5bf8d6d45c63b001">VST_EFFECT_OPCODE_IDLE</a> = 0x35,</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"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1889</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1890</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"> 1891</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01892" name="l01892"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7c9c2de24101d89f9c3b9165aea162be"> 1892</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7c9c2de24101d89f9c3b9165aea162be">VST_EFFECT_OPCODE_36</a> = 0x36,</div>
|
|
<div class="line"><a id="l01893" name="l01893"></a><span class="lineno"> 1893</span> </div>
|
|
<div class="line"><a id="l01894" name="l01894"></a><span class="lineno"> 1894</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 1895</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1896</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1897</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1898</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"> 1899</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01900" name="l01900"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af28c319c3cf4ba14c65e0395ae956bb1"> 1900</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af28c319c3cf4ba14c65e0395ae956bb1">VST_EFFECT_OPCODE_37</a> = 0x37,</div>
|
|
<div class="line"><a id="l01901" name="l01901"></a><span class="lineno"> 1901</span> </div>
|
|
<div class="line"><a id="l01902" name="l01902"></a><span class="lineno"> 1902</span> <span class="comment">/** Parameter Properties</span></div>
|
|
<div class="line"><span class="lineno"> 1903</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1904</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1905</span><span class="comment"> * @param p_int1 Parameter index to get properties for.</span></div>
|
|
<div class="line"><span class="lineno"> 1906</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"> 1907</span><span class="comment"> * @return @ref VST_STATUS_YES if supported, otherwise @ref VST_STATUS_NO.</span></div>
|
|
<div class="line"><span class="lineno"> 1908</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01909" name="l01909"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a8ee4b9060ced36e176f2fa2bd18910ac"> 1909</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a8ee4b9060ced36e176f2fa2bd18910ac">VST_EFFECT_OPCODE_38</a> = 0x38,</div>
|
|
<div class="line"><a id="l01910" name="l01910"></a><span class="lineno"> 1910</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_38 */</span></div>
|
|
<div class="line"><a id="l01911" name="l01911"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ac7d8987baae2fd3bf3d1322156a31579"> 1911</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="l01912" name="l01912"></a><span class="lineno"> 1912</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_38 */</span></div>
|
|
<div class="line"><a id="l01913" name="l01913"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a6e1135b3419d19471954a3b4664872c6"> 1913</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="l01914" name="l01914"></a><span class="lineno"> 1914</span> </div>
|
|
<div class="line"><a id="l01915" name="l01915"></a><span class="lineno"> 1915</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 1916</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1917</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1918</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"> 1919</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01920" name="l01920"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4b9d47d361ca416224132aa5b9a9a5a4"> 1920</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a4b9d47d361ca416224132aa5b9a9a5a4">VST_EFFECT_OPCODE_39</a> = 0x39,</div>
|
|
<div class="line"><a id="l01921" name="l01921"></a><span class="lineno"> 1921</span> </div>
|
|
<div class="line"><a id="l01922" name="l01922"></a><span class="lineno"> 1922</span> <span class="comment">/** Retrieve the VST Version supported.</span></div>
|
|
<div class="line"><span class="lineno"> 1923</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1924</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1925</span><span class="comment"> * @sa VST_VERSION</span></div>
|
|
<div class="line"><span class="lineno"> 1926</span><span class="comment"> * @return One of the valid enums in @ref VST_VERSION</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#abfb1cdba3c236829cb63d4196f33d696ab155ed3658544a96bc9794a92e75169f"> 1928</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ab155ed3658544a96bc9794a92e75169f">VST_EFFECT_OPCODE_3A</a> = 0x3A,</div>
|
|
<div class="line"><a id="l01929" name="l01929"></a><span class="lineno"> 1929</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_3A */</span></div>
|
|
<div class="line"><a id="l01930" name="l01930"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7b54e129f5e95874cefdcc138d710c20"> 1930</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="l01931" name="l01931"></a><span class="lineno"> 1931</span> </div>
|
|
<div class="line"><a id="l01932" name="l01932"></a><span class="lineno"> 1932</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l01933" name="l01933"></a><span class="lineno"> 1933</span> <span class="comment">// VST 2.1</span></div>
|
|
<div class="line"><a id="l01934" name="l01934"></a><span class="lineno"> 1934</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l01935" name="l01935"></a><span class="lineno"> 1935</span> </div>
|
|
<div class="line"><a id="l01936" name="l01936"></a><span class="lineno"> 1936</span> <span class="comment">/** Editor Virtual Key Down Input</span></div>
|
|
<div class="line"><span class="lineno"> 1937</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1938</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1939</span><span class="comment"> * @param p_int1 ASCII character that represents the virtual key code.</span></div>
|
|
<div class="line"><span class="lineno"> 1940</span><span class="comment"> * @param p_int2 Virtual Key Code</span></div>
|
|
<div class="line"><span class="lineno"> 1941</span><span class="comment"> * @param p_float Modifiers being held down (bitfield)</span></div>
|
|
<div class="line"><span class="lineno"> 1942</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"> 1943</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01944" name="l01944"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a929205d9637981c6eee7241a8455db6d"> 1944</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a929205d9637981c6eee7241a8455db6d">VST_EFFECT_OPCODE_3B</a> = 0x3B,</div>
|
|
<div class="line"><a id="l01945" name="l01945"></a><span class="lineno"> 1945</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_3B */</span></div>
|
|
<div class="line"><a id="l01946" name="l01946"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7eef4adab2b561cb12d4fe2e7513f963"> 1946</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="l01947" name="l01947"></a><span class="lineno"> 1947</span> </div>
|
|
<div class="line"><a id="l01948" name="l01948"></a><span class="lineno"> 1948</span> <span class="comment">/** Editor Virtual Key Up Event</span></div>
|
|
<div class="line"><span class="lineno"> 1949</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1950</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1951</span><span class="comment"> * @param p_int1 ASCII character that represents the virtual key code.</span></div>
|
|
<div class="line"><span class="lineno"> 1952</span><span class="comment"> * @param p_int2 Virtual Key Code</span></div>
|
|
<div class="line"><span class="lineno"> 1953</span><span class="comment"> * @param p_float Modifiers being held down (bitfield)</span></div>
|
|
<div class="line"><span class="lineno"> 1954</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"> 1955</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01956" name="l01956"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a38a911908cb06686930d7aca8e380054"> 1956</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a38a911908cb06686930d7aca8e380054">VST_EFFECT_OPCODE_3C</a> = 0x3C,</div>
|
|
<div class="line"><a id="l01957" name="l01957"></a><span class="lineno"> 1957</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_3C */</span></div>
|
|
<div class="line"><a id="l01958" name="l01958"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af48a693af3e0a3dd8c74bef13f3392c7"> 1958</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="l01959" name="l01959"></a><span class="lineno"> 1959</span> </div>
|
|
<div class="line"><a id="l01960" name="l01960"></a><span class="lineno"> 1960</span> <span class="comment">/** </span></div>
|
|
<div class="line"><span class="lineno"> 1961</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1962</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1963</span><span class="comment"> * @param p_int2 A value between 0 and 2.</span></div>
|
|
<div class="line"><span class="lineno"> 1964</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01965" name="l01965"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a6ccd5e816884ec85723e3f3e00ba6229"> 1965</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a6ccd5e816884ec85723e3f3e00ba6229">VST_EFFECT_OPCODE_3D</a> = 0x3D,</div>
|
|
<div class="line"><a id="l01966" name="l01966"></a><span class="lineno"> 1966</span> </div>
|
|
<div class="line"><a id="l01967" name="l01967"></a><span class="lineno"> 1967</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 1968</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1969</span><span class="comment"> * Midi related</span></div>
|
|
<div class="line"><span class="lineno"> 1970</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1971</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01972" name="l01972"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a101f23c8f5612ebe552ba252cfdb0ecb"> 1972</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a101f23c8f5612ebe552ba252cfdb0ecb">VST_EFFECT_OPCODE_3E</a> = 0x3E,</div>
|
|
<div class="line"><a id="l01973" name="l01973"></a><span class="lineno"> 1973</span> </div>
|
|
<div class="line"><a id="l01974" name="l01974"></a><span class="lineno"> 1974</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 1975</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1976</span><span class="comment"> * Midi related</span></div>
|
|
<div class="line"><span class="lineno"> 1977</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1978</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01979" name="l01979"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af35fff2e9d68b3ac04d8cc84d44019de"> 1979</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af35fff2e9d68b3ac04d8cc84d44019de">VST_EFFECT_OPCODE_3F</a> = 0x3F,</div>
|
|
<div class="line"><a id="l01980" name="l01980"></a><span class="lineno"> 1980</span> </div>
|
|
<div class="line"><a id="l01981" name="l01981"></a><span class="lineno"> 1981</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 1982</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1983</span><span class="comment"> * Midi related</span></div>
|
|
<div class="line"><span class="lineno"> 1984</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1985</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01986" name="l01986"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a894f6d95fd736a20dc18fe5094c008f4"> 1986</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a894f6d95fd736a20dc18fe5094c008f4">VST_EFFECT_OPCODE_40</a> = 0x40,</div>
|
|
<div class="line"><a id="l01987" name="l01987"></a><span class="lineno"> 1987</span> </div>
|
|
<div class="line"><a id="l01988" name="l01988"></a><span class="lineno"> 1988</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 1989</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1990</span><span class="comment"> * Midi related</span></div>
|
|
<div class="line"><span class="lineno"> 1991</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1992</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l01993" name="l01993"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1dd016fc2d2d9f5fbeea645fab0efa86"> 1993</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a1dd016fc2d2d9f5fbeea645fab0efa86">VST_EFFECT_OPCODE_41</a> = 0x41,</div>
|
|
<div class="line"><a id="l01994" name="l01994"></a><span class="lineno"> 1994</span> </div>
|
|
<div class="line"><a id="l01995" name="l01995"></a><span class="lineno"> 1995</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 1996</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 1997</span><span class="comment"> * Midi related</span></div>
|
|
<div class="line"><span class="lineno"> 1998</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 1999</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02000" name="l02000"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5d1cdf2000edd091b8447ec0a4ffe2a8"> 2000</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5d1cdf2000edd091b8447ec0a4ffe2a8">VST_EFFECT_OPCODE_42</a> = 0x42,</div>
|
|
<div class="line"><a id="l02001" name="l02001"></a><span class="lineno"> 2001</span> </div>
|
|
<div class="line"><a id="l02002" name="l02002"></a><span class="lineno"> 2002</span> <span class="comment">/** Host is starting to set up a program.</span></div>
|
|
<div class="line"><span class="lineno"> 2003</span><span class="comment"> * Emitted prior to the host loading a program.</span></div>
|
|
<div class="line"><span class="lineno"> 2004</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2005</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 2006</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"> 2007</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02008" name="l02008"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a101bea9ccc6fbc1b86dba1f2a4ad7213"> 2008</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a101bea9ccc6fbc1b86dba1f2a4ad7213">VST_EFFECT_OPCODE_43</a> = 0x43,</div>
|
|
<div class="line"><a id="l02009" name="l02009"></a><span class="lineno"> 2009</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_43 */</span></div>
|
|
<div class="line"><a id="l02010" name="l02010"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af7c3e6a262b6f0e0d53e6aec0c7c99d4"> 2010</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="l02011" name="l02011"></a><span class="lineno"> 2011</span> </div>
|
|
<div class="line"><a id="l02012" name="l02012"></a><span class="lineno"> 2012</span> <span class="comment">/** Host is done setting up a program.</span></div>
|
|
<div class="line"><span class="lineno"> 2013</span><span class="comment"> * Emitted after the host finished loading a program.</span></div>
|
|
<div class="line"><span class="lineno"> 2014</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2015</span><span class="comment"> * @note (VST 2.1+) Available from VST 2.1 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 2016</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"> 2017</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02018" name="l02018"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af2f0136c707513df432291411c87fcf6"> 2018</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af2f0136c707513df432291411c87fcf6">VST_EFFECT_OPCODE_44</a> = 0x44,</div>
|
|
<div class="line"><a id="l02019" name="l02019"></a><span class="lineno"> 2019</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_44 */</span></div>
|
|
<div class="line"><a id="l02020" name="l02020"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a5763f730a8bf2064223f64b3af334fce"> 2020</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="l02021" name="l02021"></a><span class="lineno"> 2021</span> </div>
|
|
<div class="line"><a id="l02022" name="l02022"></a><span class="lineno"> 2022</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l02023" name="l02023"></a><span class="lineno"> 2023</span> <span class="comment">// VST 2.3</span></div>
|
|
<div class="line"><a id="l02024" name="l02024"></a><span class="lineno"> 2024</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l02025" name="l02025"></a><span class="lineno"> 2025</span> </div>
|
|
<div class="line"><a id="l02026" name="l02026"></a><span class="lineno"> 2026</span> <span class="comment">/** Host wants to know the current speaker arrangement.</span></div>
|
|
<div class="line"><span class="lineno"> 2027</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2028</span><span class="comment"> * @note (VST 2.3+) Available from VST 2.3 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 2029</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"> 2030</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"> 2031</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"> 2032</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02033" name="l02033"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad87e37dee7e4e179d08e3cf8f40bd018"> 2033</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad87e37dee7e4e179d08e3cf8f40bd018">VST_EFFECT_OPCODE_45</a> = 0x45,</div>
|
|
<div class="line"><a id="l02034" name="l02034"></a><span class="lineno"> 2034</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_45 */</span></div>
|
|
<div class="line"><a id="l02035" name="l02035"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a91407b1f6e5a67f9abca40a438c1d4e3"> 2035</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="l02036" name="l02036"></a><span class="lineno"> 2036</span> </div>
|
|
<div class="line"><a id="l02037" name="l02037"></a><span class="lineno"> 2037</span> <span class="comment">/** Get the next effect contained in this effect.</span></div>
|
|
<div class="line"><span class="lineno"> 2038</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"> 2039</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2040</span><span class="comment"> * Used in combination with @ref VST_EFFECT_CATEGORY_CONTAINER.</span></div>
|
|
<div class="line"><span class="lineno"> 2041</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2042</span><span class="comment"> * @note (VST 2.3+) Available from VST 2.3 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 2043</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"> 2044</span><span class="comment"> * @return Next effects unique_id</span></div>
|
|
<div class="line"><span class="lineno"> 2045</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02046" name="l02046"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af02fef4c2a78ed1558de4c5c1e78ab9e"> 2046</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696af02fef4c2a78ed1558de4c5c1e78ab9e">VST_EFFECT_OPCODE_46</a> = 0x46,</div>
|
|
<div class="line"><a id="l02047" name="l02047"></a><span class="lineno"> 2047</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_46 */</span></div>
|
|
<div class="line"><a id="l02048" name="l02048"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae8103ec84e8dc3268c1f9b3480e0d255"> 2048</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="l02049" name="l02049"></a><span class="lineno"> 2049</span> </div>
|
|
<div class="line"><a id="l02050" name="l02050"></a><span class="lineno"> 2050</span> <span class="comment">/** Begin processing of audio.</span></div>
|
|
<div class="line"><span class="lineno"> 2051</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2052</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"> 2053</span><span class="comment"> * @note (VST 2.3+) Available from VST 2.3 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 2054</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02055" name="l02055"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a8df6dda3f6b59f8ee5cd0cea8c342a01"> 2055</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a8df6dda3f6b59f8ee5cd0cea8c342a01">VST_EFFECT_OPCODE_47</a> = 0x47,</div>
|
|
<div class="line"><a id="l02056" name="l02056"></a><span class="lineno"> 2056</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_47 */</span></div>
|
|
<div class="line"><a id="l02057" name="l02057"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696adf9d50f8dc41cc445fc683c4ceb9395b"> 2057</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="l02058" name="l02058"></a><span class="lineno"> 2058</span> </div>
|
|
<div class="line"><a id="l02059" name="l02059"></a><span class="lineno"> 2059</span> <span class="comment">/** End processing of audio.</span></div>
|
|
<div class="line"><span class="lineno"> 2060</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2061</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"> 2062</span><span class="comment"> * @note (VST 2.3+) Available from VST 2.3 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 2063</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02064" name="l02064"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a6695b7645e49a07e8d8614f79e9b5dbd"> 2064</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a6695b7645e49a07e8d8614f79e9b5dbd">VST_EFFECT_OPCODE_48</a> = 0x48,</div>
|
|
<div class="line"><a id="l02065" name="l02065"></a><span class="lineno"> 2065</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_48 */</span></div>
|
|
<div class="line"><a id="l02066" name="l02066"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9fd112ae560e9928dfd7c0d667795e4b"> 2066</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="l02067" name="l02067"></a><span class="lineno"> 2067</span> </div>
|
|
<div class="line"><a id="l02068" name="l02068"></a><span class="lineno"> 2068</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 2069</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2070</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2071</span><span class="comment"> * @note (VST 2.3+) Available from VST 2.3 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 2072</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02073" name="l02073"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa5da737dc3b1b9397b3a3083084f0c15"> 2073</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696aa5da737dc3b1b9397b3a3083084f0c15">VST_EFFECT_OPCODE_49</a> = 0x49,</div>
|
|
<div class="line"><a id="l02074" name="l02074"></a><span class="lineno"> 2074</span> </div>
|
|
<div class="line"><a id="l02075" name="l02075"></a><span class="lineno"> 2075</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 2076</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2077</span><span class="comment"> * @note (VST 2.3+) Available from VST 2.3 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 2078</span><span class="comment"> * @sa VST_EFFECT_CATEGORY_SPATIAL</span></div>
|
|
<div class="line"><span class="lineno"> 2079</span><span class="comment"> * @param p_int2 Unknown meaning.</span></div>
|
|
<div class="line"><span class="lineno"> 2080</span><span class="comment"> * @param p_float Unknown meaning, usually 1.0</span></div>
|
|
<div class="line"><span class="lineno"> 2081</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02082" name="l02082"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad08aac7efc3c45d9d2b59636a3201291"> 2082</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ad08aac7efc3c45d9d2b59636a3201291">VST_EFFECT_OPCODE_4A</a> = 0x4A,</div>
|
|
<div class="line"><a id="l02083" name="l02083"></a><span class="lineno"> 2083</span> </div>
|
|
<div class="line"><a id="l02084" name="l02084"></a><span class="lineno"> 2084</span> <span class="comment">/** Host wants to know if we can load the provided bank data.</span></div>
|
|
<div class="line"><span class="lineno"> 2085</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"> 2086</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2087</span><span class="comment"> * @note (VST 2.3+) Available from VST 2.3 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 2088</span><span class="comment"> * @param p_ptr Unknown structured data.</span></div>
|
|
<div class="line"><span class="lineno"> 2089</span><span class="comment"> * @return @ref VST_STATUS_NO if we can't load the data, @ref VST_STATUS_YES if we can load the data, </span></div>
|
|
<div class="line"><span class="lineno"> 2090</span><span class="comment"> * @ref VST_STATUS_UNKNOWN if this isn't supported.</span></div>
|
|
<div class="line"><span class="lineno"> 2091</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02092" name="l02092"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a17c010e1bff9b57aa82ca31b884a9cc8"> 2092</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a17c010e1bff9b57aa82ca31b884a9cc8">VST_EFFECT_OPCODE_4B</a> = 0x4B,</div>
|
|
<div class="line"><a id="l02093" name="l02093"></a><span class="lineno"> 2093</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_4B */</span></div>
|
|
<div class="line"><a id="l02094" name="l02094"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a46ecb69debcaa7fc23ed52559e3140bd"> 2094</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="l02095" name="l02095"></a><span class="lineno"> 2095</span> </div>
|
|
<div class="line"><a id="l02096" name="l02096"></a><span class="lineno"> 2096</span> <span class="comment">/** Host wants to know if we can load the provided program data.</span></div>
|
|
<div class="line"><span class="lineno"> 2097</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"> 2098</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2099</span><span class="comment"> * @note (VST 2.3+) Available from VST 2.3 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 2100</span><span class="comment"> * @param p_ptr Unknown structured data.</span></div>
|
|
<div class="line"><span class="lineno"> 2101</span><span class="comment"> * @return @ref VST_STATUS_NO if we can't load the data, @ref VST_STATUS_YES if we can load the data, </span></div>
|
|
<div class="line"><span class="lineno"> 2102</span><span class="comment"> * @ref VST_STATUS_UNKNOWN if this isn't supported.</span></div>
|
|
<div class="line"><span class="lineno"> 2103</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02104" name="l02104"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae43be42f7827612e6a94247595d49f9c"> 2104</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696ae43be42f7827612e6a94247595d49f9c">VST_EFFECT_OPCODE_4C</a> = 0x4C,</div>
|
|
<div class="line"><a id="l02105" name="l02105"></a><span class="lineno"> 2105</span> <span class="comment">/** @sa VST_EFFECT_OPCODE_4C */</span></div>
|
|
<div class="line"><a id="l02106" name="l02106"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a7ad5cb3f2b7d5325d4e73bc34bfa5ce5"> 2106</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="l02107" name="l02107"></a><span class="lineno"> 2107</span> </div>
|
|
<div class="line"><a id="l02108" name="l02108"></a><span class="lineno"> 2108</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l02109" name="l02109"></a><span class="lineno"> 2109</span> <span class="comment">// VST 2.4</span></div>
|
|
<div class="line"><a id="l02110" name="l02110"></a><span class="lineno"> 2110</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l02111" name="l02111"></a><span class="lineno"> 2111</span> </div>
|
|
<div class="line"><a id="l02112" name="l02112"></a><span class="lineno"> 2112</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 2113</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2114</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2115</span><span class="comment"> * @note (VST 2.4+) Available from VST 2.4 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 2116</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02117" name="l02117"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a34453fdb92d7bb51e2c0ab677b1c7eb5"> 2117</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a34453fdb92d7bb51e2c0ab677b1c7eb5">VST_EFFECT_OPCODE_4D</a> = 0x4D,</div>
|
|
<div class="line"><a id="l02118" name="l02118"></a><span class="lineno"> 2118</span> </div>
|
|
<div class="line"><a id="l02119" name="l02119"></a><span class="lineno"> 2119</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 2120</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2121</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2122</span><span class="comment"> * @note (VST 2.4+) Available from VST 2.4 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 2123</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02124" name="l02124"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a0f0b8d5b1972aa34d278aa74ae232016"> 2124</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a0f0b8d5b1972aa34d278aa74ae232016">VST_EFFECT_OPCODE_4E</a> = 0x4E,</div>
|
|
<div class="line"><a id="l02125" name="l02125"></a><span class="lineno"> 2125</span> </div>
|
|
<div class="line"><a id="l02126" name="l02126"></a><span class="lineno"> 2126</span> <span class="comment">/**</span></div>
|
|
<div class="line"><span class="lineno"> 2127</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2128</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2129</span><span class="comment"> * @note (VST 2.4+) Available from VST 2.4 onwards.</span></div>
|
|
<div class="line"><span class="lineno"> 2130</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02131" name="l02131"></a><span class="lineno"><a class="line" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a8c5962a79c3bb8cecd6e89449956ab78"> 2131</a></span> <a class="code hl_enumvalue" href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a8c5962a79c3bb8cecd6e89449956ab78">VST_EFFECT_OPCODE_4F</a> = 0x4F,</div>
|
|
<div class="line"><a id="l02132" name="l02132"></a><span class="lineno"> 2132</span> </div>
|
|
<div class="line"><a id="l02133" name="l02133"></a><span class="lineno"> 2133</span> <span class="comment">/** @private */</span></div>
|
|
<div class="line"><a id="l02134" name="l02134"></a><span class="lineno"> 2134</span> VST_EFFECT_OPCODE_MAX,</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">/** @private */</span></div>
|
|
<div class="line"><a id="l02137" name="l02137"></a><span class="lineno"> 2137</span> _VST_EFFECT_OPCODE_PAD = 0xFFFFFFFFul,</div>
|
|
<div class="line"><a id="l02138" name="l02138"></a><span class="lineno"> 2138</span>};</div>
|
|
<div class="line"><a id="l02139" name="l02139"></a><span class="lineno"> 2139</span> </div>
|
|
<div class="line"><a id="l02140" name="l02140"></a><span class="lineno"> 2140</span><span class="comment">/** Host to Plug-in support checks</span></div>
|
|
<div class="line"><span class="lineno"> 2141</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2142</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"> 2143</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2144</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"> 2145</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02146" name="l02146"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html"> 2146</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="l02147" name="l02147"></a><span class="lineno"> 2147</span> <span class="comment">/** Effect supports alternative bypass.</span></div>
|
|
<div class="line"><span class="lineno"> 2148</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"> 2149</span><span class="comment"> * for our delay/latency, copy inputs to outputs, and do minimal work. If we don't support it the host will not call</span></div>
|
|
<div class="line"><span class="lineno"> 2150</span><span class="comment"> * process/process_float/process_double at all while bypass is enabled.</span></div>
|
|
<div class="line"><span class="lineno"> 2151</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2152</span><span class="comment"> * @note VST 2.3 or later only.</span></div>
|
|
<div class="line"><span class="lineno"> 2153</span><span class="comment"> * @return VST_STATUS_TRUE if we support this, otherwise VST_STATUS_FALSE.</span></div>
|
|
<div class="line"><span class="lineno"> 2154</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02155" name="l02155"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#ab5037d9b564497d1ff6a981596fa746f"> 2155</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="l02156" name="l02156"></a><span class="lineno"> 2156</span> </div>
|
|
<div class="line"><a id="l02157" name="l02157"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a6a4bc33d77e38c2a6dcb2338f80adbcd"> 2157</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="l02158" name="l02158"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a9b59e445c1974d4936b04a38aed6d9c8"> 2158</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="l02159" name="l02159"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#af460acd0d3a785e6f474c90337aefa44"> 2159</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="l02160" name="l02160"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#ad98657dfee97ce13c47df387433b19c4"> 2160</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="l02161" name="l02161"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#ad4593812b68452c9fb9cd9cda6ba2f2a"> 2161</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="l02162" name="l02162"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a9f75a06664aecd16b53c90e0dfe263c7"> 2162</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="l02163" name="l02163"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#ae4546cdb70d2d73d66b5fe2cc74ac409"> 2163</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="l02164" name="l02164"></a><span class="lineno"> 2164</span> <span class="comment">// The following were only found in VST 2.3 plug-ins </span></div>
|
|
<div class="line"><a id="l02165" name="l02165"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a19f3b10dc37634c74ba652eb29dd8c9c"> 2165</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="l02166" name="l02166"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a8086cec9d9f331bc742bbfeb35de8ac8"> 2166</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="l02167" name="l02167"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#aca1220ffa3c9a1efd7f810dad53e7b22"> 2167</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="l02168" name="l02168"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a85726da73c22aa6bb437ef00cf4847d0"> 2168</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="l02169" name="l02169"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#ab3e7a6a9e6915365d48a497ff55464c1"> 2169</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="l02170" name="l02170"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#ad04d57a10924025ade25e361b9fb6a6c"> 2170</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="l02171" name="l02171"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#af0adb0b6701433048ab1fb44c4b4022c"> 2171</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="l02172" name="l02172"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a369545653d354e1a37dbd43f4c61fbf2"> 2172</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="l02173" name="l02173"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a5fb5fcfc3fa8d47dcc79b02f2d5e6a01"> 2173</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="l02174" name="l02174"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a109a27795eba366359bb8c844efdf982"> 2174</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="l02175" name="l02175"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a4298a59574332c08ae251b19f8b4fb30"> 2175</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="l02176" name="l02176"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a66a4bb0e8768633350c0176d429323d0"> 2176</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="l02177" name="l02177"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a6e10d8e3128b98886cbccef28acfb906"> 2177</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="l02178" name="l02178"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a1424a3eaea6e3523a2095365c8b4d3f8"> 2178</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="l02179" name="l02179"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a41fe9d0d3694dcf3823e909266f1f655"> 2179</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="l02180" name="l02180"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#a48935ec960f31f61d7d65fad5da3e654"> 2180</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="l02181" name="l02181"></a><span class="lineno"><a class="line" href="structvst__effect__supports__t.html#ac8b18569b1bbf88299848558a44beafe"> 2181</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="l02182" name="l02182"></a><span class="lineno"> 2182</span>} <span class="comment">/** @private */</span> vst_effect_supports = {</div>
|
|
<div class="line"><a id="l02183" name="l02183"></a><span class="lineno"> 2183</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#ab5037d9b564497d1ff6a981596fa746f">bypass</a> = <span class="stringliteral">"bypass"</span>,</div>
|
|
<div class="line"><a id="l02184" name="l02184"></a><span class="lineno"> 2184</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a6a4bc33d77e38c2a6dcb2338f80adbcd">sendVstEvents</a> = <span class="stringliteral">"sendVstEvents"</span>,</div>
|
|
<div class="line"><a id="l02185" name="l02185"></a><span class="lineno"> 2185</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a9b59e445c1974d4936b04a38aed6d9c8">receiveVstEvents</a> = <span class="stringliteral">"receiveVstEvents"</span>,</div>
|
|
<div class="line"><a id="l02186" name="l02186"></a><span class="lineno"> 2186</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#af460acd0d3a785e6f474c90337aefa44">sendVstMidiEvent</a> = <span class="stringliteral">"sendVstMidiEvent"</span>,</div>
|
|
<div class="line"><a id="l02187" name="l02187"></a><span class="lineno"> 2187</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#ad98657dfee97ce13c47df387433b19c4">receiveVstMidiEvent</a> = <span class="stringliteral">"receiveVstMidiEvent"</span>,</div>
|
|
<div class="line"><a id="l02188" name="l02188"></a><span class="lineno"> 2188</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#ad4593812b68452c9fb9cd9cda6ba2f2a">midiProgramNames</a> = <span class="stringliteral">"midiProgramNames"</span>,</div>
|
|
<div class="line"><a id="l02189" name="l02189"></a><span class="lineno"> 2189</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a9f75a06664aecd16b53c90e0dfe263c7">receiveVstTimeInfo</a> = <span class="stringliteral">"receiveVstTimeInfo"</span>,</div>
|
|
<div class="line"><a id="l02190" name="l02190"></a><span class="lineno"> 2190</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#ae4546cdb70d2d73d66b5fe2cc74ac409">offline</a> = <span class="stringliteral">"offline"</span>,</div>
|
|
<div class="line"><a id="l02191" name="l02191"></a><span class="lineno"> 2191</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a19f3b10dc37634c74ba652eb29dd8c9c">plugAsChannelInsert</a> = <span class="stringliteral">"plugAsChannelInsert"</span>,</div>
|
|
<div class="line"><a id="l02192" name="l02192"></a><span class="lineno"> 2192</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a8086cec9d9f331bc742bbfeb35de8ac8">conformsToWindowRules</a> = <span class="stringliteral">"conformsToWindowRules"</span>,</div>
|
|
<div class="line"><a id="l02193" name="l02193"></a><span class="lineno"> 2193</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#aca1220ffa3c9a1efd7f810dad53e7b22">plugAsSend</a> = <span class="stringliteral">"plugAsSend"</span>,</div>
|
|
<div class="line"><a id="l02194" name="l02194"></a><span class="lineno"> 2194</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a85726da73c22aa6bb437ef00cf4847d0">mixDryWet</a> = <span class="stringliteral">"mixDryWet"</span>,</div>
|
|
<div class="line"><a id="l02195" name="l02195"></a><span class="lineno"> 2195</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#ab3e7a6a9e6915365d48a497ff55464c1">noRealTime</a> = <span class="stringliteral">"noRealTime"</span>,</div>
|
|
<div class="line"><a id="l02196" name="l02196"></a><span class="lineno"> 2196</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#ad04d57a10924025ade25e361b9fb6a6c">multipass</a> = <span class="stringliteral">"multipass"</span>,</div>
|
|
<div class="line"><a id="l02197" name="l02197"></a><span class="lineno"> 2197</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#af0adb0b6701433048ab1fb44c4b4022c">metapass</a> = <span class="stringliteral">"metapass"</span>,</div>
|
|
<div class="line"><a id="l02198" name="l02198"></a><span class="lineno"> 2198</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a369545653d354e1a37dbd43f4c61fbf2">_1in1out</a> = <span class="stringliteral">"1in1out"</span>,</div>
|
|
<div class="line"><a id="l02199" name="l02199"></a><span class="lineno"> 2199</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a5fb5fcfc3fa8d47dcc79b02f2d5e6a01">_1in2out</a> = <span class="stringliteral">"1in2out"</span>,</div>
|
|
<div class="line"><a id="l02200" name="l02200"></a><span class="lineno"> 2200</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a109a27795eba366359bb8c844efdf982">_2in1out</a> = <span class="stringliteral">"2in1out"</span>,</div>
|
|
<div class="line"><a id="l02201" name="l02201"></a><span class="lineno"> 2201</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a4298a59574332c08ae251b19f8b4fb30">_2in2out</a> = <span class="stringliteral">"2in2out"</span>,</div>
|
|
<div class="line"><a id="l02202" name="l02202"></a><span class="lineno"> 2202</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a66a4bb0e8768633350c0176d429323d0">_2in4out</a> = <span class="stringliteral">"2in4out"</span>,</div>
|
|
<div class="line"><a id="l02203" name="l02203"></a><span class="lineno"> 2203</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a6e10d8e3128b98886cbccef28acfb906">_4in2out</a> = <span class="stringliteral">"4in2out"</span>,</div>
|
|
<div class="line"><a id="l02204" name="l02204"></a><span class="lineno"> 2204</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a1424a3eaea6e3523a2095365c8b4d3f8">_4in4out</a> = <span class="stringliteral">"4in4out"</span>,</div>
|
|
<div class="line"><a id="l02205" name="l02205"></a><span class="lineno"> 2205</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a41fe9d0d3694dcf3823e909266f1f655">_4in8out</a> = <span class="stringliteral">"4in8out"</span>,</div>
|
|
<div class="line"><a id="l02206" name="l02206"></a><span class="lineno"> 2206</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#a48935ec960f31f61d7d65fad5da3e654">_8in4out</a> = <span class="stringliteral">"8in4out"</span>,</div>
|
|
<div class="line"><a id="l02207" name="l02207"></a><span class="lineno"> 2207</span> .<a class="code hl_variable" href="structvst__effect__supports__t.html#ac8b18569b1bbf88299848558a44beafe">_8in8out</a> = <span class="stringliteral">"8in8out"</span>,</div>
|
|
<div class="line"><a id="l02208" name="l02208"></a><span class="lineno"> 2208</span>};</div>
|
|
<div class="line"><a id="l02209" name="l02209"></a><span class="lineno"> 2209</span> </div>
|
|
<div class="line"><a id="l02210" name="l02210"></a><span class="lineno"> 2210</span><span class="comment">/** Control the VST through an opcode and up to four parameters.</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"> * @sa VST_EFFECT_OPCODE</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"> * @param self Pointer to the effect itself.</span></div>
|
|
<div class="line"><span class="lineno"> 2215</span><span class="comment"> * @param opcode The opcode to run, see @ref VST_EFFECT_OPCODE.</span></div>
|
|
<div class="line"><span class="lineno"> 2216</span><span class="comment"> * @param p_int1 Parameter, see @ref VST_EFFECT_OPCODE.</span></div>
|
|
<div class="line"><span class="lineno"> 2217</span><span class="comment"> * @param p_int2 Parameter, see @ref VST_EFFECT_OPCODE.</span></div>
|
|
<div class="line"><span class="lineno"> 2218</span><span class="comment"> * @param p_ptr Parameter, see @ref VST_EFFECT_OPCODE.</span></div>
|
|
<div class="line"><span class="lineno"> 2219</span><span class="comment"> * @param p_float Parameter, see @ref VST_EFFECT_OPCODE.</span></div>
|
|
<div class="line"><span class="lineno"> 2220</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02221" name="l02221"></a><span class="lineno"><a class="line" href="vst_8h.html#a187f06ed217006cee2c625b1fc920956"> 2221</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="l02222" name="l02222"></a><span class="lineno"> 2222</span> </div>
|
|
<div class="line"><a id="l02223" name="l02223"></a><span class="lineno"> 2223</span><span class="comment">/** Process the given number of samples in inputs and outputs.</span></div>
|
|
<div class="line"><span class="lineno"> 2224</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2225</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"> 2226</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2227</span><span class="comment"> * @param self Pointer to the effect itself.</span></div>
|
|
<div class="line"><span class="lineno"> 2228</span><span class="comment"> * @param inputs Pointer to an array of 'const float[samples]' with size @ref vst_effect_t.num_inputs.</span></div>
|
|
<div class="line"><span class="lineno"> 2229</span><span class="comment"> * @param outputs Pointer to an array of 'float[samples]' with size @ref vst_effect_t.num_outputs.</span></div>
|
|
<div class="line"><span class="lineno"> 2230</span><span class="comment"> * @param samples Number of samples per channel in inputs and outputs.</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="vst_8h.html#a10245b388a012f0007c6b64446377ab2"> 2232</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="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">/** 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"> 2235</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2236</span><span class="comment"> * @param self Pointer to the effect itself.</span></div>
|
|
<div class="line"><span class="lineno"> 2237</span><span class="comment"> * @param index Parameter index.</span></div>
|
|
<div class="line"><span class="lineno"> 2238</span><span class="comment"> * @param value New value for the parameter.</span></div>
|
|
<div class="line"><span class="lineno"> 2239</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02240" name="l02240"></a><span class="lineno"><a class="line" href="vst_8h.html#a20f63b4dc3f1f96b3c57820f99362a0d"> 2240</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="l02241" name="l02241"></a><span class="lineno"> 2241</span> </div>
|
|
<div class="line"><a id="l02242" name="l02242"></a><span class="lineno"> 2242</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"> 2243</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2244</span><span class="comment"> * @param self Pointer to the effect itself.</span></div>
|
|
<div class="line"><span class="lineno"> 2245</span><span class="comment"> * @param index Parameter index.</span></div>
|
|
<div class="line"><span class="lineno"> 2246</span><span class="comment"> * @return Current value of the parameter.</span></div>
|
|
<div class="line"><span class="lineno"> 2247</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02248" name="l02248"></a><span class="lineno"><a class="line" href="vst_8h.html#af0c37ddc3ece0563a356589b330db697"> 2248</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="l02249" name="l02249"></a><span class="lineno"> 2249</span> </div>
|
|
<div class="line"><a id="l02250" name="l02250"></a><span class="lineno"> 2250</span><span class="comment">/** Process the given number of single samples in inputs and outputs.</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"> * Process input and overwrite the output in place. Host provides output buffers.</span></div>
|
|
<div class="line"><span class="lineno"> 2253</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2254</span><span class="comment"> * @important Not thread-safe on MacOS for some reason or another.</span></div>
|
|
<div class="line"><span class="lineno"> 2255</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2256</span><span class="comment"> * @param self Pointer to the effect itself.</span></div>
|
|
<div class="line"><span class="lineno"> 2257</span><span class="comment"> * @param inputs Pointer to an array of 'const float[samples]' with size numInputs.</span></div>
|
|
<div class="line"><span class="lineno"> 2258</span><span class="comment"> * @param outputs Pointer to an array of 'float[samples]' with size numOutputs.</span></div>
|
|
<div class="line"><span class="lineno"> 2259</span><span class="comment"> * @param samples Number of samples per channel in inputs.</span></div>
|
|
<div class="line"><span class="lineno"> 2260</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02261" name="l02261"></a><span class="lineno"><a class="line" href="vst_8h.html#a7f2093b8c4846907f4cd39068101249a"> 2261</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="l02262" name="l02262"></a><span class="lineno"> 2262</span> </div>
|
|
<div class="line"><a id="l02263" name="l02263"></a><span class="lineno"> 2263</span><span class="comment">/** Process the given number of double samples in inputs and outputs.</span></div>
|
|
<div class="line"><span class="lineno"> 2264</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2265</span><span class="comment"> * Process input and overwrite the output in place. Host provides output buffers.</span></div>
|
|
<div class="line"><span class="lineno"> 2266</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2267</span><span class="comment"> * @note (VST 2.4+) Available from VST 2.4 and later.</span></div>
|
|
<div class="line"><span class="lineno"> 2268</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2269</span><span class="comment"> * @param self Pointer to the effect itself.</span></div>
|
|
<div class="line"><span class="lineno"> 2270</span><span class="comment"> * @param inputs Pointer to an array of 'const double[samples]' with size numInputs.</span></div>
|
|
<div class="line"><span class="lineno"> 2271</span><span class="comment"> * @param outputs Pointer to an array of 'double[samples]' with size numOutputs.</span></div>
|
|
<div class="line"><span class="lineno"> 2272</span><span class="comment"> * @param samples Number of samples per channel in inputs.</span></div>
|
|
<div class="line"><span class="lineno"> 2273</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02274" name="l02274"></a><span class="lineno"><a class="line" href="vst_8h.html#a2e0a659f8b4b8857a799a0b9c683a216"> 2274</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="l02275" name="l02275"></a><span class="lineno"> 2275</span> </div>
|
|
<div class="line"><a id="l02276" name="l02276"></a><span class="lineno"> 2276</span><span class="comment">/** Plug-in Effect definition</span></div>
|
|
<div class="line"><span class="lineno"> 2277</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02278" name="l02278"></a><span class="lineno"><a class="line" href="structvst__effect__t.html"> 2278</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="l02279" name="l02279"></a><span class="lineno"> 2279</span> <span class="comment">/** VST Magic Number</span></div>
|
|
<div class="line"><span class="lineno"> 2280</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2281</span><span class="comment"> * Should always be VST_FOURCC('VstP')</span></div>
|
|
<div class="line"><span class="lineno"> 2282</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2283</span><span class="comment"> * @sa VST_MAGICNUMBER</span></div>
|
|
<div class="line"><span class="lineno"> 2284</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02285" name="l02285"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a1f8a46bbce3d5a344c8913cb57bcb3ea"> 2285</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#a1f8a46bbce3d5a344c8913cb57bcb3ea">magic_number</a>;</div>
|
|
<div class="line"><a id="l02286" name="l02286"></a><span class="lineno"> 2286</span> </div>
|
|
<div class="line"><a id="l02287" name="l02287"></a><span class="lineno"> 2287</span> <span class="comment">/** Control Function</span></div>
|
|
<div class="line"><span class="lineno"> 2288</span><span class="comment"> * @sa vst_effect_control_t</span></div>
|
|
<div class="line"><span class="lineno"> 2289</span><span class="comment"> * @sa VST_EFFECT_OPCODE</span></div>
|
|
<div class="line"><span class="lineno"> 2290</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02291" name="l02291"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#afec5297ef9b4703c2478d128568ce608"> 2291</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="l02292" name="l02292"></a><span class="lineno"> 2292</span> </div>
|
|
<div class="line"><a id="l02293" name="l02293"></a><span class="lineno"> 2293</span> <span class="comment">/** Process Function</span></div>
|
|
<div class="line"><span class="lineno"> 2294</span><span class="comment"> * @sa vst_effect_process_t</span></div>
|
|
<div class="line"><span class="lineno"> 2295</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"> 2296</span><span class="comment"> * as just another @ref vst_effect_t.process_float.</span></div>
|
|
<div class="line"><span class="lineno"> 2297</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02298" name="l02298"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a6b2cc5a39fa749e491d5293977fe3a10"> 2298</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="l02299" name="l02299"></a><span class="lineno"> 2299</span> </div>
|
|
<div class="line"><a id="l02300" name="l02300"></a><span class="lineno"> 2300</span> <span class="comment">/** Set Parameter Function</span></div>
|
|
<div class="line"><span class="lineno"> 2301</span><span class="comment"> * @sa vst_effect_set_parameter_t</span></div>
|
|
<div class="line"><span class="lineno"> 2302</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02303" name="l02303"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a8b0e914e0f40313ae4a71e30a85b6e2b"> 2303</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="l02304" name="l02304"></a><span class="lineno"> 2304</span> </div>
|
|
<div class="line"><a id="l02305" name="l02305"></a><span class="lineno"> 2305</span> <span class="comment">/** Get Parameter Function</span></div>
|
|
<div class="line"><span class="lineno"> 2306</span><span class="comment"> * @sa vst_effect_get_parameter_t</span></div>
|
|
<div class="line"><span class="lineno"> 2307</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02308" name="l02308"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#ad556a5a0e25085030509a4fac0d07e3b"> 2308</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="l02309" name="l02309"></a><span class="lineno"> 2309</span> </div>
|
|
<div class="line"><a id="l02310" name="l02310"></a><span class="lineno"> 2310</span> <span class="comment">/** Number of available pre-defined programs.</span></div>
|
|
<div class="line"><span class="lineno"> 2311</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2312</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PROGRAM_LOAD</span></div>
|
|
<div class="line"><span class="lineno"> 2313</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PROGRAM_SET_BEGIN</span></div>
|
|
<div class="line"><span class="lineno"> 2314</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PROGRAM_SET</span></div>
|
|
<div class="line"><span class="lineno"> 2315</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PROGRAM_SET_NAME</span></div>
|
|
<div class="line"><span class="lineno"> 2316</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PROGRAM_SET_END</span></div>
|
|
<div class="line"><span class="lineno"> 2317</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PROGRAM_GET</span></div>
|
|
<div class="line"><span class="lineno"> 2318</span><span class="comment"> * @sa VST_EFFECT_OPCODE_PROGRAM_GET_NAME</span></div>
|
|
<div class="line"><span class="lineno"> 2319</span><span class="comment"> * @sa VST_EFFECT_FLAG_CHUNKS</span></div>
|
|
<div class="line"><span class="lineno"> 2320</span><span class="comment"> * @sa VST_EFFECT_OPCODE_SET_CHUNK_DATA</span></div>
|
|
<div class="line"><span class="lineno"> 2321</span><span class="comment"> * @sa VST_EFFECT_OPCODE_GET_CHUNK_DATA</span></div>
|
|
<div class="line"><span class="lineno"> 2322</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02323" name="l02323"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a73439cdba53843cc4d8b5e7fd4541801"> 2323</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#a73439cdba53843cc4d8b5e7fd4541801">num_programs</a>;</div>
|
|
<div class="line"><a id="l02324" name="l02324"></a><span class="lineno"> 2324</span> </div>
|
|
<div class="line"><a id="l02325" name="l02325"></a><span class="lineno"> 2325</span> <span class="comment">/** Number of available parameters.</span></div>
|
|
<div class="line"><span class="lineno"> 2326</span><span class="comment"> * All programs must have at least this many parameters.</span></div>
|
|
<div class="line"><span class="lineno"> 2327</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2328</span><span class="comment"> * @sa VST_HOST_OPCODE_IO_MODIFIED</span></div>
|
|
<div class="line"><span class="lineno"> 2329</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02330" name="l02330"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#acb1c1f4708f390c12473c37bcf941c81"> 2330</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#acb1c1f4708f390c12473c37bcf941c81">num_params</a>;</div>
|
|
<div class="line"><a id="l02331" name="l02331"></a><span class="lineno"> 2331</span> </div>
|
|
<div class="line"><a id="l02332" name="l02332"></a><span class="lineno"> 2332</span> <span class="comment">/** Number of available input streams.</span></div>
|
|
<div class="line"><span class="lineno"> 2333</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2334</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2335</span><span class="comment"> * @sa VST_EFFECT_OPCODE_GET_SPEAKER_ARRANGEMENT</span></div>
|
|
<div class="line"><span class="lineno"> 2336</span><span class="comment"> * @sa VST_EFFECT_OPCODE_INPUT_GET_PROPERTIES</span></div>
|
|
<div class="line"><span class="lineno"> 2337</span><span class="comment"> * @sa VST_HOST_OPCODE_IO_MODIFIED</span></div>
|
|
<div class="line"><span class="lineno"> 2338</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02339" name="l02339"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#ae95d43470b9e68ebb4ce9cc7930fb95b"> 2339</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#ae95d43470b9e68ebb4ce9cc7930fb95b">num_inputs</a>;</div>
|
|
<div class="line"><a id="l02340" name="l02340"></a><span class="lineno"> 2340</span> </div>
|
|
<div class="line"><a id="l02341" name="l02341"></a><span class="lineno"> 2341</span> <span class="comment">/** Number of available output streams.</span></div>
|
|
<div class="line"><span class="lineno"> 2342</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2343</span><span class="comment"> * @sa VST_EFFECT_OPCODE_GET_SPEAKER_ARRANGEMENT</span></div>
|
|
<div class="line"><span class="lineno"> 2344</span><span class="comment"> * @sa VST_EFFECT_OPCODE_OUTPUT_GET_PROPERTIES</span></div>
|
|
<div class="line"><span class="lineno"> 2345</span><span class="comment"> * @sa VST_HOST_OPCODE_IO_MODIFIED</span></div>
|
|
<div class="line"><span class="lineno"> 2346</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02347" name="l02347"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a16fb322ee839b5eabec21dfc6080a0aa"> 2347</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#a16fb322ee839b5eabec21dfc6080a0aa">num_outputs</a>;</div>
|
|
<div class="line"><a id="l02348" name="l02348"></a><span class="lineno"> 2348</span> </div>
|
|
<div class="line"><a id="l02349" name="l02349"></a><span class="lineno"> 2349</span> <span class="comment">/** Effect Flags</span></div>
|
|
<div class="line"><span class="lineno"> 2350</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2351</span><span class="comment"> * @sa VST_EFFECT_FLAGS</span></div>
|
|
<div class="line"><span class="lineno"> 2352</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02353" name="l02353"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a6e60924b1b770b95ee4566c9c40ca516"> 2353</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#a6e60924b1b770b95ee4566c9c40ca516">flags</a>;</div>
|
|
<div class="line"><a id="l02354" name="l02354"></a><span class="lineno"> 2354</span> </div>
|
|
<div class="line"><a id="l02355" name="l02355"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#aea6508b20455977331f51749b9b5b15d"> 2355</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="l02356" name="l02356"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#aa9b31c04fdd3054e9e666317adf7853c"> 2356</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="l02357" name="l02357"></a><span class="lineno"> 2357</span> </div>
|
|
<div class="line"><a id="l02358" name="l02358"></a><span class="lineno"> 2358</span> <span class="comment">/** Initial delay before processing of samples can actually begin in Samples.</span></div>
|
|
<div class="line"><span class="lineno"> 2359</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2360</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"> 2361</span><span class="comment"> * @note Should be reinitialized when the effect is resumed.</span></div>
|
|
<div class="line"><span class="lineno"> 2362</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2363</span><span class="comment"> * @sa VST_HOST_OPCODE_IO_MODIFIED</span></div>
|
|
<div class="line"><span class="lineno"> 2364</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02365" name="l02365"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#add0a35a4462b39e9b83d63fd5001231c"> 2365</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#add0a35a4462b39e9b83d63fd5001231c">delay</a>;</div>
|
|
<div class="line"><a id="l02366" name="l02366"></a><span class="lineno"> 2366</span> </div>
|
|
<div class="line"><a id="l02367" name="l02367"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a4a526814ed2457ff046fd4519eaef949"> 2367</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="l02368" name="l02368"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#aaf83120c5797313a214c7a158ff61a12"> 2368</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#aaf83120c5797313a214c7a158ff61a12">_unknown_03</a>;</div>
|
|
<div class="line"><a id="l02369" name="l02369"></a><span class="lineno"> 2369</span> </div>
|
|
<div class="line"><a id="l02370" name="l02370"></a><span class="lineno"> 2370</span> <span class="comment">/** Ratio of Input to Output production</span></div>
|
|
<div class="line"><span class="lineno"> 2371</span><span class="comment"> * Defines how much output data is produced relative to input data when using 'process' instead of 'processFloat'.</span></div>
|
|
<div class="line"><span class="lineno"> 2372</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"> 2373</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2374</span><span class="comment"> * Range: >0.0 to Infinity</span></div>
|
|
<div class="line"><span class="lineno"> 2375</span><span class="comment"> * Default: 1.0</span></div>
|
|
<div class="line"><span class="lineno"> 2376</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"> 2377</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02378" name="l02378"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a7339b8f2e5aa6f967d4a3968d89f98a1"> 2378</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="l02379" name="l02379"></a><span class="lineno"> 2379</span> </div>
|
|
<div class="line"><a id="l02380" name="l02380"></a><span class="lineno"> 2380</span> <span class="comment">/** Effect Internal Pointer</span></div>
|
|
<div class="line"><span class="lineno"> 2381</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2382</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"> 2383</span><span class="comment"> * never modify this or the data available through this.</span></div>
|
|
<div class="line"><span class="lineno"> 2384</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02385" name="l02385"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#acca19695c0017d0f9466e6057a3b8760"> 2385</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="l02386" name="l02386"></a><span class="lineno"> 2386</span> </div>
|
|
<div class="line"><a id="l02387" name="l02387"></a><span class="lineno"> 2387</span> <span class="comment">/** Host Internal Pointer</span></div>
|
|
<div class="line"><span class="lineno"> 2388</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2389</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"> 2390</span><span class="comment"> * never modify this or the data available through this.</span></div>
|
|
<div class="line"><span class="lineno"> 2391</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02392" name="l02392"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a843c15cf66a288a5fc0116fcce5ec2b0"> 2392</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="l02393" name="l02393"></a><span class="lineno"> 2393</span> </div>
|
|
<div class="line"><a id="l02394" name="l02394"></a><span class="lineno"> 2394</span> <span class="comment">/** Id of the plugin.</span></div>
|
|
<div class="line"><span class="lineno"> 2395</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2396</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"> 2397</span><span class="comment"> * Ideally you want to index like this:</span></div>
|
|
<div class="line"><span class="lineno"> 2398</span><span class="comment"> * [unique_id][module_name][version][flags]</span></div>
|
|
<div class="line"><span class="lineno"> 2399</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"> 2400</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2401</span><span class="comment"> * Used in combination with @ref VST_EFFECT_CATEGORY_CONTAINER.</span></div>
|
|
<div class="line"><span class="lineno"> 2402</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2403</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"> 2404</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02405" name="l02405"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a55281d2049cabb1f0f4720fea1155af4"> 2405</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#a55281d2049cabb1f0f4720fea1155af4">unique_id</a>;</div>
|
|
<div class="line"><a id="l02406" name="l02406"></a><span class="lineno"> 2406</span> </div>
|
|
<div class="line"><a id="l02407" name="l02407"></a><span class="lineno"> 2407</span> <span class="comment">/** Plugin version</span></div>
|
|
<div class="line"><span class="lineno"> 2408</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2409</span><span class="comment"> * Unrelated to the minimum VST Version, but often the same.</span></div>
|
|
<div class="line"><span class="lineno"> 2410</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02411" name="l02411"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a7c9ecaba8204d87a389caa57f81c5694"> 2411</a></span> int32_t <a class="code hl_variable" href="structvst__effect__t.html#a7c9ecaba8204d87a389caa57f81c5694">version</a>;</div>
|
|
<div class="line"><a id="l02412" name="l02412"></a><span class="lineno"> 2412</span> </div>
|
|
<div class="line"><a id="l02413" name="l02413"></a><span class="lineno"> 2413</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l02414" name="l02414"></a><span class="lineno"> 2414</span> <span class="comment">// VST 2.x starts here.</span></div>
|
|
<div class="line"><a id="l02415" name="l02415"></a><span class="lineno"> 2415</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l02416" name="l02416"></a><span class="lineno"> 2416</span> </div>
|
|
<div class="line"><a id="l02417" name="l02417"></a><span class="lineno"> 2417</span> <span class="comment">/** Process function for in-place single (32-bit float) processiong.</span></div>
|
|
<div class="line"><span class="lineno"> 2418</span><span class="comment"> * @sa vst_effect_process_single_t</span></div>
|
|
<div class="line"><span class="lineno"> 2419</span><span class="comment"> * @note (VST 2.0+) Available from VST 2.0 and later.</span></div>
|
|
<div class="line"><span class="lineno"> 2420</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02421" name="l02421"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a784b4b31eb7146fc3519c02e291a52ef"> 2421</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="l02422" name="l02422"></a><span class="lineno"> 2422</span> </div>
|
|
<div class="line"><a id="l02423" name="l02423"></a><span class="lineno"> 2423</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l02424" name="l02424"></a><span class="lineno"> 2424</span> <span class="comment">// VST 2.4 starts here.</span></div>
|
|
<div class="line"><a id="l02425" name="l02425"></a><span class="lineno"> 2425</span> <span class="comment">//--------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l02426" name="l02426"></a><span class="lineno"> 2426</span> </div>
|
|
<div class="line"><a id="l02427" name="l02427"></a><span class="lineno"> 2427</span> <span class="comment">/** Process function for in-place double (64-bit float) processiong.</span></div>
|
|
<div class="line"><span class="lineno"> 2428</span><span class="comment"> * @sa vst_effect_process_double_t</span></div>
|
|
<div class="line"><span class="lineno"> 2429</span><span class="comment"> * @note (VST 2.4+) Available from VST 2.4 and later.</span></div>
|
|
<div class="line"><span class="lineno"> 2430</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02431" name="l02431"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#a289f10b730f005028dfa6e3a81e9fb6f"> 2431</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="l02432" name="l02432"></a><span class="lineno"> 2432</span> </div>
|
|
<div class="line"><a id="l02433" name="l02433"></a><span class="lineno"> 2433</span> <span class="comment">// Everything after this is unknown and was present in reacomp-standalone.dll.</span></div>
|
|
<div class="line"><a id="l02434" name="l02434"></a><span class="lineno"><a class="line" href="structvst__effect__t.html#aa7b1aaa0a269f355ae70dd7e98d2e88d"> 2434</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="l02435" name="l02435"></a><span class="lineno"> 2435</span>};</div>
|
|
<div class="line"><a id="l02436" name="l02436"></a><span class="lineno"> 2436</span> </div>
|
|
<div class="line"><a id="l02437" name="l02437"></a><span class="lineno"> 2437</span><span class="comment">/** VST 2.x Entry Point for all platforms</span></div>
|
|
<div class="line"><span class="lineno"> 2438</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2439</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"> 2440</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2441</span><span class="comment"> * @return A new instance of the VST 2.x effect.</span></div>
|
|
<div class="line"><span class="lineno"> 2442</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02443" name="l02443"></a><span class="lineno"><a class="line" href="vst_8h.html#af5c20ce194fde78467d1dbd926fca4d9"> 2443</a></span><span class="preprocessor">#</span><span class="preprocessor">define</span> <span class="preprocessor">VST_ENTRYPOINT</span></div>
|
|
<div class="line"><a id="l02444" name="l02444"></a><span class="lineno"> 2444</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="l02445" name="l02445"></a><span class="lineno"> 2445</span> </div>
|
|
<div class="line"><a id="l02446" name="l02446"></a><span class="lineno"> 2446</span><span class="comment">/** [DEPRECATED] VST 1.x Entry Point for Windows</span></div>
|
|
<div class="line"><span class="lineno"> 2447</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2448</span><span class="comment"> * Do not implement in VST 2.1 or later plug-ins!</span></div>
|
|
<div class="line"><span class="lineno"> 2449</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2450</span><span class="comment"> * @return A new instance of the VST 1.x effect.</span></div>
|
|
<div class="line"><span class="lineno"> 2451</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02452" name="l02452"></a><span class="lineno"><a class="line" href="vst_8h.html#a224bcc8caacf5906a25ae60542d31028"> 2452</a></span><span class="preprocessor">#</span><span class="preprocessor">define</span> <span class="preprocessor">VST_ENTRYPOINT_WINDOWS</span></div>
|
|
<div class="line"><a id="l02453" name="l02453"></a><span class="lineno"> 2453</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="l02454" name="l02454"></a><span class="lineno"> 2454</span> </div>
|
|
<div class="line"><a id="l02455" name="l02455"></a><span class="lineno"> 2455</span><span class="comment">/** [DEPRECATED] VST 1.x Entry Point for MacOS</span></div>
|
|
<div class="line"><span class="lineno"> 2456</span><span class="comment"> *</span></div>
|
|
<div class="line"><span class="lineno"> 2457</span><span class="comment"> * Do not implement in VST 2.1 or later plug-ins!</span></div>
|
|
<div class="line"><span class="lineno"> 2458</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2459</span><span class="comment"> * @return A new instance of the VST 1.x effect.</span></div>
|
|
<div class="line"><span class="lineno"> 2460</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02461" name="l02461"></a><span class="lineno"><a class="line" href="vst_8h.html#ad6404cff9cc94786e4c95d8ca8d234b5"> 2461</a></span><span class="preprocessor">#</span><span class="preprocessor">define</span> <span class="preprocessor">VST_ENTRYPOINT_MACOS</span></div>
|
|
<div class="line"><a id="l02462" name="l02462"></a><span class="lineno"> 2462</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="l02463" name="l02463"></a><span class="lineno"> 2463</span> </div>
|
|
<div class="line"><a id="l02464" name="l02464"></a><span class="lineno"> 2464</span><span class="comment">/** [DEPRECATED] VST 2.3 Entry Point for PowerPC</span></div>
|
|
<div class="line"><span class="lineno"> 2465</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2466</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"> 2467</span><span class="comment"> * </span></div>
|
|
<div class="line"><span class="lineno"> 2468</span><span class="comment"> * @return A new instance of the VST 2.x effect.</span></div>
|
|
<div class="line"><span class="lineno"> 2469</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l02470" name="l02470"></a><span class="lineno"><a class="line" href="vst_8h.html#a026df697cddfdd1e622e272acaed81a3"> 2470</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="l02471" name="l02471"></a><span class="lineno"> 2471</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="l02472" name="l02472"></a><span class="lineno"> 2472</span> </div>
|
|
<div class="line"><a id="l02473" name="l02473"></a><span class="lineno"> 2473</span><span class="preprocessor">#</span><span class="preprocessor">ifdef</span> __cplusplus</div>
|
|
<div class="line"><a id="l02474" name="l02474"></a><span class="lineno"> 2474</span>}</div>
|
|
<div class="line"><a id="l02475" name="l02475"></a><span class="lineno"> 2475</span><span class="preprocessor">#</span><span class="preprocessor">endif</span></div>
|
|
<div class="line"><a id="l02476" name="l02476"></a><span class="lineno"> 2476</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="l02477" name="l02477"></a><span class="lineno"> 2477</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#l02146">vst.h:2146</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#l02174">vst.h:2174</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#l02178">vst.h:2178</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#l02165">vst.h:2165</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#l02172">vst.h:2172</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#l02179">vst.h:2179</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#l02175">vst.h:2175</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#l02180">vst.h:2180</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#l02173">vst.h:2173</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#l02176">vst.h:2176</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#l02157">vst.h:2157</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#l02177">vst.h:2177</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#l02166">vst.h:2166</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#l02168">vst.h:2168</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#l02158">vst.h:2158</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#l02162">vst.h:2162</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#l02169">vst.h:2169</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#l02155">vst.h:2155</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#l02181">vst.h:2181</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#l02167">vst.h:2167</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#l02170">vst.h:2170</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#l02161">vst.h:2161</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#l02160">vst.h:2160</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#l02163">vst.h:2163</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#l02171">vst.h:2171</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#l02159">vst.h:2159</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#l02278">vst.h:2278</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#l02347">vst.h:2347</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#l02285">vst.h:2285</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#l02431">vst.h:2431</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#l02367">vst.h:2367</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#l02405">vst.h:2405</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#l02298">vst.h:2298</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#l02353">vst.h:2353</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#l02378">vst.h:2378</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#l02323">vst.h:2323</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#l02421">vst.h:2421</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#l02411">vst.h:2411</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#l02392">vst.h:2392</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#l02303">vst.h:2303</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#l02434">vst.h:2434</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#l02356">vst.h:2356</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#l02368">vst.h:2368</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#l02330">vst.h:2330</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#l02385">vst.h:2385</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#l02308">vst.h:2308</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#l02365">vst.h:2365</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#l02339">vst.h:2339</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#l02355">vst.h:2355</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#l02291">vst.h:2291</a></div></div>
|
|
<div class="ttc" id="astructvst__event__t_html"><div class="ttname"><a href="structvst__event__t.html">vst_event_t</a></div><div class="ttdoc">A generic event.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00548">vst.h:548</a></div></div>
|
|
<div class="ttc" id="astructvst__event__t_html_a11d733d43b2f9eecfff5d6c3c0fef309"><div class="ttname"><a href="structvst__event__t.html#a11d733d43b2f9eecfff5d6c3c0fef309">vst_event_t::_unknown_07</a></div><div class="ttdeci">int32_t _unknown_07</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00556">vst.h:556</a></div></div>
|
|
<div class="ttc" id="astructvst__event__t_html_a23e9ce255ab0811ebc3ef176ec415938"><div class="ttname"><a href="structvst__event__t.html#a23e9ce255ab0811ebc3ef176ec415938">vst_event_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#l00551">vst.h:551</a></div></div>
|
|
<div class="ttc" id="astructvst__event__t_html_a433f902b176ad373beb39c5b3a21f0c4"><div class="ttname"><a href="structvst__event__t.html#a433f902b176ad373beb39c5b3a21f0c4">vst_event_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#l00552">vst.h:552</a></div></div>
|
|
<div class="ttc" id="astructvst__event__t_html_a4753bb926f568ff4f889c20ef1cc553e"><div class="ttname"><a href="structvst__event__t.html#a4753bb926f568ff4f889c20ef1cc553e">vst_event_t::_unknown_00</a></div><div class="ttdeci">int32_t _unknown_00</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00549">vst.h:549</a></div></div>
|
|
<div class="ttc" id="astructvst__event__t_html_a4e77649352f045b129a618d9db60f90f"><div class="ttname"><a href="structvst__event__t.html#a4e77649352f045b129a618d9db60f90f">vst_event_t::_unknown_01</a></div><div class="ttdeci">int32_t _unknown_01</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00550">vst.h:550</a></div></div>
|
|
<div class="ttc" id="astructvst__event__t_html_a6d9417303acb87344c44c235e0412155"><div class="ttname"><a href="structvst__event__t.html#a6d9417303acb87344c44c235e0412155">vst_event_t::_unknown_06</a></div><div class="ttdeci">int32_t _unknown_06</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00555">vst.h:555</a></div></div>
|
|
<div class="ttc" id="astructvst__event__t_html_a93ff94774159325f4863bec04d1397b0"><div class="ttname"><a href="structvst__event__t.html#a93ff94774159325f4863bec04d1397b0">vst_event_t::_unknown_04</a></div><div class="ttdeci">int32_t _unknown_04</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00553">vst.h:553</a></div></div>
|
|
<div class="ttc" id="astructvst__event__t_html_aaa23f6966737a732ec0f17d7e7fc1e0e"><div class="ttname"><a href="structvst__event__t.html#aaa23f6966737a732ec0f17d7e7fc1e0e">vst_event_t::_unknown_05</a></div><div class="ttdeci">int32_t _unknown_05</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00554">vst.h:554</a></div></div>
|
|
<div class="ttc" id="astructvst__events__t_html"><div class="ttname"><a href="structvst__events__t.html">vst_events_t</a></div><div class="ttdoc">A collection of events.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00569">vst.h:569</a></div></div>
|
|
<div class="ttc" id="astructvst__events__t_html_a0f52389d0a5ffae5f10be0e1742a4925"><div class="ttname"><a href="structvst__events__t.html#a0f52389d0a5ffae5f10be0e1742a4925">vst_events_t::events</a></div><div class="ttdeci">vst_event_t ** events</div><div class="ttdoc">An array of pointers to valid vst_event_t structures.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00580">vst.h:580</a></div></div>
|
|
<div class="ttc" id="astructvst__events__t_html_a7fa1362edfa20687d3d57341ebc2c37c"><div class="ttname"><a href="structvst__events__t.html#a7fa1362edfa20687d3d57341ebc2c37c">vst_events_t::_unknown_00</a></div><div class="ttdeci">int32_t _unknown_00</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00574">vst.h:574</a></div></div>
|
|
<div class="ttc" id="astructvst__events__t_html_adac191ea48fc446e920fb242d96c3efd"><div class="ttname"><a href="structvst__events__t.html#adac191ea48fc446e920fb242d96c3efd">vst_events_t::count</a></div><div class="ttdeci">int32_t count</div><div class="ttdoc">Number of events stored in vst_events_t::events.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00572">vst.h:572</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#l00903">vst.h:903</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#l00913">vst.h:913</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#l00966">vst.h:966</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#l00957">vst.h:957</a></div></div>
|
|
<div class="ttc" id="astructvst__host__supports__t_html_a40698dc52504db3ac80b9d8d0423b2db"><div class="ttname"><a href="structvst__host__supports__t.html#a40698dc52504db3ac80b9d8d0423b2db">vst_host_supports_t::editFile</a></div><div class="ttdeci">const char * editFile</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00965">vst.h:965</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#l00963">vst.h:963</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="ttdoc">Host can send events to plug-in.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00948">vst.h:948</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#l00958">vst.h:958</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#l00961">vst.h:961</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#l00926">vst.h:926</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#l00956">vst.h:956</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="ttdoc">Can we request that the host changes the editor window size?</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00942">vst.h:942</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="ttdoc">Host can receive events from plug-in.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00954">vst.h:954</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#l00967">vst.h:967</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#l00960">vst.h:960</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#l00935">vst.h:935</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#l00230">vst.h:230</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#l00298">vst.h:298</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#l00333">vst.h:333</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#l00331">vst.h:331</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#l00270">vst.h:270</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#l00314">vst.h:314</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#l00284">vst.h:284</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#l00264">vst.h:264</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#l00238">vst.h:238</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 "huge" changes.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00258">vst.h:258</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#l00291">vst.h:291</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#l00305">vst.h:305</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#l00277">vst.h:277</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#l00324">vst.h:324</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 "tiny" changes.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00248">vst.h:248</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#l00322">vst.h:322</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#l00487">vst.h:487</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#l00490">vst.h:490</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#l00489">vst.h:489</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#l00488">vst.h:488</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#l00399">vst.h:399</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#l00437">vst.h:437</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#l00421">vst.h:421</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#l00405">vst.h:405</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#l00419">vst.h:419</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#l00412">vst.h:412</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#l00428">vst.h:428</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#l00439">vst.h:439</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#l00517">vst.h:517</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#l00530">vst.h:530</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#l00525">vst.h:525</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#l00534">vst.h:534</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#l00520">vst.h:520</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#l00536">vst.h:536</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#l00442">vst.h:442</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#l00481">vst.h:481</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#l00451">vst.h:451</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#l00484">vst.h:484</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#l00475">vst.h:475</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#l00447">vst.h:447</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#l00455">vst.h:455</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#l00459">vst.h:459</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#l00469">vst.h:469</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#l00463">vst.h:463</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#l02232">vst.h:2232</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#l02240">vst.h:2240</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#l00593">vst.h:593</a></div></div>
|
|
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca088c2539d52fbb2469a3bca15fd73b52"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca088c2539d52fbb2469a3bca15fd73b52">VST_HOST_OPCODE_EVENT</a></div><div class="ttdeci">@ VST_HOST_OPCODE_EVENT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00663">vst.h:663</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#l00795">vst.h:795</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#l00634">vst.h:634</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#l00718">vst.h:718</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#l00624">vst.h:624</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#l00831">vst.h:831</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#l00845">vst.h:845</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#l00642">vst.h:642</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#l00722">vst.h:722</a></div></div>
|
|
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca27604441d441b65f71f9260b8e9def3f"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca27604441d441b65f71f9260b8e9def3f">VST_HOST_OPCODE_EDITOR_RESIZE</a></div><div class="ttdeci">@ VST_HOST_OPCODE_EDITOR_RESIZE</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00702">vst.h:702</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#l00687">vst.h:687</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="ttdoc">When queried by the plug-in shortly after VST_EFFECT_OPCODE_PROGRAM_LOAD it often crashes compatible ...</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00867">vst.h:867</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#l00685">vst.h:685</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#l00724">vst.h:724</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#l00706">vst.h:706</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#l00632">vst.h:632</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#l00644">vst.h:644</a></div></div>
|
|
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca3b4bc14f0146f4835f155fec7f288186"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca3b4bc14f0146f4835f155fec7f288186">VST_HOST_OPCODE_OUTPUT_GET_SPEAKER_ARRANGEMENT</a></div><div class="ttdeci">@ VST_HOST_OPCODE_OUTPUT_GET_SPEAKER_ARRANGEMENT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00745">vst.h:745</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#l00726">vst.h:726</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#l00646">vst.h:646</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#l00793">vst.h:793</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#l00749">vst.h:749</a></div></div>
|
|
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca518880481925366ec8a2bd88f50a7008"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca518880481925366ec8a2bd88f50a7008">VST_HOST_OPCODE_INPUT_GET_SPEAKER_ARRANGEMENT</a></div><div class="ttdeci">@ VST_HOST_OPCODE_INPUT_GET_SPEAKER_ARRANGEMENT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00888">vst.h:888</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#l00829">vst.h:829</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#l00714">vst.h:714</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#l00782">vst.h:782</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#l00728">vst.h:728</a></div></div>
|
|
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8eca5f88b8122f3200490d7d099613927604"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8eca5f88b8122f3200490d7d099613927604">VST_HOST_OPCODE_PARAM_LOCK</a></div><div class="ttdeci">@ VST_HOST_OPCODE_PARAM_LOCK</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00833">vst.h:833</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#l00771">vst.h:771</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#l00712">vst.h:712</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#l00778">vst.h:778</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#l00720">vst.h:720</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#l00640">vst.h:640</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="ttdoc">Retrieve the hosts output speaker arrangement.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00741">vst.h:741</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="ttdoc">Retrieve the directory of the effect that emitted this.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00804">vst.h:804</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#l00612">vst.h:612</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#l00604">vst.h:604</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#l00665">vst.h:665</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#l00789">vst.h:789</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#l00704">vst.h:704</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#l00669">vst.h:669</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="ttdoc">Request that the host changes the size of the containing window.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00700">vst.h:700</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#l00843">vst.h:843</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#l00708">vst.h:708</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#l00683">vst.h:683</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#l00853">vst.h:853</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#l00671">vst.h:671</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#l00602">vst.h:602</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#l00716">vst.h:716</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#l00630">vst.h:630</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#l00765">vst.h:765</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">Refresh everything related to the effect that emitted this event.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00813">vst.h:813</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#l00622">vst.h:622</a></div></div>
|
|
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecac033458574ebe9c03b5f03416baa4ea4"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecac033458574ebe9c03b5f03416baa4ea4">VST_HOST_OPCODE_GET_OUTPUT_SPEAKER_ARRANGEMENT</a></div><div class="ttdeci">@ VST_HOST_OPCODE_GET_OUTPUT_SPEAKER_ARRANGEMENT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00743">vst.h:743</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#l00773">vst.h:773</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#l00710">vst.h:710</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#l00757">vst.h:757</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#l00855">vst.h:855</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#l00891">vst.h:891</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#l00763">vst.h:763</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#l00894">vst.h:894</a></div></div>
|
|
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecad623393c3334fc2eb2fa97569d2227c6"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecad623393c3334fc2eb2fa97569d2227c6">VST_HOST_OPCODE_GET_INPUT_SPEAKER_ARRANGEMENT</a></div><div class="ttdeci">@ VST_HOST_OPCODE_GET_INPUT_SPEAKER_ARRANGEMENT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00886">vst.h:886</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#l00755">vst.h:755</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#l00614">vst.h:614</a></div></div>
|
|
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecadcf29f0c0c8bff262a47cde2845249a3"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecadcf29f0c0c8bff262a47cde2845249a3">VST_HOST_OPCODE_GET_EFFECT_DIRECTORY</a></div><div class="ttdeci">@ VST_HOST_OPCODE_GET_EFFECT_DIRECTORY</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00806">vst.h:806</a></div></div>
|
|
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecaddac30d988711279e6c81867386d6242"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaddac30d988711279e6c81867386d6242">VST_HOST_OPCODE_PARAM_UNLOCK</a></div><div class="ttdeci">@ VST_HOST_OPCODE_PARAM_UNLOCK</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_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#l00791">vst.h:791</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#l00780">vst.h:780</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#l00606">vst.h:606</a></div></div>
|
|
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecaf2289599b795abf5f7fa76413cafcc17"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecaf2289599b795abf5f7fa76413cafcc17">VST_HOST_OPCODE_30</a></div><div class="ttdeci">@ VST_HOST_OPCODE_30</div><div class="ttdoc">Retrieve the hosts input speaker arrangement.</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_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#l00747">vst.h:747</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#l00667">vst.h:667</a></div></div>
|
|
<div class="ttc" id="avst_8h_html_a223eb6814e8e03b7f89687280db8b8ecafaec5b29280246f1001a933192facfde"><div class="ttname"><a href="vst_8h.html#a223eb6814e8e03b7f89687280db8b8ecafaec5b29280246f1001a933192facfde">VST_HOST_OPCODE_REFRESH</a></div><div class="ttdeci">@ VST_HOST_OPCODE_REFRESH</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00817">vst.h:817</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="ttdoc">Send events from plug-in to host.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l00661">vst.h:661</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#l02274">vst.h:2274</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#l00340">vst.h:340</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#l00348">vst.h:348</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#l00396">vst.h:396</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#l00344">vst.h:344</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#l00345">vst.h:345</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#l00346">vst.h:346</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#l00384">vst.h:384</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#l00368">vst.h:368</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#l00342">vst.h:342</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#l00389">vst.h:389</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#l00382">vst.h:382</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#l00383">vst.h:383</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#l00381">vst.h:381</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#l00363">vst.h:363</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#l00361">vst.h:361</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#l00373">vst.h:373</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#l00378">vst.h:378</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#l00353">vst.h:353</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#l00352">vst.h:352</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#l00380">vst.h:380</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#l00391">vst.h:391</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#l00370">vst.h:370</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#l00365">vst.h:365</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#l00388">vst.h:388</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#l00392">vst.h:392</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#l00343">vst.h:343</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#l00386">vst.h:386</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#l00366">vst.h:366</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#l00375">vst.h:375</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#l00364">vst.h:364</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#l00372">vst.h:372</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#l00387">vst.h:387</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#l00367">vst.h:367</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#l00374">vst.h:374</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#l00362">vst.h:362</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#l00369">vst.h:369</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#l00371">vst.h:371</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#l00376">vst.h:376</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#l00385">vst.h:385</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#l00347">vst.h:347</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#l00379">vst.h:379</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#l00377">vst.h:377</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#l00390">vst.h:390</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#l01025">vst.h:1025</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#l01181">vst.h:1181</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#l01035">vst.h:1035</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#l01042">vst.h:1042</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#l01054">vst.h:1054</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#l01033">vst.h:1033</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#l01091">vst.h:1091</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#l01195">vst.h:1195</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#l01099">vst.h:1099</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#l01072">vst.h:1072</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#l01083">vst.h:1083</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#l01079">vst.h:1079</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#l01101">vst.h:1101</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#l01193">vst.h:1193</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#l01070">vst.h:1070</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#l01063">vst.h:1063</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#l01093">vst.h:1093</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#l01026">vst.h:1026</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#l01052">vst.h:1052</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#l01044">vst.h:1044</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#l01081">vst.h:1081</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#l01061">vst.h:1061</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#l01183">vst.h:1183</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#l01206">vst.h:1206</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#l01274">vst.h:1274</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#l01272">vst.h:1272</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#l01252">vst.h:1252</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#l01240">vst.h:1240</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#l01250">vst.h:1250</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#l01228">vst.h:1228</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#l01242">vst.h:1242</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#l01226">vst.h:1226</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#l01264">vst.h:1264</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#l01286">vst.h:1286</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#l01262">vst.h:1262</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#l01288">vst.h:1288</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#l02261">vst.h:2261</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#l00166">vst.h:166</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#l00173">vst.h:173</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#l00219">vst.h:219</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#l00211">vst.h:211</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#l00203">vst.h:203</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#l00187">vst.h:187</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#l00181">vst.h:181</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#l00189">vst.h:189</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#l00205">vst.h:205</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#l00213">vst.h:213</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#l00221">vst.h:221</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#l00195">vst.h:195</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#l00171">vst.h:171</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#l00197">vst.h:197</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#l00179">vst.h:179</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#l00223">vst.h:223</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#l01294">vst.h:1294</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#l01504">vst.h:1504</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#l01760">vst.h:1760</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#l01837">vst.h:1837</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#l01671">vst.h:1671</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#l01540">vst.h:1540</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#l01383">vst.h:1383</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#l01363">vst.h:1363</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#l02124">vst.h:2124</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#l02008">vst.h:2008</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#l01972">vst.h:1972</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#l01848">vst.h:1848</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#l01329">vst.h:1329</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#l01588">vst.h:1588</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#l01680">vst.h:1680</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#l01828">vst.h:1828</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#l02092">vst.h:2092</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#l01397">vst.h:1397</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#l01643">vst.h:1643</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#l01993">vst.h:1993</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#l01413">vst.h:1413</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#l01301">vst.h:1301</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#l01453">vst.h:1453</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#l01762">vst.h:1762</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#l01377">vst.h:1377</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#l01343">vst.h:1343</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#l01361">vst.h:1361</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#l01409">vst.h:1409</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#l01486">vst.h:1486</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#l01813">vst.h:1813</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#l01333">vst.h:1333</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#l01739">vst.h:1739</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#l02117">vst.h:2117</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#l01311">vst.h:1311</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#l01956">vst.h:1956</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#l01632">vst.h:1632</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#l01423">vst.h:1423</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#l01884">vst.h:1884</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#l01859">vst.h:1859</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#l01339">vst.h:1339</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#l01403">vst.h:1403</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#l01395">vst.h:1395</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#l02094">vst.h:2094</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#l01506">vst.h:1506</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#l01462">vst.h:1462</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#l01419">vst.h:1419</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#l01379">vst.h:1379</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#l01920">vst.h:1920</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#l01349">vst.h:1349</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#l01617">vst.h:1617</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">Send events from host to plug-in.</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01607">vst.h:1607</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#l02020">vst.h:2020</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#l01331">vst.h:1331</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#l01518">vst.h:1518</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#l02000">vst.h:2000</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#l01702">vst.h:1702</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#l01621">vst.h:1621</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#l01488">vst.h:1488</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#l01313">vst.h:1313</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#l01421">vst.h:1421</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#l01319">vst.h:1319</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#l02064">vst.h:2064</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#l01826">vst.h:1826</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#l01850">vst.h:1850</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#l01804">vst.h:1804</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#l01965">vst.h:1965</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#l01530">vst.h:1530</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#l01913">vst.h:1913</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#l01873">vst.h:1873</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#l01824">vst.h:1824</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#l01381">vst.h:1381</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#l01882">vst.h:1882</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#l01353">vst.h:1353</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#l01447">vst.h:1447</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#l01657">vst.h:1657</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#l02106">vst.h:2106</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#l01700">vst.h:1700</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#l01930">vst.h:1930</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#l01892">vst.h:1892</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#l01704">vst.h:1704</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#l01464">vst.h:1464</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#l01946">vst.h:1946</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#l01299">vst.h:1299</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#l01768">vst.h:1768</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#l01437">vst.h:1437</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#l01711">vst.h:1711</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#l01367">vst.h:1367</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#l01986">vst.h:1986</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#l01691">vst.h:1691</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#l02131">vst.h:2131</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#l02055">vst.h:2055</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#l01909">vst.h:1909</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#l02035">vst.h:2035</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#l01460">vst.h:1460</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#l01944">vst.h:1944</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#l01779">vst.h:1779</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#l01522">vst.h:1522</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#l01682">vst.h:1682</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#l01817">vst.h:1817</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#l01619">vst.h:1619</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#l01520">vst.h:1520</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#l01351">vst.h:1351</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#l01572">vst.h:1572</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#l01835">vst.h:1835</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#l01788">vst.h:1788</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#l01375">vst.h:1375</a></div></div>
|
|
<div class="ttc" id="avst_8h_html_abfb1cdba3c236829cb63d4196f33d696a9f3b153f7398c429a3fc6d64e2fed9a6"><div class="ttname"><a href="vst_8h.html#abfb1cdba3c236829cb63d4196f33d696a9f3b153f7398c429a3fc6d64e2fed9a6">VST_EFFECT_OPCODE_EVENT</a></div><div class="ttdeci">@ VST_EFFECT_OPCODE_EVENT</div><div class="ttdef"><b>Definition</b> <a href="vst_8h_source.html#l01609">vst.h:1609</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#l02066">vst.h:2066</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#l01321">vst.h:1321</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#l01732">vst.h:1732</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#l01490">vst.h:1490</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#l01550">vst.h:1550</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#l02073">vst.h:2073</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#l01794">vst.h:1794</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#l01474">vst.h:1474</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#l01746">vst.h:1746</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#l01928">vst.h:1928</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#l01502">vst.h:1502</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#l01365">vst.h:1365</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#l01411">vst.h:1411</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#l01470">vst.h:1470</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#l01574">vst.h:1574</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#l01303">vst.h:1303</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#l01871">vst.h:1871</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#l01586">vst.h:1586</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#l01792">vst.h:1792</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#l01911">vst.h:1911</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#l01623">vst.h:1623</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#l01393">vst.h:1393</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#l02082">vst.h:2082</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#l01391">vst.h:1391</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#l01528">vst.h:1528</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#l02033">vst.h:2033</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#l01449">vst.h:1449</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#l01693">vst.h:1693</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#l01636">vst.h:1636</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#l01815">vst.h:1815</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#l02057">vst.h:2057</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#l01650">vst.h:1650</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#l01435">vst.h:1435</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#l02104">vst.h:2104</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#l01725">vst.h:1725</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#l02048">vst.h:2048</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#l01790">vst.h:1790</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#l01839">vst.h:1839</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#l02046">vst.h:2046</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#l01341">vst.h:1341</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#l01560">vst.h:1560</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#l01900">vst.h:1900</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#l02018">vst.h:2018</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#l01979">vst.h:1979</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#l01472">vst.h:1472</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#l01958">vst.h:1958</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#l01664">vst.h:1664</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#l01869">vst.h:1869</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#l01777">vst.h:1777</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#l01323">vst.h:1323</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#l01861">vst.h:1861</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#l02010">vst.h:2010</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#l01558">vst.h:1558</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#l01806">vst.h:1806</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#l01451">vst.h:1451</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#l01718">vst.h:1718</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#l01634">vst.h:1634</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#l01439">vst.h:1439</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#l01433">vst.h:1433</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#l00497">vst.h:497</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#l00507">vst.h:507</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#l00513">vst.h:513</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#l00500">vst.h:500</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#l00506">vst.h:506</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#l00514">vst.h:514</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#l02248">vst.h:2248</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 22:26:21 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>
|