182 lines
108 KiB
HTML
182 lines
108 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">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.15"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Olive: include/vestige.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="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 style="height: 56px;">
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">Olive
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.15 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @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:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
<!-- 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">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">vestige.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="vestige_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> * vestige.h - simple header to allow VeSTige compilation and eventually work</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> *</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> * Copyright (c) 2006 Javier Serrano Polo <jasp00/at/users.sourceforge.net></span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> *</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * This program is free software; you can redistribute it and/or</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> * modify it under the terms of the GNU General Public</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * License as published by the Free Software Foundation; either</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * version 2 of the License, or (at your option) any later version.</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> *</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * This program is distributed in the hope that it will be useful,</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * General Public License for more details.</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> *</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> * You should have received a copy of the GNU General Public</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> * License along with this program (see COPYING); if not, write to the</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"> * Boston, MA 02110-1301 USA.</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment"> *</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment"> * This VeSTige header is included in this package in the good-faith</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment"> * belief that it has been cleanly and legally reverse engineered</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment"> * without reference to the official VST SDK and without its</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment"> * developer(s) having agreed to the VST SDK license agreement.</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="comment"> */</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#include <stdint.h></span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#ifndef _VESTIGE_H</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor">#define _VESTIGE_H</span></div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> </div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="vestige_8h.html#abe9ebeb8fb703ceffa08dc69d920a27d"> 33</a></span> <span class="preprocessor">#define CCONST(a, b, c, d)( ( ( (int) a ) << 24 ) | \</span></div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor"> ( ( (int) b ) << 16 ) | \</span></div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="preprocessor"> ( ( (int) c ) << 8 ) | \</span></div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor"> ( ( (int) d ) << 0 ) )</span></div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> </div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="vestige_8h.html#a55fb48fa76f98d785e34b83f025d3934"> 38</a></span> <span class="preprocessor">#define audioMasterAutomate 0</span></div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="vestige_8h.html#ac74a1d598456f90d7d93f4ff72c38d5b"> 39</a></span> <span class="preprocessor">#define audioMasterVersion 1</span></div><div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="vestige_8h.html#a3e801323b80dac5e03832efdb6b8ec53"> 40</a></span> <span class="preprocessor">#define audioMasterCurrentId 2</span></div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="vestige_8h.html#aed6d192c86ca6acd068d2286ec5a9f18"> 41</a></span> <span class="preprocessor">#define audioMasterIdle 3</span></div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="vestige_8h.html#a1462cc2072ae3681521d00c9bd1e2213"> 42</a></span> <span class="preprocessor">#define audioMasterPinConnected 4</span></div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="comment">// unsupported? 5</span></div><div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="vestige_8h.html#af8ac27ff4d247bfd11e95996c796a69b"> 44</a></span> <span class="preprocessor">#define audioMasterWantMidi 6</span></div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="vestige_8h.html#a496097e63051592cf2d0f3a82a3ccc39"> 45</a></span> <span class="preprocessor">#define audioMasterGetTime 7</span></div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="vestige_8h.html#a7842d522b424ed9d1d72464e38095d03"> 46</a></span> <span class="preprocessor">#define audioMasterProcessEvents 8</span></div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="vestige_8h.html#ad6e4102893ec9cdd1f5ddbc8c96c1b6a"> 47</a></span> <span class="preprocessor">#define audioMasterSetTime 9</span></div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="vestige_8h.html#af7c14603de879ced58d7198a46c2cf08"> 48</a></span> <span class="preprocessor">#define audioMasterTempoAt 10</span></div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="vestige_8h.html#a5fe8e41e979b2339f3afefa0606e6774"> 49</a></span> <span class="preprocessor">#define audioMasterGetNumAutomatableParameters 11</span></div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="vestige_8h.html#af2bfc04fcf2833826aab01afc0037990"> 50</a></span> <span class="preprocessor">#define audioMasterGetParameterQuantization 12</span></div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="vestige_8h.html#ac6e4b91ff965acf330b34ac7500e1236"> 51</a></span> <span class="preprocessor">#define audioMasterIOChanged 13</span></div><div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="vestige_8h.html#aa73e8a50a73eadc0eaf04096c8130c76"> 52</a></span> <span class="preprocessor">#define audioMasterNeedIdle 14</span></div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="vestige_8h.html#a5d6d3f721964d313148b4b69f5597da9"> 53</a></span> <span class="preprocessor">#define audioMasterSizeWindow 15</span></div><div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="vestige_8h.html#ac346e8d4964bd9166c1faf98fc12d824"> 54</a></span> <span class="preprocessor">#define audioMasterGetSampleRate 16</span></div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="vestige_8h.html#aa34c341e9a5779bcbdc9bd30c0dec399"> 55</a></span> <span class="preprocessor">#define audioMasterGetBlockSize 17</span></div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="vestige_8h.html#adb23b2dd2c5a0720044ff8eb40e40936"> 56</a></span> <span class="preprocessor">#define audioMasterGetInputLatency 18</span></div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="vestige_8h.html#a9984afca98bbdc5f0e580916951b738d"> 57</a></span> <span class="preprocessor">#define audioMasterGetOutputLatency 19</span></div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="vestige_8h.html#a897447d54493bc92a184dbd3dcd38f12"> 58</a></span> <span class="preprocessor">#define audioMasterGetPreviousPlug 20</span></div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="vestige_8h.html#a9cbc2c8cb83589711de61ddd3f6db553"> 59</a></span> <span class="preprocessor">#define audioMasterGetNextPlug 21</span></div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="vestige_8h.html#a891160800fedc600001a05b9652f4ce7"> 60</a></span> <span class="preprocessor">#define audioMasterWillReplaceOrAccumulate 22</span></div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="vestige_8h.html#abcf6612c823c1a27f50aeb349f88cd07"> 61</a></span> <span class="preprocessor">#define audioMasterGetCurrentProcessLevel 23</span></div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="vestige_8h.html#a7423873d18326429110780e7dc02aad3"> 62</a></span> <span class="preprocessor">#define audioMasterGetAutomationState 24</span></div><div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="vestige_8h.html#ac711efc3521b6e2b52357fd09b240f21"> 63</a></span> <span class="preprocessor">#define audioMasterOfflineStart 25</span></div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="vestige_8h.html#a56f9c59ee29fd45ca30bb30ef60dc10f"> 64</a></span> <span class="preprocessor">#define audioMasterOfflineRead 26</span></div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="vestige_8h.html#a431d11edba526c08d7bd25444f0c0106"> 65</a></span> <span class="preprocessor">#define audioMasterOfflineWrite 27</span></div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="vestige_8h.html#a402a015aadddc51b05ee4a2d2860ec23"> 66</a></span> <span class="preprocessor">#define audioMasterOfflineGetCurrentPass 28</span></div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="vestige_8h.html#a673d9a2850b6c9e79258a9effff23947"> 67</a></span> <span class="preprocessor">#define audioMasterOfflineGetCurrentMetaPass 29</span></div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="vestige_8h.html#abe5bfb99bb496e519f62bd8beb09d194"> 68</a></span> <span class="preprocessor">#define audioMasterSetOutputSampleRate 30</span></div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="comment">// unsupported? 31</span></div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="vestige_8h.html#a97bc3b82e5857c9db8158c09dbaecdcc"> 70</a></span> <span class="preprocessor">#define audioMasterGetSpeakerArrangement 31 // deprecated in 2.4?</span></div><div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="vestige_8h.html#a3f7c73927d875f0cf063d8492822aafd"> 71</a></span> <span class="preprocessor">#define audioMasterGetVendorString 32</span></div><div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="vestige_8h.html#aed9a12766960db991ed0c24fd14f78e3"> 72</a></span> <span class="preprocessor">#define audioMasterGetProductString 33</span></div><div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="vestige_8h.html#ad8d83ddb5cfe4d445ddd1d7d971e3bc1"> 73</a></span> <span class="preprocessor">#define audioMasterGetVendorVersion 34</span></div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="vestige_8h.html#aa38a9329f60e32de448917efe5ebd62e"> 74</a></span> <span class="preprocessor">#define audioMasterVendorSpecific 35</span></div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="vestige_8h.html#a6a76f44f54796d24af7d0e84971231b0"> 75</a></span> <span class="preprocessor">#define audioMasterSetIcon 36</span></div><div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="vestige_8h.html#a59fd98591c3b85984601f76932d5100e"> 76</a></span> <span class="preprocessor">#define audioMasterCanDo 37</span></div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="vestige_8h.html#a35a42c922458590679ef2ba2594d1255"> 77</a></span> <span class="preprocessor">#define audioMasterGetLanguage 38</span></div><div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="vestige_8h.html#a47892f46a8dc07912b02ded3b3345989"> 78</a></span> <span class="preprocessor">#define audioMasterOpenWindow 39</span></div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="vestige_8h.html#a1c42dd49edf068ed1366abb294d5c723"> 79</a></span> <span class="preprocessor">#define audioMasterCloseWindow 40</span></div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="vestige_8h.html#a56c16a26bd8ebb588ddcf94882badfe9"> 80</a></span> <span class="preprocessor">#define audioMasterGetDirectory 41</span></div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="vestige_8h.html#a7ed00a28a66f37d765ceaae05e992569"> 81</a></span> <span class="preprocessor">#define audioMasterUpdateDisplay 42</span></div><div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="vestige_8h.html#a9a53b948d542f1b78a0df99c85b5b7a0"> 82</a></span> <span class="preprocessor">#define audioMasterBeginEdit 43 //BeginGesture</span></div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="vestige_8h.html#ad66d15b4e2ff1d03c8e22e809e9c17a0"> 83</a></span> <span class="preprocessor">#define audioMasterEndEdit 44 //EndGesture</span></div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="vestige_8h.html#a3df07df293ed5e47f93f397d46b9786a"> 84</a></span> <span class="preprocessor">#define audioMasterOpenFileSelector 45</span></div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="vestige_8h.html#a850ab53eb6244f020ac834fbe713b4b3"> 85</a></span> <span class="preprocessor">#define audioMasterCloseFileSelector 46 // currently unused</span></div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="vestige_8h.html#a096b26e4b0352ec41a51324a37839c03"> 86</a></span> <span class="preprocessor">#define audioMasterEditFile 47 // currently unused</span></div><div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="vestige_8h.html#a8d32ee899238383c74da927b0d6a8bfb"> 87</a></span> <span class="preprocessor">#define audioMasterGetChunkFile 48 // currently unused</span></div><div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="vestige_8h.html#a161cc7500e2640cb68692f11d291a83e"> 88</a></span> <span class="preprocessor">#define audioMasterGetInputSpeakerArrangement 49 // currently unused</span></div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span> </div><div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="vestige_8h.html#a8ef0b5e603548d4f4e23b031f9715653"> 90</a></span> <span class="preprocessor">#define effFlagsHasEditor 1</span></div><div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="vestige_8h.html#aaff5ae36a8b5d53f3604ba9a63f9ca15"> 91</a></span> <span class="preprocessor">#define effFlagsCanReplacing (1 << 4) // very likely</span></div><div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="vestige_8h.html#a62e3dc84165b974447a64ceb6ce087fb"> 92</a></span> <span class="preprocessor">#define effFlagsIsSynth (1 << 8) // currently unused</span></div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span> </div><div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="vestige_8h.html#a4118b0b38ad45e24727b9aa0b3f00fc8"> 94</a></span> <span class="preprocessor">#define effOpen 0</span></div><div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="vestige_8h.html#a15840a0ae5c28fa71dcdc116fe754ddb"> 95</a></span> <span class="preprocessor">#define effClose 1 // currently unused</span></div><div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="vestige_8h.html#a91156bad3b7ac76d066f4c4ebb6a8c99"> 96</a></span> <span class="preprocessor">#define effSetProgram 2 // currently unused</span></div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="vestige_8h.html#a56b6471348ea95093d17516f2eb72dd8"> 97</a></span> <span class="preprocessor">#define effGetProgram 3 // currently unused</span></div><div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="vestige_8h.html#aaf80841a7ddf842981bcff37641747db"> 98</a></span> <span class="preprocessor">#define effGetProgramName 5 // currently unused</span></div><div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="vestige_8h.html#ac6084d050d720538372407d12ad96f44"> 99</a></span> <span class="preprocessor">#define effGetParamName 8 // currently unused</span></div><div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="vestige_8h.html#a7d54bb26feae05ef75e147bb73b9998d"> 100</a></span> <span class="preprocessor">#define effSetSampleRate 10</span></div><div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="vestige_8h.html#a25cf50d7dfae43f3ac15a7ad5afb2439"> 101</a></span> <span class="preprocessor">#define effSetBlockSize 11</span></div><div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="vestige_8h.html#ab17e921166075f4eb641fcc33596dca9"> 102</a></span> <span class="preprocessor">#define effMainsChanged 12</span></div><div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="vestige_8h.html#a1a6781cf24b13aeba9def8e3258089ed"> 103</a></span> <span class="preprocessor">#define effEditGetRect 13</span></div><div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="vestige_8h.html#acdb66bd126b6d9614e7c2f8c7481af68"> 104</a></span> <span class="preprocessor">#define effEditOpen 14</span></div><div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="vestige_8h.html#acd64c58a6b237181b97d4ec0630a7901"> 105</a></span> <span class="preprocessor">#define effEditClose 15</span></div><div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="vestige_8h.html#a57a1ff84d6acd33e3d3fff8cc58f091e"> 106</a></span> <span class="preprocessor">#define effEditIdle 19</span></div><div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="vestige_8h.html#a8b62f1714b57281ac8acdbf23b1b7775"> 107</a></span> <span class="preprocessor">#define effEditTop 20</span></div><div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="vestige_8h.html#a1e93d78988180687dd55c68c5c8ed01e"> 108</a></span> <span class="preprocessor">#define effProcessEvents 25</span></div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span> <span class="comment">// the next one from http://asseca.com/vst-24-specs/index.html</span></div><div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="vestige_8h.html#a6040d2d2d0609cf2c6224872d529d22e"> 110</a></span> <span class="preprocessor">#define effGetPlugCategory 35</span></div><div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="vestige_8h.html#af9ba4b970222baab29f494c387e0c3da"> 111</a></span> <span class="preprocessor">#define effGetEffectName 45</span></div><div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="vestige_8h.html#acb242b2a796d63c6471758b6533baf95"> 112</a></span> <span class="preprocessor">#define effGetVendorString 47</span></div><div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="vestige_8h.html#a447d3c5c43ae0c76a67589c751fbf8dd"> 113</a></span> <span class="preprocessor">#define effGetProductString 48</span></div><div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="vestige_8h.html#acaaf725e25f2e09d160b2dbc55768df0"> 114</a></span> <span class="preprocessor">#define effGetVendorVersion 49</span></div><div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="vestige_8h.html#a9fbce0f3ce9fd3c07ef002b541b55a39"> 115</a></span> <span class="preprocessor">#define effCanDo 51 // currently unused</span></div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span> <span class="comment">/* from http://asseca.com/vst-24-specs/efIdle.html */</span></div><div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="vestige_8h.html#af7880a694045739baf0461b701732a7b"> 117</a></span> <span class="preprocessor">#define effIdle 53</span></div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span> <span class="comment">/* from http://asseca.com/vst-24-specs/efGetParameterProperties.html */</span></div><div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="vestige_8h.html#a7353a1e73d1eb5a76f3deb12ebf3a5ce"> 119</a></span> <span class="preprocessor">#define effGetParameterProperties 56</span></div><div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="vestige_8h.html#aaa921c483e12e6192868d999f0fcb081"> 120</a></span> <span class="preprocessor">#define effGetVstVersion 58 // currently unused</span></div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span> <span class="comment">/* http://asseca.com/vst-24-specs/efShellGetNextPlugin.html */</span></div><div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="vestige_8h.html#a6ba5d4a212c813d05a4c236f31fafba9"> 122</a></span> <span class="preprocessor">#define effShellGetNextPlugin 70</span></div><div class="line"><a name="l00123"></a><span class="lineno"> 123</span> <span class="comment">/* The next two were gleaned from http://www.kvraudio.com/forum/printview.php?t=143587&start=0 */</span></div><div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="vestige_8h.html#aff45b61c39d930ab382d0111eb0c662f"> 124</a></span> <span class="preprocessor">#define effStartProcess 71</span></div><div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="vestige_8h.html#ac213ca05095ab71576e94a770598bea3"> 125</a></span> <span class="preprocessor">#define effStopProcess 72</span></div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span> </div><div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="vestige_8h.html#a0c6c00bdfe9feca6d015f4f749dadc29"> 127</a></span> <span class="preprocessor">#define effBeginSetProgram 67</span></div><div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="vestige_8h.html#a10cc2ad2d1b9474b61f695f840ef6ec7"> 128</a></span> <span class="preprocessor">#define effEndSetProgram 68</span></div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span> </div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span> <span class="preprocessor">#ifdef WORDS_BIGENDIAN</span></div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span> <span class="comment">// "VstP"</span></div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span> <span class="preprocessor">#define kEffectMagic 0x50747356</span></div><div class="line"><a name="l00133"></a><span class="lineno"> 133</span> <span class="preprocessor">#else</span></div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span> <span class="comment">// "PtsV"</span></div><div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="vestige_8h.html#aa5b816fd160e033988f3adb121be60a9"> 135</a></span> <span class="preprocessor">#define kEffectMagic 0x56737450</span></div><div class="line"><a name="l00136"></a><span class="lineno"> 136</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span> </div><div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="vestige_8h.html#a1c82713ef5fec1a93e070c3abe3716f0"> 138</a></span> <span class="preprocessor">#define kVstLangEnglish 1</span></div><div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="vestige_8h.html#a838f6cc8455532b3ab87a1c04e01e774"> 139</a></span> <span class="preprocessor">#define kVstMidiType 1</span></div><div class="line"><a name="l00140"></a><span class="lineno"> 140</span> </div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span> <span class="keyword">struct </span>RemoteVstPlugin;</div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span> </div><div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="vestige_8h.html#a8919c7d71802d7a841586aa5a053e11a"> 143</a></span> <span class="preprocessor">#define kVstTransportChanged 1</span></div><div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="vestige_8h.html#ad8e1d332226ba381765e2aa0d5bdea74"> 144</a></span> <span class="preprocessor">#define kVstTransportPlaying (1 << 1)</span></div><div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="vestige_8h.html#ac411e5b50df2b32906fd0a99df8ef7b2"> 145</a></span> <span class="preprocessor">#define kVstTransportCycleActive (1 << 2)</span></div><div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="vestige_8h.html#a2a6fab77e221dce0839121bcaad857ff"> 146</a></span> <span class="preprocessor">#define kVstTransportRecording (1 << 3)</span></div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span> </div><div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="vestige_8h.html#a20adab1e8cb2f9512e90c2f3df88ad3f"> 148</a></span> <span class="preprocessor">#define kVstAutomationWriting (1 << 6)</span></div><div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="vestige_8h.html#a1b1babd0d53c8bf27cbab61606144089"> 149</a></span> <span class="preprocessor">#define kVstAutomationReading (1 << 7)</span></div><div class="line"><a name="l00150"></a><span class="lineno"> 150</span> </div><div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="vestige_8h.html#a4378af5c8232418b1d603a0d9e7e71cf"> 151</a></span> <span class="preprocessor">#define kVstNanosValid (1 << 8)</span></div><div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="vestige_8h.html#aa8d2ca7b6c49310d9c71802cec4d81e2"> 152</a></span> <span class="preprocessor">#define kVstPpqPosValid (1 << 9)</span></div><div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="vestige_8h.html#ad2dbe74ef294c5ea2d7f89f387b874bc"> 153</a></span> <span class="preprocessor">#define kVstTempoValid (1 << 10)</span></div><div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="vestige_8h.html#ae2cad3fd0989f1e53e36c88215b7fa51"> 154</a></span> <span class="preprocessor">#define kVstBarsValid (1 << 11)</span></div><div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="vestige_8h.html#a0d0160934dd128b638cc0f920c7bb86e"> 155</a></span> <span class="preprocessor">#define kVstCyclePosValid (1 << 12)</span></div><div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="vestige_8h.html#aa989b48b027988a4e53de4eb6f0f427a"> 156</a></span> <span class="preprocessor">#define kVstTimeSigValid (1 << 13)</span></div><div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="vestige_8h.html#ac5206836cf83490a9a7478791e87241b"> 157</a></span> <span class="preprocessor">#define kVstSmpteValid (1 << 14)</span></div><div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="vestige_8h.html#a2ba7276f8c9b779c610ec4b6c999c1f7"> 158</a></span> <span class="preprocessor">#define kVstClockValid (1 << 15)</span></div><div class="line"><a name="l00159"></a><span class="lineno"> 159</span> </div><div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="struct___vst_midi_event.html"> 160</a></span> <span class="keyword">struct </span><a class="code" href="struct___vst_midi_event.html">_VstMidiEvent</a></div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span> {</div><div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  <span class="comment">// 00</span></div><div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="struct___vst_midi_event.html#a42edb733588a818462895da6f805efe6"> 163</a></span>  <span class="keywordtype">int</span> <a class="code" href="struct___vst_midi_event.html#a42edb733588a818462895da6f805efe6">type</a>;</div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  <span class="comment">// 04</span></div><div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="struct___vst_midi_event.html#aa055e97c75c920e691409b4f2b15fccc"> 165</a></span>  <span class="keywordtype">int</span> <a class="code" href="struct___vst_midi_event.html#aa055e97c75c920e691409b4f2b15fccc">byteSize</a>;</div><div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  <span class="comment">// 08</span></div><div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="struct___vst_midi_event.html#a248ee6ab14747b3cc4bc81092131c30a"> 167</a></span>  <span class="keywordtype">int</span> <a class="code" href="struct___vst_midi_event.html#a248ee6ab14747b3cc4bc81092131c30a">deltaSamples</a>;</div><div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  <span class="comment">// 0c?</span></div><div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="struct___vst_midi_event.html#a346b7fdebe4a9cf8262d59ab73bb428b"> 169</a></span>  <span class="keywordtype">int</span> <a class="code" href="struct___vst_midi_event.html#a346b7fdebe4a9cf8262d59ab73bb428b">flags</a>;</div><div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  <span class="comment">// 10?</span></div><div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="struct___vst_midi_event.html#a11fc86a16229589ddaf00cbc7a438efd"> 171</a></span>  <span class="keywordtype">int</span> <a class="code" href="struct___vst_midi_event.html#a11fc86a16229589ddaf00cbc7a438efd">noteLength</a>;</div><div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  <span class="comment">// 14?</span></div><div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="struct___vst_midi_event.html#a276d46f88e1d769c686dccca6ca5c19e"> 173</a></span>  <span class="keywordtype">int</span> <a class="code" href="struct___vst_midi_event.html#a276d46f88e1d769c686dccca6ca5c19e">noteOffset</a>;</div><div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  <span class="comment">// 18</span></div><div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="struct___vst_midi_event.html#a92839286ff3319a4bf86a3f8e133f74a"> 175</a></span>  <span class="keywordtype">char</span> <a class="code" href="struct___vst_midi_event.html#a92839286ff3319a4bf86a3f8e133f74a">midiData</a>[4];</div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  <span class="comment">// 1c?</span></div><div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="struct___vst_midi_event.html#a71a6b890b5f57c696a4ea3438fd4c38a"> 177</a></span>  <span class="keywordtype">char</span> <a class="code" href="struct___vst_midi_event.html#a71a6b890b5f57c696a4ea3438fd4c38a">detune</a>;</div><div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  <span class="comment">// 1d?</span></div><div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="struct___vst_midi_event.html#a0c7cb4291714337b12c60624a2e51b2a"> 179</a></span>  <span class="keywordtype">char</span> <a class="code" href="struct___vst_midi_event.html#a0c7cb4291714337b12c60624a2e51b2a">noteOffVelocity</a>;</div><div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  <span class="comment">// 1e?</span></div><div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="struct___vst_midi_event.html#a3ccd7eafb565941a64295dfed91c9c35"> 181</a></span>  <span class="keywordtype">char</span> <a class="code" href="struct___vst_midi_event.html#a3ccd7eafb565941a64295dfed91c9c35">reserved1</a>;</div><div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  <span class="comment">// 1f?</span></div><div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="struct___vst_midi_event.html#a2f662c0a70c7892247bbf1b3eea712e1"> 183</a></span>  <span class="keywordtype">char</span> <a class="code" href="struct___vst_midi_event.html#a2f662c0a70c7892247bbf1b3eea712e1">reserved2</a>;</div><div class="line"><a name="l00184"></a><span class="lineno"> 184</span> };</div><div class="line"><a name="l00185"></a><span class="lineno"> 185</span> </div><div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="vestige_8h.html#a09506e50ce5963386d7c1834d095ee7e"> 186</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct___vst_midi_event.html">_VstMidiEvent</a> <a class="code" href="struct___vst_midi_event.html">VstMidiEvent</a>;</div><div class="line"><a name="l00187"></a><span class="lineno"> 187</span> </div><div class="line"><a name="l00188"></a><span class="lineno"> 188</span> </div><div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="struct___vst_event.html"> 189</a></span> <span class="keyword">struct </span><a class="code" href="struct___vst_event.html">_VstEvent</a></div><div class="line"><a name="l00190"></a><span class="lineno"> 190</span> {</div><div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="struct___vst_event.html#a3c83b2a88e8414b832632cc568714bd0"> 191</a></span>  <span class="keywordtype">char</span> <a class="code" href="struct___vst_event.html#a3c83b2a88e8414b832632cc568714bd0">dump</a>[<span class="keyword">sizeof</span> (<a class="code" href="vestige_8h.html#a09506e50ce5963386d7c1834d095ee7e">VstMidiEvent</a>)];</div><div class="line"><a name="l00192"></a><span class="lineno"> 192</span> </div><div class="line"><a name="l00193"></a><span class="lineno"> 193</span> };</div><div class="line"><a name="l00194"></a><span class="lineno"> 194</span> </div><div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="vestige_8h.html#a33c84f3b48339d55af9fb80760042975"> 195</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct___vst_event.html">_VstEvent</a> <a class="code" href="struct___vst_event.html">VstEvent</a>;</div><div class="line"><a name="l00196"></a><span class="lineno"> 196</span> </div><div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="struct___vst_events.html"> 197</a></span> <span class="keyword">struct </span><a class="code" href="struct___vst_events.html">_VstEvents</a></div><div class="line"><a name="l00198"></a><span class="lineno"> 198</span> {</div><div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  <span class="comment">// 00</span></div><div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="struct___vst_events.html#a58c5c1034ce2b814084de6428c3bf096"> 200</a></span>  <span class="keywordtype">int</span> <a class="code" href="struct___vst_events.html#a58c5c1034ce2b814084de6428c3bf096">numEvents</a>;</div><div class="line"><a name="l00201"></a><span class="lineno"> 201</span>  <span class="comment">// 04</span></div><div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="struct___vst_events.html#a9d9a7cc3f0860c6591c99e381b679cb1"> 202</a></span>  <span class="keywordtype">void</span> *<a class="code" href="struct___vst_events.html#a9d9a7cc3f0860c6591c99e381b679cb1">reserved</a>;</div><div class="line"><a name="l00203"></a><span class="lineno"> 203</span>  <span class="comment">// 08</span></div><div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="struct___vst_events.html#a9ac3d4f5cf4f21fdfd871e48570c1034"> 204</a></span>  <a class="code" href="struct___vst_event.html">VstEvent</a> * <a class="code" href="struct___vst_events.html#a9ac3d4f5cf4f21fdfd871e48570c1034">events</a>[];</div><div class="line"><a name="l00205"></a><span class="lineno"> 205</span> };</div><div class="line"><a name="l00206"></a><span class="lineno"> 206</span> </div><div class="line"><a name="l00207"></a><span class="lineno"> 207</span> <span class="comment">/* constants from http://www.rawmaterialsoftware.com/juceforum/viewtopic.php?t=3740&sid=183f74631fee71a493316735e2b9f28b */</span></div><div class="line"><a name="l00208"></a><span class="lineno"> 208</span> </div><div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637"> 209</a></span> <span class="keyword">enum</span> <a class="code" href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637">Vestige2StringConstants</a></div><div class="line"><a name="l00210"></a><span class="lineno"> 210</span> {</div><div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637a58c0197dcac9de442df2e0c4c04a9ca2"> 211</a></span>  <a class="code" href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637a58c0197dcac9de442df2e0c4c04a9ca2">VestigeMaxNameLen</a> = 64,</div><div class="line"><a name="l00212"></a><span class="lineno"><a class="line" href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637ac36abfd9a0555868dd470fe3b1275e8d"> 212</a></span>  <a class="code" href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637ac36abfd9a0555868dd470fe3b1275e8d">VestigeMaxLabelLen</a> = 128,</div><div class="line"><a name="l00213"></a><span class="lineno"><a class="line" href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637afaad291e9a7cf78cb1cfbb459303e4a4"> 213</a></span>  <a class="code" href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637afaad291e9a7cf78cb1cfbb459303e4a4">VestigeMaxShortLabelLen</a> = 8,</div><div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637a18fed4be6b65b286a03f4eb0d6364afd"> 214</a></span>  <a class="code" href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637a18fed4be6b65b286a03f4eb0d6364afd">VestigeMaxCategLabelLen</a> = 24,</div><div class="line"><a name="l00215"></a><span class="lineno"><a class="line" href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637a41c8d4e234adcaff779f5d6651d1d967"> 215</a></span>  <a class="code" href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637a41c8d4e234adcaff779f5d6651d1d967">VestigeMaxFileNameLen</a> = 100</div><div class="line"><a name="l00216"></a><span class="lineno"> 216</span> };</div><div class="line"><a name="l00217"></a><span class="lineno"> 217</span> </div><div class="line"><a name="l00218"></a><span class="lineno"> 218</span> </div><div class="line"><a name="l00219"></a><span class="lineno"> 219</span> <span class="comment">/* constants from http://asseca.com/vst-24-specs/efGetPlugCategory.html */</span></div><div class="line"><a name="l00220"></a><span class="lineno"> 220</span> </div><div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cc"> 221</a></span> <span class="keyword">enum</span> <a class="code" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cc">VstPlugCategory</a></div><div class="line"><a name="l00222"></a><span class="lineno"> 222</span> {</div><div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca85df4fc40b4433f5bcba1d6d44dce8b7"> 223</a></span>  <a class="code" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca85df4fc40b4433f5bcba1d6d44dce8b7">kPlugCategUnknown</a> = 0,</div><div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06ccad31c1e5f938ce881dc149ac8c7f5d0e1"> 224</a></span>  <a class="code" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06ccad31c1e5f938ce881dc149ac8c7f5d0e1">kPlugCategEffect</a>,</div><div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca2e4415d5c0fae72d77cbf4bd2f30b42a"> 225</a></span>  <a class="code" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca2e4415d5c0fae72d77cbf4bd2f30b42a">kPlugCategSynth</a>,</div><div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca33016aaefb7b6266b64b2acc6fe1a34b"> 226</a></span>  <a class="code" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca33016aaefb7b6266b64b2acc6fe1a34b">kPlugCategAnalysis</a>,</div><div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca94fd16a74e18d9d47203f6a479fc1381"> 227</a></span>  <a class="code" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca94fd16a74e18d9d47203f6a479fc1381">kPlugCategMastering</a>,</div><div class="line"><a name="l00228"></a><span class="lineno"><a class="line" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06ccadda0ce5dce0bad9d156fcf9c23b0fe09"> 228</a></span>  <a class="code" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06ccadda0ce5dce0bad9d156fcf9c23b0fe09">kPlugCategSpacializer</a>,</div><div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca711e84a2175350783f1da5449bb3b397"> 229</a></span>  <a class="code" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca711e84a2175350783f1da5449bb3b397">kPlugCategRoomFx</a>,</div><div class="line"><a name="l00230"></a><span class="lineno"><a class="line" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca32ea191b214606731d1d25419691a118"> 230</a></span>  <a class="code" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca32ea191b214606731d1d25419691a118">kPlugSurroundFx</a>,</div><div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca32af4edcd7dd80d832dc1000831c92b0"> 231</a></span>  <a class="code" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca32af4edcd7dd80d832dc1000831c92b0">kPlugCategRestoration</a>,</div><div class="line"><a name="l00232"></a><span class="lineno"><a class="line" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca3bfdcabf75000a902695888b25504882"> 232</a></span>  <a class="code" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca3bfdcabf75000a902695888b25504882">kPlugCategOfflineProcess</a>,</div><div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06ccaad2d74f002fcefac31672a74bd49ab9e"> 233</a></span>  <a class="code" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06ccaad2d74f002fcefac31672a74bd49ab9e">kPlugCategShell</a>,</div><div class="line"><a name="l00234"></a><span class="lineno"><a class="line" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca1a7eea5992983435ec8eea75ff64852e"> 234</a></span>  <a class="code" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca1a7eea5992983435ec8eea75ff64852e">kPlugCategGenerator</a>,</div><div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca083d98d298ea69d7b4ec6d5f260f2022"> 235</a></span>  <a class="code" href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca083d98d298ea69d7b4ec6d5f260f2022">kPlugCategMaxCount</a></div><div class="line"><a name="l00236"></a><span class="lineno"> 236</span> };</div><div class="line"><a name="l00237"></a><span class="lineno"> 237</span> </div><div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="vestige_8h.html#a453791a06582ba6008259b6387fde030"> 238</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct___vst_events.html">_VstEvents</a> <a class="code" href="struct___vst_events.html">VstEvents</a>;</div><div class="line"><a name="l00239"></a><span class="lineno"> 239</span> </div><div class="line"><a name="l00240"></a><span class="lineno"> 240</span> <span class="comment">/* this struct taken from http://asseca.com/vst-24-specs/efGetParameterProperties.html */</span></div><div class="line"><a name="l00241"></a><span class="lineno"><a class="line" href="struct___vst_parameter_properties.html"> 241</a></span> <span class="keyword">struct </span><a class="code" href="struct___vst_parameter_properties.html">_VstParameterProperties</a></div><div class="line"><a name="l00242"></a><span class="lineno"> 242</span> {</div><div class="line"><a name="l00243"></a><span class="lineno"><a class="line" href="struct___vst_parameter_properties.html#a386c298aa7d9eb8a1fee1395f9c3eac7"> 243</a></span>  <span class="keywordtype">float</span> <a class="code" href="struct___vst_parameter_properties.html#a386c298aa7d9eb8a1fee1395f9c3eac7">stepFloat</a>; <span class="comment">/* float step */</span></div><div class="line"><a name="l00244"></a><span class="lineno"><a class="line" href="struct___vst_parameter_properties.html#a336751dba8c724f9c1c4090652d00373"> 244</a></span>  <span class="keywordtype">float</span> <a class="code" href="struct___vst_parameter_properties.html#a336751dba8c724f9c1c4090652d00373">smallStepFloat</a>; <span class="comment">/* small float step */</span></div><div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="struct___vst_parameter_properties.html#a14b1e9c65642afb9eb3e53618fb934cc"> 245</a></span>  <span class="keywordtype">float</span> <a class="code" href="struct___vst_parameter_properties.html#a14b1e9c65642afb9eb3e53618fb934cc">largeStepFloat</a>; <span class="comment">/* large float step */</span></div><div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="struct___vst_parameter_properties.html#af76a18d1930585ce56e07eaf9fc07d0f"> 246</a></span>  <span class="keywordtype">char</span> <a class="code" href="struct___vst_parameter_properties.html#af76a18d1930585ce56e07eaf9fc07d0f">label</a>[64]; <span class="comment">/* parameter label */</span></div><div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="struct___vst_parameter_properties.html#a1ece88dc6c130b110a0511425103d3ee"> 247</a></span>  int32_t <a class="code" href="struct___vst_parameter_properties.html#a1ece88dc6c130b110a0511425103d3ee">flags</a>; <span class="comment">/* @see VstParameterFlags */</span></div><div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="struct___vst_parameter_properties.html#aadb6cea236ea019dadb1cb697d890300"> 248</a></span>  int32_t <a class="code" href="struct___vst_parameter_properties.html#aadb6cea236ea019dadb1cb697d890300">minInteger</a>; <span class="comment">/* integer minimum */</span></div><div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="struct___vst_parameter_properties.html#aed3b52f585024875cd3dfef9b3a00ae7"> 249</a></span>  int32_t <a class="code" href="struct___vst_parameter_properties.html#aed3b52f585024875cd3dfef9b3a00ae7">maxInteger</a>; <span class="comment">/* integer maximum */</span></div><div class="line"><a name="l00250"></a><span class="lineno"><a class="line" href="struct___vst_parameter_properties.html#aa90086019bfcb9e0614484101a93854a"> 250</a></span>  int32_t <a class="code" href="struct___vst_parameter_properties.html#aa90086019bfcb9e0614484101a93854a">stepInteger</a>; <span class="comment">/* integer step */</span></div><div class="line"><a name="l00251"></a><span class="lineno"><a class="line" href="struct___vst_parameter_properties.html#a43b69da8f7dfffe38ea56f04874ea8cf"> 251</a></span>  int32_t <a class="code" href="struct___vst_parameter_properties.html#a43b69da8f7dfffe38ea56f04874ea8cf">largeStepInteger</a>; <span class="comment">/* large integer step */</span></div><div class="line"><a name="l00252"></a><span class="lineno"><a class="line" href="struct___vst_parameter_properties.html#a5c3a160a3edcd1db195feb85b091a3ca"> 252</a></span>  <span class="keywordtype">char</span> <a class="code" href="struct___vst_parameter_properties.html#a5c3a160a3edcd1db195feb85b091a3ca">shortLabel</a>[<a class="code" href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637afaad291e9a7cf78cb1cfbb459303e4a4">VestigeMaxShortLabelLen</a>]; <span class="comment">/* short label, recommended: 6 + delimiter */</span></div><div class="line"><a name="l00253"></a><span class="lineno"><a class="line" href="struct___vst_parameter_properties.html#a3d86131c3f87ce31b0701cdb8c764ab0"> 253</a></span>  int16_t <a class="code" href="struct___vst_parameter_properties.html#a3d86131c3f87ce31b0701cdb8c764ab0">displayIndex</a>; <span class="comment">/* index where this parameter should be displayed (starting with 0) */</span></div><div class="line"><a name="l00254"></a><span class="lineno"><a class="line" href="struct___vst_parameter_properties.html#a1b4c8ac2b604ee7d67d02c90eabd8b40"> 254</a></span>  int16_t <a class="code" href="struct___vst_parameter_properties.html#a1b4c8ac2b604ee7d67d02c90eabd8b40">category</a>; <span class="comment">/* 0: no category, else group index + 1 */</span></div><div class="line"><a name="l00255"></a><span class="lineno"><a class="line" href="struct___vst_parameter_properties.html#ada1b0e40417723f63a1dddaf77f00107"> 255</a></span>  int16_t <a class="code" href="struct___vst_parameter_properties.html#ada1b0e40417723f63a1dddaf77f00107">numParametersInCategory</a>; <span class="comment">/* number of parameters in category */</span></div><div class="line"><a name="l00256"></a><span class="lineno"><a class="line" href="struct___vst_parameter_properties.html#af9725e14bb028cbe5624e46e0cd80c58"> 256</a></span>  int16_t <a class="code" href="struct___vst_parameter_properties.html#af9725e14bb028cbe5624e46e0cd80c58">reserved</a>; <span class="comment">/* zero */</span></div><div class="line"><a name="l00257"></a><span class="lineno"><a class="line" href="struct___vst_parameter_properties.html#adeaa4702ed238ed3480d53fe77f01395"> 257</a></span>  <span class="keywordtype">char</span> <a class="code" href="struct___vst_parameter_properties.html#adeaa4702ed238ed3480d53fe77f01395">categoryLabel</a>[<a class="code" href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637a18fed4be6b65b286a03f4eb0d6364afd">VestigeMaxCategLabelLen</a>]; <span class="comment">/* category label, e.g. "Osc 1" */</span></div><div class="line"><a name="l00258"></a><span class="lineno"><a class="line" href="struct___vst_parameter_properties.html#a1e225ad92330f67a9491adbc76d73d9c"> 258</a></span>  <span class="keywordtype">char</span> <a class="code" href="struct___vst_parameter_properties.html#a1e225ad92330f67a9491adbc76d73d9c">future</a>[16]; <span class="comment">/* reserved for future use */</span></div><div class="line"><a name="l00259"></a><span class="lineno"> 259</span> };</div><div class="line"><a name="l00260"></a><span class="lineno"> 260</span> </div><div class="line"><a name="l00261"></a><span class="lineno"><a class="line" href="vestige_8h.html#ae53dd15a81d869e8e29429b65096ec9a"> 261</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct___vst_parameter_properties.html">_VstParameterProperties</a> <a class="code" href="struct___vst_parameter_properties.html">VstParameterProperties</a>;</div><div class="line"><a name="l00262"></a><span class="lineno"> 262</span> </div><div class="line"><a name="l00263"></a><span class="lineno"> 263</span> <span class="comment">/* this enum taken from http://asseca.com/vst-24-specs/efGetParameterProperties.html */</span></div><div class="line"><a name="l00264"></a><span class="lineno"><a class="line" href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921"> 264</a></span> <span class="keyword">enum</span> <a class="code" href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921">VstParameterFlags</a></div><div class="line"><a name="l00265"></a><span class="lineno"> 265</span> {</div><div class="line"><a name="l00266"></a><span class="lineno"><a class="line" href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921aaa662c1ada8b0b3580ff01222e60350c"> 266</a></span>  <a class="code" href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921aaa662c1ada8b0b3580ff01222e60350c">kVstParameterIsSwitch</a> = 1 << 0, <span class="comment">/* parameter is a switch (on/off) */</span></div><div class="line"><a name="l00267"></a><span class="lineno"><a class="line" href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921a132d25d53ad9c51b6c73544272cbbb39"> 267</a></span>  <a class="code" href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921a132d25d53ad9c51b6c73544272cbbb39">kVstParameterUsesIntegerMinMax</a> = 1 << 1, <span class="comment">/* minInteger, maxInteger valid */</span></div><div class="line"><a name="l00268"></a><span class="lineno"><a class="line" href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921a38560559b64885437f5de82c4fd9caaa"> 268</a></span>  <a class="code" href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921a38560559b64885437f5de82c4fd9caaa">kVstParameterUsesFloatStep</a> = 1 << 2, <span class="comment">/* stepFloat, smallStepFloat, largeStepFloat valid */</span></div><div class="line"><a name="l00269"></a><span class="lineno"><a class="line" href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921a2e120964df0c1d8aa70e4c6a05d75704"> 269</a></span>  <a class="code" href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921a2e120964df0c1d8aa70e4c6a05d75704">kVstParameterUsesIntStep</a> = 1 << 3, <span class="comment">/* stepInteger, largeStepInteger valid */</span></div><div class="line"><a name="l00270"></a><span class="lineno"><a class="line" href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921a8679f63830cbde4dd01c7c47f6a87af8"> 270</a></span>  <a class="code" href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921a8679f63830cbde4dd01c7c47f6a87af8">kVstParameterSupportsDisplayIndex</a> = 1 << 4, <span class="comment">/* displayIndex valid */</span></div><div class="line"><a name="l00271"></a><span class="lineno"><a class="line" href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921a99a0b5722c93d88b2a4419ea2c8a4bab"> 271</a></span>  <a class="code" href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921a99a0b5722c93d88b2a4419ea2c8a4bab">kVstParameterSupportsDisplayCategory</a> = 1 << 5, <span class="comment">/* category, etc. valid */</span></div><div class="line"><a name="l00272"></a><span class="lineno"><a class="line" href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921ab5860e99a55b088af49913c02d5fb027"> 272</a></span>  <a class="code" href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921ab5860e99a55b088af49913c02d5fb027">kVstParameterCanRamp</a> = 1 << 6 <span class="comment">/* set if parameter value can ramp up/down */</span></div><div class="line"><a name="l00273"></a><span class="lineno"> 273</span> };</div><div class="line"><a name="l00274"></a><span class="lineno"> 274</span> </div><div class="line"><a name="l00275"></a><span class="lineno"><a class="line" href="struct___a_effect.html"> 275</a></span> <span class="keyword">struct </span><a class="code" href="struct___a_effect.html">_AEffect</a></div><div class="line"><a name="l00276"></a><span class="lineno"> 276</span> {</div><div class="line"><a name="l00277"></a><span class="lineno"> 277</span>  <span class="comment">// Never use virtual functions!!!</span></div><div class="line"><a name="l00278"></a><span class="lineno"> 278</span>  <span class="comment">// 00-03</span></div><div class="line"><a name="l00279"></a><span class="lineno"><a class="line" href="struct___a_effect.html#a860dbd3727e20b5a9ea5d7a47a593a03"> 279</a></span>  <span class="keywordtype">int</span> <a class="code" href="struct___a_effect.html#a860dbd3727e20b5a9ea5d7a47a593a03">magic</a>;</div><div class="line"><a name="l00280"></a><span class="lineno"> 280</span>  <span class="comment">// dispatcher 04-07</span></div><div class="line"><a name="l00281"></a><span class="lineno"><a class="line" href="struct___a_effect.html#af37b5ec5d65d5f018f4ba506b98379ec"> 281</a></span>  intptr_t (* <a class="code" href="struct___a_effect.html#af37b5ec5d65d5f018f4ba506b98379ec">dispatcher</a>) (<span class="keyword">struct </span><a class="code" href="struct___a_effect.html">_AEffect</a> *, int, int, intptr_t, <span class="keywordtype">void</span> *, float);</div><div class="line"><a name="l00282"></a><span class="lineno"> 282</span>  <span class="comment">// process, quite sure 08-0b</span></div><div class="line"><a name="l00283"></a><span class="lineno"><a class="line" href="struct___a_effect.html#ac833a9a570b01af59285cee1568af7e7"> 283</a></span>  void (* <a class="code" href="struct___a_effect.html#ac833a9a570b01af59285cee1568af7e7">process</a>) (<span class="keyword">struct </span><a class="code" href="struct___a_effect.html">_AEffect</a> *, <span class="keywordtype">float</span> **, <span class="keywordtype">float</span> **, int);</div><div class="line"><a name="l00284"></a><span class="lineno"> 284</span>  <span class="comment">// setParameter 0c-0f</span></div><div class="line"><a name="l00285"></a><span class="lineno"><a class="line" href="struct___a_effect.html#a328a2a0f8c25fbc8774c6a1f0f1a1262"> 285</a></span>  void (* <a class="code" href="struct___a_effect.html#a328a2a0f8c25fbc8774c6a1f0f1a1262">setParameter</a>) (<span class="keyword">struct </span><a class="code" href="struct___a_effect.html">_AEffect</a> *, int, float);</div><div class="line"><a name="l00286"></a><span class="lineno"> 286</span>  <span class="comment">// getParameter 10-13</span></div><div class="line"><a name="l00287"></a><span class="lineno"><a class="line" href="struct___a_effect.html#af4fbbb3462f21df4ec126f1c0deea159"> 287</a></span>  float (* <a class="code" href="struct___a_effect.html#af4fbbb3462f21df4ec126f1c0deea159">getParameter</a>) (<span class="keyword">struct </span><a class="code" href="struct___a_effect.html">_AEffect</a> *, int);</div><div class="line"><a name="l00288"></a><span class="lineno"> 288</span>  <span class="comment">// programs 14-17</span></div><div class="line"><a name="l00289"></a><span class="lineno"><a class="line" href="struct___a_effect.html#a373aaca9def34df8ec985c1e394eeafe"> 289</a></span>  <span class="keywordtype">int</span> <a class="code" href="struct___a_effect.html#a373aaca9def34df8ec985c1e394eeafe">numPrograms</a>;</div><div class="line"><a name="l00290"></a><span class="lineno"> 290</span>  <span class="comment">// Params 18-1b</span></div><div class="line"><a name="l00291"></a><span class="lineno"><a class="line" href="struct___a_effect.html#a79eacba9f234cc2244c889e35886dfbf"> 291</a></span>  <span class="keywordtype">int</span> <a class="code" href="struct___a_effect.html#a79eacba9f234cc2244c889e35886dfbf">numParams</a>;</div><div class="line"><a name="l00292"></a><span class="lineno"> 292</span>  <span class="comment">// Input 1c-1f</span></div><div class="line"><a name="l00293"></a><span class="lineno"><a class="line" href="struct___a_effect.html#ad13c1c461f3811ce5a0e0fa2d2c7561a"> 293</a></span>  <span class="keywordtype">int</span> <a class="code" href="struct___a_effect.html#ad13c1c461f3811ce5a0e0fa2d2c7561a">numInputs</a>;</div><div class="line"><a name="l00294"></a><span class="lineno"> 294</span>  <span class="comment">// Output 20-23</span></div><div class="line"><a name="l00295"></a><span class="lineno"><a class="line" href="struct___a_effect.html#a3bea5e23a21ee5fa0dc98012ae6c718d"> 295</a></span>  <span class="keywordtype">int</span> <a class="code" href="struct___a_effect.html#a3bea5e23a21ee5fa0dc98012ae6c718d">numOutputs</a>;</div><div class="line"><a name="l00296"></a><span class="lineno"> 296</span>  <span class="comment">// flags 24-27</span></div><div class="line"><a name="l00297"></a><span class="lineno"><a class="line" href="struct___a_effect.html#a6c3485a4c0a0bcd675b3ecb3b31f4165"> 297</a></span>  <span class="keywordtype">int</span> <a class="code" href="struct___a_effect.html#a6c3485a4c0a0bcd675b3ecb3b31f4165">flags</a>;</div><div class="line"><a name="l00298"></a><span class="lineno"> 298</span>  <span class="comment">// Fill somewhere 28-2b</span></div><div class="line"><a name="l00299"></a><span class="lineno"><a class="line" href="struct___a_effect.html#a6609c7db1e00b229ca39e2a356fcbcba"> 299</a></span>  <span class="keywordtype">void</span> *<a class="code" href="struct___a_effect.html#a6609c7db1e00b229ca39e2a356fcbcba">ptr1</a>;</div><div class="line"><a name="l00300"></a><span class="lineno"><a class="line" href="struct___a_effect.html#a9952e8b1d2c322cb7f5198df86cc1dd9"> 300</a></span>  <span class="keywordtype">void</span> *<a class="code" href="struct___a_effect.html#a9952e8b1d2c322cb7f5198df86cc1dd9">ptr2</a>;</div><div class="line"><a name="l00301"></a><span class="lineno"> 301</span>  <span class="comment">// Zeroes 2c-2f 30-33 34-37 38-3b</span></div><div class="line"><a name="l00302"></a><span class="lineno"><a class="line" href="struct___a_effect.html#a80ab09763b496076db681c26b5e3ec13"> 302</a></span>  <span class="keywordtype">char</span> <a class="code" href="struct___a_effect.html#a80ab09763b496076db681c26b5e3ec13">empty3</a>[4 + 4 + 4];</div><div class="line"><a name="l00303"></a><span class="lineno"> 303</span>  <span class="comment">// 1.0f 3c-3f</span></div><div class="line"><a name="l00304"></a><span class="lineno"><a class="line" href="struct___a_effect.html#ae5718e40ed668233b907faad2a525bad"> 304</a></span>  <span class="keywordtype">float</span> <a class="code" href="struct___a_effect.html#ae5718e40ed668233b907faad2a525bad">unkown_float</a>;</div><div class="line"><a name="l00305"></a><span class="lineno"> 305</span>  <span class="comment">// An object? pointer 40-43</span></div><div class="line"><a name="l00306"></a><span class="lineno"><a class="line" href="struct___a_effect.html#abcf53f5b3492f7a31565b20ad90203c7"> 306</a></span>  <span class="keywordtype">void</span> *<a class="code" href="struct___a_effect.html#abcf53f5b3492f7a31565b20ad90203c7">ptr3</a>;</div><div class="line"><a name="l00307"></a><span class="lineno"> 307</span>  <span class="comment">// Zeroes 44-47</span></div><div class="line"><a name="l00308"></a><span class="lineno"><a class="line" href="struct___a_effect.html#a1a0f94f9ceced5ee165122c8be215c0f"> 308</a></span>  <span class="keywordtype">void</span> *<a class="code" href="struct___a_effect.html#a1a0f94f9ceced5ee165122c8be215c0f">user</a>;</div><div class="line"><a name="l00309"></a><span class="lineno"> 309</span>  <span class="comment">// Id 48-4b</span></div><div class="line"><a name="l00310"></a><span class="lineno"><a class="line" href="struct___a_effect.html#a376e250b3aa8887ae024afebddb551f9"> 310</a></span>  int32_t <a class="code" href="struct___a_effect.html#a376e250b3aa8887ae024afebddb551f9">uniqueID</a>;</div><div class="line"><a name="l00311"></a><span class="lineno"> 311</span>  <span class="comment">// Version 4c-4f</span></div><div class="line"><a name="l00312"></a><span class="lineno"><a class="line" href="struct___a_effect.html#a0ac4f8d2b9366f10fe0103657f35cc5c"> 312</a></span>  int32_t <a class="code" href="struct___a_effect.html#a0ac4f8d2b9366f10fe0103657f35cc5c">version</a>;</div><div class="line"><a name="l00313"></a><span class="lineno"> 313</span>  <span class="comment">// processReplacing 50-53</span></div><div class="line"><a name="l00314"></a><span class="lineno"><a class="line" href="struct___a_effect.html#a7562f2f1f96a0058d1328eaa5fdc91fe"> 314</a></span>  void (* <a class="code" href="struct___a_effect.html#a7562f2f1f96a0058d1328eaa5fdc91fe">processReplacing</a>) (<span class="keyword">struct </span><a class="code" href="struct___a_effect.html">_AEffect</a> *, <span class="keywordtype">float</span> **, <span class="keywordtype">float</span> **, int);</div><div class="line"><a name="l00315"></a><span class="lineno"> 315</span> };</div><div class="line"><a name="l00316"></a><span class="lineno"> 316</span> </div><div class="line"><a name="l00317"></a><span class="lineno"><a class="line" href="vestige_8h.html#a607fed319939c6273e716fa307804e7b"> 317</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct___a_effect.html">_AEffect</a> <a class="code" href="struct___a_effect.html">AEffect</a>;</div><div class="line"><a name="l00318"></a><span class="lineno"> 318</span> </div><div class="line"><a name="l00319"></a><span class="lineno"><a class="line" href="struct___vst_time_info.html"> 319</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct___vst_time_info.html">_VstTimeInfo</a></div><div class="line"><a name="l00320"></a><span class="lineno"> 320</span> {</div><div class="line"><a name="l00321"></a><span class="lineno"> 321</span>  <span class="comment">/* info from online documentation of VST provided by Steinberg */</span></div><div class="line"><a name="l00322"></a><span class="lineno"> 322</span> </div><div class="line"><a name="l00323"></a><span class="lineno"><a class="line" href="struct___vst_time_info.html#a2f00c6ef3fc122b7deb49f0431173e7c"> 323</a></span>  <span class="keywordtype">double</span> <a class="code" href="struct___vst_time_info.html#a2f00c6ef3fc122b7deb49f0431173e7c">samplePos</a>;</div><div class="line"><a name="l00324"></a><span class="lineno"><a class="line" href="struct___vst_time_info.html#a56dd9977e41eee06fb12075050ae99c1"> 324</a></span>  <span class="keywordtype">double</span> <a class="code" href="struct___vst_time_info.html#a56dd9977e41eee06fb12075050ae99c1">sampleRate</a>;</div><div class="line"><a name="l00325"></a><span class="lineno"><a class="line" href="struct___vst_time_info.html#ae8e2477542d48d10fda35d60652338db"> 325</a></span>  <span class="keywordtype">double</span> <a class="code" href="struct___vst_time_info.html#ae8e2477542d48d10fda35d60652338db">nanoSeconds</a>;</div><div class="line"><a name="l00326"></a><span class="lineno"><a class="line" href="struct___vst_time_info.html#a48d1a239d8cbf584c10e3d940c688d8c"> 326</a></span>  <span class="keywordtype">double</span> <a class="code" href="struct___vst_time_info.html#a48d1a239d8cbf584c10e3d940c688d8c">ppqPos</a>;</div><div class="line"><a name="l00327"></a><span class="lineno"><a class="line" href="struct___vst_time_info.html#a6192a6d6c8539e3c9712dcfa5a4ac7e9"> 327</a></span>  <span class="keywordtype">double</span> <a class="code" href="struct___vst_time_info.html#a6192a6d6c8539e3c9712dcfa5a4ac7e9">tempo</a>;</div><div class="line"><a name="l00328"></a><span class="lineno"><a class="line" href="struct___vst_time_info.html#a1a95a6936f87e2e21e4d58169ee8c368"> 328</a></span>  <span class="keywordtype">double</span> <a class="code" href="struct___vst_time_info.html#a1a95a6936f87e2e21e4d58169ee8c368">barStartPos</a>;</div><div class="line"><a name="l00329"></a><span class="lineno"><a class="line" href="struct___vst_time_info.html#a54c88343e5868eaa1747a1c40b8fc1ef"> 329</a></span>  <span class="keywordtype">double</span> <a class="code" href="struct___vst_time_info.html#a54c88343e5868eaa1747a1c40b8fc1ef">cycleStartPos</a>;</div><div class="line"><a name="l00330"></a><span class="lineno"><a class="line" href="struct___vst_time_info.html#a5e100949597c8db9a8054a5337aa4fee"> 330</a></span>  <span class="keywordtype">double</span> <a class="code" href="struct___vst_time_info.html#a5e100949597c8db9a8054a5337aa4fee">cycleEndPos</a>;</div><div class="line"><a name="l00331"></a><span class="lineno"><a class="line" href="struct___vst_time_info.html#ab6159414f43d562748a22ca639ea0805"> 331</a></span>  int32_t <a class="code" href="struct___vst_time_info.html#ab6159414f43d562748a22ca639ea0805">timeSigNumerator</a>;</div><div class="line"><a name="l00332"></a><span class="lineno"><a class="line" href="struct___vst_time_info.html#a1b2bd58080d38a64efab7a6fe5704409"> 332</a></span>  int32_t <a class="code" href="struct___vst_time_info.html#a1b2bd58080d38a64efab7a6fe5704409">timeSigDenominator</a>;</div><div class="line"><a name="l00333"></a><span class="lineno"><a class="line" href="struct___vst_time_info.html#ab270c5967b6ae187c56cc9da4bca262a"> 333</a></span>  int32_t <a class="code" href="struct___vst_time_info.html#ab270c5967b6ae187c56cc9da4bca262a">smpteOffset</a>;</div><div class="line"><a name="l00334"></a><span class="lineno"><a class="line" href="struct___vst_time_info.html#a29584d969fcf53d1944028a0130167a9"> 334</a></span>  int32_t <a class="code" href="struct___vst_time_info.html#a29584d969fcf53d1944028a0130167a9">smpteFrameRate</a>;</div><div class="line"><a name="l00335"></a><span class="lineno"><a class="line" href="struct___vst_time_info.html#a1876941a5ab33a27d8d13c1b1d4e24a3"> 335</a></span>  int32_t <a class="code" href="struct___vst_time_info.html#a1876941a5ab33a27d8d13c1b1d4e24a3">samplesToNextClock</a>;</div><div class="line"><a name="l00336"></a><span class="lineno"><a class="line" href="struct___vst_time_info.html#a677b2c8935526fb0c6a96d1374d73a28"> 336</a></span>  int32_t <a class="code" href="struct___vst_time_info.html#a677b2c8935526fb0c6a96d1374d73a28">flags</a>;</div><div class="line"><a name="l00337"></a><span class="lineno"> 337</span> </div><div class="line"><a name="l00338"></a><span class="lineno"> 338</span> } <a class="code" href="vestige_8h.html#abbb0adb3ad806fefd0c2297703fb3c3f">VstTimeInfo</a>;</div><div class="line"><a name="l00339"></a><span class="lineno"> 339</span> </div><div class="line"><a name="l00340"></a><span class="lineno"><a class="line" href="vestige_8h.html#a6a7e6b73cd3df750b123f10a01339fa8"> 340</a></span> <span class="keyword">typedef</span> intptr_t (* <a class="code" href="vestige_8h.html#a6a7e6b73cd3df750b123f10a01339fa8">audioMasterCallback</a>) (<a class="code" href="struct___a_effect.html">AEffect</a> *, int32_t, int32_t, intptr_t, <span class="keywordtype">void</span> *, float);</div><div class="line"><a name="l00341"></a><span class="lineno"> 341</span> </div><div class="line"><a name="l00342"></a><span class="lineno"> 342</span> <span class="preprocessor">#endif</span></div><div class="ttc" id="struct___vst_time_info_html_a6192a6d6c8539e3c9712dcfa5a4ac7e9"><div class="ttname"><a href="struct___vst_time_info.html#a6192a6d6c8539e3c9712dcfa5a4ac7e9">_VstTimeInfo::tempo</a></div><div class="ttdeci">double tempo</div><div class="ttdef"><b>Definition:</b> vestige.h:327</div></div>
|
|
<div class="ttc" id="struct___vst_parameter_properties_html_af76a18d1930585ce56e07eaf9fc07d0f"><div class="ttname"><a href="struct___vst_parameter_properties.html#af76a18d1930585ce56e07eaf9fc07d0f">_VstParameterProperties::label</a></div><div class="ttdeci">char label[64]</div><div class="ttdef"><b>Definition:</b> vestige.h:246</div></div>
|
|
<div class="ttc" id="struct___vst_parameter_properties_html_aed3b52f585024875cd3dfef9b3a00ae7"><div class="ttname"><a href="struct___vst_parameter_properties.html#aed3b52f585024875cd3dfef9b3a00ae7">_VstParameterProperties::maxInteger</a></div><div class="ttdeci">int32_t maxInteger</div><div class="ttdef"><b>Definition:</b> vestige.h:249</div></div>
|
|
<div class="ttc" id="struct___vst_midi_event_html_a11fc86a16229589ddaf00cbc7a438efd"><div class="ttname"><a href="struct___vst_midi_event.html#a11fc86a16229589ddaf00cbc7a438efd">_VstMidiEvent::noteLength</a></div><div class="ttdeci">int noteLength</div><div class="ttdef"><b>Definition:</b> vestige.h:171</div></div>
|
|
<div class="ttc" id="struct___vst_events_html_a9d9a7cc3f0860c6591c99e381b679cb1"><div class="ttname"><a href="struct___vst_events.html#a9d9a7cc3f0860c6591c99e381b679cb1">_VstEvents::reserved</a></div><div class="ttdeci">void * reserved</div><div class="ttdef"><b>Definition:</b> vestige.h:202</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_ad13c1c461f3811ce5a0e0fa2d2c7561a"><div class="ttname"><a href="struct___a_effect.html#ad13c1c461f3811ce5a0e0fa2d2c7561a">_AEffect::numInputs</a></div><div class="ttdeci">int numInputs</div><div class="ttdef"><b>Definition:</b> vestige.h:293</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_a3bea5e23a21ee5fa0dc98012ae6c718d"><div class="ttname"><a href="struct___a_effect.html#a3bea5e23a21ee5fa0dc98012ae6c718d">_AEffect::numOutputs</a></div><div class="ttdeci">int numOutputs</div><div class="ttdef"><b>Definition:</b> vestige.h:295</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a0211978ec81f9647c103a78fc8ec06ccaad2d74f002fcefac31672a74bd49ab9e"><div class="ttname"><a href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06ccaad2d74f002fcefac31672a74bd49ab9e">kPlugCategShell</a></div><div class="ttdef"><b>Definition:</b> vestige.h:233</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_abcf53f5b3492f7a31565b20ad90203c7"><div class="ttname"><a href="struct___a_effect.html#abcf53f5b3492f7a31565b20ad90203c7">_AEffect::ptr3</a></div><div class="ttdeci">void * ptr3</div><div class="ttdef"><b>Definition:</b> vestige.h:306</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_a373aaca9def34df8ec985c1e394eeafe"><div class="ttname"><a href="struct___a_effect.html#a373aaca9def34df8ec985c1e394eeafe">_AEffect::numPrograms</a></div><div class="ttdeci">int numPrograms</div><div class="ttdef"><b>Definition:</b> vestige.h:289</div></div>
|
|
<div class="ttc" id="struct___vst_parameter_properties_html_a43b69da8f7dfffe38ea56f04874ea8cf"><div class="ttname"><a href="struct___vst_parameter_properties.html#a43b69da8f7dfffe38ea56f04874ea8cf">_VstParameterProperties::largeStepInteger</a></div><div class="ttdeci">int32_t largeStepInteger</div><div class="ttdef"><b>Definition:</b> vestige.h:251</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a0211978ec81f9647c103a78fc8ec06cca33016aaefb7b6266b64b2acc6fe1a34b"><div class="ttname"><a href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca33016aaefb7b6266b64b2acc6fe1a34b">kPlugCategAnalysis</a></div><div class="ttdef"><b>Definition:</b> vestige.h:226</div></div>
|
|
<div class="ttc" id="struct___vst_time_info_html_a1a95a6936f87e2e21e4d58169ee8c368"><div class="ttname"><a href="struct___vst_time_info.html#a1a95a6936f87e2e21e4d58169ee8c368">_VstTimeInfo::barStartPos</a></div><div class="ttdeci">double barStartPos</div><div class="ttdef"><b>Definition:</b> vestige.h:328</div></div>
|
|
<div class="ttc" id="struct___vst_parameter_properties_html_af9725e14bb028cbe5624e46e0cd80c58"><div class="ttname"><a href="struct___vst_parameter_properties.html#af9725e14bb028cbe5624e46e0cd80c58">_VstParameterProperties::reserved</a></div><div class="ttdeci">int16_t reserved</div><div class="ttdef"><b>Definition:</b> vestige.h:256</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_a0ac4f8d2b9366f10fe0103657f35cc5c"><div class="ttname"><a href="struct___a_effect.html#a0ac4f8d2b9366f10fe0103657f35cc5c">_AEffect::version</a></div><div class="ttdeci">int32_t version</div><div class="ttdef"><b>Definition:</b> vestige.h:312</div></div>
|
|
<div class="ttc" id="struct___vst_parameter_properties_html_a14b1e9c65642afb9eb3e53618fb934cc"><div class="ttname"><a href="struct___vst_parameter_properties.html#a14b1e9c65642afb9eb3e53618fb934cc">_VstParameterProperties::largeStepFloat</a></div><div class="ttdeci">float largeStepFloat</div><div class="ttdef"><b>Definition:</b> vestige.h:245</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a0211978ec81f9647c103a78fc8ec06cca711e84a2175350783f1da5449bb3b397"><div class="ttname"><a href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca711e84a2175350783f1da5449bb3b397">kPlugCategRoomFx</a></div><div class="ttdef"><b>Definition:</b> vestige.h:229</div></div>
|
|
<div class="ttc" id="struct___vst_parameter_properties_html_a336751dba8c724f9c1c4090652d00373"><div class="ttname"><a href="struct___vst_parameter_properties.html#a336751dba8c724f9c1c4090652d00373">_VstParameterProperties::smallStepFloat</a></div><div class="ttdeci">float smallStepFloat</div><div class="ttdef"><b>Definition:</b> vestige.h:244</div></div>
|
|
<div class="ttc" id="vestige_8h_html_aab3ba1d404dfb04b6e9046c7ab2df921a132d25d53ad9c51b6c73544272cbbb39"><div class="ttname"><a href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921a132d25d53ad9c51b6c73544272cbbb39">kVstParameterUsesIntegerMinMax</a></div><div class="ttdef"><b>Definition:</b> vestige.h:267</div></div>
|
|
<div class="ttc" id="struct___vst_time_info_html_a677b2c8935526fb0c6a96d1374d73a28"><div class="ttname"><a href="struct___vst_time_info.html#a677b2c8935526fb0c6a96d1374d73a28">_VstTimeInfo::flags</a></div><div class="ttdeci">int32_t flags</div><div class="ttdef"><b>Definition:</b> vestige.h:336</div></div>
|
|
<div class="ttc" id="struct___vst_midi_event_html_a276d46f88e1d769c686dccca6ca5c19e"><div class="ttname"><a href="struct___vst_midi_event.html#a276d46f88e1d769c686dccca6ca5c19e">_VstMidiEvent::noteOffset</a></div><div class="ttdeci">int noteOffset</div><div class="ttdef"><b>Definition:</b> vestige.h:173</div></div>
|
|
<div class="ttc" id="struct___vst_parameter_properties_html_aa90086019bfcb9e0614484101a93854a"><div class="ttname"><a href="struct___vst_parameter_properties.html#aa90086019bfcb9e0614484101a93854a">_VstParameterProperties::stepInteger</a></div><div class="ttdeci">int32_t stepInteger</div><div class="ttdef"><b>Definition:</b> vestige.h:250</div></div>
|
|
<div class="ttc" id="struct___vst_time_info_html_a1876941a5ab33a27d8d13c1b1d4e24a3"><div class="ttname"><a href="struct___vst_time_info.html#a1876941a5ab33a27d8d13c1b1d4e24a3">_VstTimeInfo::samplesToNextClock</a></div><div class="ttdeci">int32_t samplesToNextClock</div><div class="ttdef"><b>Definition:</b> vestige.h:335</div></div>
|
|
<div class="ttc" id="struct___vst_time_info_html_a2f00c6ef3fc122b7deb49f0431173e7c"><div class="ttname"><a href="struct___vst_time_info.html#a2f00c6ef3fc122b7deb49f0431173e7c">_VstTimeInfo::samplePos</a></div><div class="ttdeci">double samplePos</div><div class="ttdef"><b>Definition:</b> vestige.h:323</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_a80ab09763b496076db681c26b5e3ec13"><div class="ttname"><a href="struct___a_effect.html#a80ab09763b496076db681c26b5e3ec13">_AEffect::empty3</a></div><div class="ttdeci">char empty3[4+4+4]</div><div class="ttdef"><b>Definition:</b> vestige.h:302</div></div>
|
|
<div class="ttc" id="struct___vst_time_info_html"><div class="ttname"><a href="struct___vst_time_info.html">_VstTimeInfo</a></div><div class="ttdef"><b>Definition:</b> vestige.h:319</div></div>
|
|
<div class="ttc" id="struct___vst_parameter_properties_html_aadb6cea236ea019dadb1cb697d890300"><div class="ttname"><a href="struct___vst_parameter_properties.html#aadb6cea236ea019dadb1cb697d890300">_VstParameterProperties::minInteger</a></div><div class="ttdeci">int32_t minInteger</div><div class="ttdef"><b>Definition:</b> vestige.h:248</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a7d88e9204009d89f1102dc2bcfe5d637a18fed4be6b65b286a03f4eb0d6364afd"><div class="ttname"><a href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637a18fed4be6b65b286a03f4eb0d6364afd">VestigeMaxCategLabelLen</a></div><div class="ttdef"><b>Definition:</b> vestige.h:214</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a7d88e9204009d89f1102dc2bcfe5d637"><div class="ttname"><a href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637">Vestige2StringConstants</a></div><div class="ttdeci">Vestige2StringConstants</div><div class="ttdef"><b>Definition:</b> vestige.h:209</div></div>
|
|
<div class="ttc" id="struct___vst_time_info_html_a56dd9977e41eee06fb12075050ae99c1"><div class="ttname"><a href="struct___vst_time_info.html#a56dd9977e41eee06fb12075050ae99c1">_VstTimeInfo::sampleRate</a></div><div class="ttdeci">double sampleRate</div><div class="ttdef"><b>Definition:</b> vestige.h:324</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_a79eacba9f234cc2244c889e35886dfbf"><div class="ttname"><a href="struct___a_effect.html#a79eacba9f234cc2244c889e35886dfbf">_AEffect::numParams</a></div><div class="ttdeci">int numParams</div><div class="ttdef"><b>Definition:</b> vestige.h:291</div></div>
|
|
<div class="ttc" id="struct___vst_midi_event_html_a92839286ff3319a4bf86a3f8e133f74a"><div class="ttname"><a href="struct___vst_midi_event.html#a92839286ff3319a4bf86a3f8e133f74a">_VstMidiEvent::midiData</a></div><div class="ttdeci">char midiData[4]</div><div class="ttdef"><b>Definition:</b> vestige.h:175</div></div>
|
|
<div class="ttc" id="struct___vst_time_info_html_ab270c5967b6ae187c56cc9da4bca262a"><div class="ttname"><a href="struct___vst_time_info.html#ab270c5967b6ae187c56cc9da4bca262a">_VstTimeInfo::smpteOffset</a></div><div class="ttdeci">int32_t smpteOffset</div><div class="ttdef"><b>Definition:</b> vestige.h:333</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a0211978ec81f9647c103a78fc8ec06cca083d98d298ea69d7b4ec6d5f260f2022"><div class="ttname"><a href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca083d98d298ea69d7b4ec6d5f260f2022">kPlugCategMaxCount</a></div><div class="ttdef"><b>Definition:</b> vestige.h:235</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a7d88e9204009d89f1102dc2bcfe5d637afaad291e9a7cf78cb1cfbb459303e4a4"><div class="ttname"><a href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637afaad291e9a7cf78cb1cfbb459303e4a4">VestigeMaxShortLabelLen</a></div><div class="ttdef"><b>Definition:</b> vestige.h:213</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a0211978ec81f9647c103a78fc8ec06cca94fd16a74e18d9d47203f6a479fc1381"><div class="ttname"><a href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca94fd16a74e18d9d47203f6a479fc1381">kPlugCategMastering</a></div><div class="ttdef"><b>Definition:</b> vestige.h:227</div></div>
|
|
<div class="ttc" id="struct___vst_parameter_properties_html_a5c3a160a3edcd1db195feb85b091a3ca"><div class="ttname"><a href="struct___vst_parameter_properties.html#a5c3a160a3edcd1db195feb85b091a3ca">_VstParameterProperties::shortLabel</a></div><div class="ttdeci">char shortLabel[VestigeMaxShortLabelLen]</div><div class="ttdef"><b>Definition:</b> vestige.h:252</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_a7562f2f1f96a0058d1328eaa5fdc91fe"><div class="ttname"><a href="struct___a_effect.html#a7562f2f1f96a0058d1328eaa5fdc91fe">_AEffect::processReplacing</a></div><div class="ttdeci">void(* processReplacing)(struct _AEffect *, float **, float **, int)</div><div class="ttdef"><b>Definition:</b> vestige.h:314</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a0211978ec81f9647c103a78fc8ec06cca85df4fc40b4433f5bcba1d6d44dce8b7"><div class="ttname"><a href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca85df4fc40b4433f5bcba1d6d44dce8b7">kPlugCategUnknown</a></div><div class="ttdef"><b>Definition:</b> vestige.h:223</div></div>
|
|
<div class="ttc" id="struct___vst_event_html_a3c83b2a88e8414b832632cc568714bd0"><div class="ttname"><a href="struct___vst_event.html#a3c83b2a88e8414b832632cc568714bd0">_VstEvent::dump</a></div><div class="ttdeci">char dump[sizeof(VstMidiEvent)]</div><div class="ttdef"><b>Definition:</b> vestige.h:191</div></div>
|
|
<div class="ttc" id="struct___vst_parameter_properties_html_a1ece88dc6c130b110a0511425103d3ee"><div class="ttname"><a href="struct___vst_parameter_properties.html#a1ece88dc6c130b110a0511425103d3ee">_VstParameterProperties::flags</a></div><div class="ttdeci">int32_t flags</div><div class="ttdef"><b>Definition:</b> vestige.h:247</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a0211978ec81f9647c103a78fc8ec06ccad31c1e5f938ce881dc149ac8c7f5d0e1"><div class="ttname"><a href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06ccad31c1e5f938ce881dc149ac8c7f5d0e1">kPlugCategEffect</a></div><div class="ttdef"><b>Definition:</b> vestige.h:224</div></div>
|
|
<div class="ttc" id="struct___vst_time_info_html_a5e100949597c8db9a8054a5337aa4fee"><div class="ttname"><a href="struct___vst_time_info.html#a5e100949597c8db9a8054a5337aa4fee">_VstTimeInfo::cycleEndPos</a></div><div class="ttdeci">double cycleEndPos</div><div class="ttdef"><b>Definition:</b> vestige.h:330</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a7d88e9204009d89f1102dc2bcfe5d637a58c0197dcac9de442df2e0c4c04a9ca2"><div class="ttname"><a href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637a58c0197dcac9de442df2e0c4c04a9ca2">VestigeMaxNameLen</a></div><div class="ttdef"><b>Definition:</b> vestige.h:211</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a0211978ec81f9647c103a78fc8ec06cca3bfdcabf75000a902695888b25504882"><div class="ttname"><a href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca3bfdcabf75000a902695888b25504882">kPlugCategOfflineProcess</a></div><div class="ttdef"><b>Definition:</b> vestige.h:232</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a0211978ec81f9647c103a78fc8ec06cca1a7eea5992983435ec8eea75ff64852e"><div class="ttname"><a href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca1a7eea5992983435ec8eea75ff64852e">kPlugCategGenerator</a></div><div class="ttdef"><b>Definition:</b> vestige.h:234</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_a1a0f94f9ceced5ee165122c8be215c0f"><div class="ttname"><a href="struct___a_effect.html#a1a0f94f9ceced5ee165122c8be215c0f">_AEffect::user</a></div><div class="ttdeci">void * user</div><div class="ttdef"><b>Definition:</b> vestige.h:308</div></div>
|
|
<div class="ttc" id="struct___vst_time_info_html_a48d1a239d8cbf584c10e3d940c688d8c"><div class="ttname"><a href="struct___vst_time_info.html#a48d1a239d8cbf584c10e3d940c688d8c">_VstTimeInfo::ppqPos</a></div><div class="ttdeci">double ppqPos</div><div class="ttdef"><b>Definition:</b> vestige.h:326</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a6a7e6b73cd3df750b123f10a01339fa8"><div class="ttname"><a href="vestige_8h.html#a6a7e6b73cd3df750b123f10a01339fa8">audioMasterCallback</a></div><div class="ttdeci">intptr_t(* audioMasterCallback)(AEffect *, int32_t, int32_t, intptr_t, void *, float)</div><div class="ttdef"><b>Definition:</b> vestige.h:340</div></div>
|
|
<div class="ttc" id="struct___vst_events_html"><div class="ttname"><a href="struct___vst_events.html">_VstEvents</a></div><div class="ttdef"><b>Definition:</b> vestige.h:197</div></div>
|
|
<div class="ttc" id="struct___vst_midi_event_html_a248ee6ab14747b3cc4bc81092131c30a"><div class="ttname"><a href="struct___vst_midi_event.html#a248ee6ab14747b3cc4bc81092131c30a">_VstMidiEvent::deltaSamples</a></div><div class="ttdeci">int deltaSamples</div><div class="ttdef"><b>Definition:</b> vestige.h:167</div></div>
|
|
<div class="ttc" id="vestige_8h_html_aab3ba1d404dfb04b6e9046c7ab2df921a99a0b5722c93d88b2a4419ea2c8a4bab"><div class="ttname"><a href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921a99a0b5722c93d88b2a4419ea2c8a4bab">kVstParameterSupportsDisplayCategory</a></div><div class="ttdef"><b>Definition:</b> vestige.h:271</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a7d88e9204009d89f1102dc2bcfe5d637ac36abfd9a0555868dd470fe3b1275e8d"><div class="ttname"><a href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637ac36abfd9a0555868dd470fe3b1275e8d">VestigeMaxLabelLen</a></div><div class="ttdef"><b>Definition:</b> vestige.h:212</div></div>
|
|
<div class="ttc" id="struct___a_effect_html"><div class="ttname"><a href="struct___a_effect.html">_AEffect</a></div><div class="ttdef"><b>Definition:</b> vestige.h:275</div></div>
|
|
<div class="ttc" id="struct___vst_midi_event_html_a71a6b890b5f57c696a4ea3438fd4c38a"><div class="ttname"><a href="struct___vst_midi_event.html#a71a6b890b5f57c696a4ea3438fd4c38a">_VstMidiEvent::detune</a></div><div class="ttdeci">char detune</div><div class="ttdef"><b>Definition:</b> vestige.h:177</div></div>
|
|
<div class="ttc" id="vestige_8h_html_aab3ba1d404dfb04b6e9046c7ab2df921a8679f63830cbde4dd01c7c47f6a87af8"><div class="ttname"><a href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921a8679f63830cbde4dd01c7c47f6a87af8">kVstParameterSupportsDisplayIndex</a></div><div class="ttdef"><b>Definition:</b> vestige.h:270</div></div>
|
|
<div class="ttc" id="struct___vst_midi_event_html_a42edb733588a818462895da6f805efe6"><div class="ttname"><a href="struct___vst_midi_event.html#a42edb733588a818462895da6f805efe6">_VstMidiEvent::type</a></div><div class="ttdeci">int type</div><div class="ttdef"><b>Definition:</b> vestige.h:163</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a09506e50ce5963386d7c1834d095ee7e"><div class="ttname"><a href="vestige_8h.html#a09506e50ce5963386d7c1834d095ee7e">VstMidiEvent</a></div><div class="ttdeci">struct _VstMidiEvent VstMidiEvent</div><div class="ttdef"><b>Definition:</b> vestige.h:186</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_a860dbd3727e20b5a9ea5d7a47a593a03"><div class="ttname"><a href="struct___a_effect.html#a860dbd3727e20b5a9ea5d7a47a593a03">_AEffect::magic</a></div><div class="ttdeci">int magic</div><div class="ttdef"><b>Definition:</b> vestige.h:279</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a0211978ec81f9647c103a78fc8ec06cca32ea191b214606731d1d25419691a118"><div class="ttname"><a href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca32ea191b214606731d1d25419691a118">kPlugSurroundFx</a></div><div class="ttdef"><b>Definition:</b> vestige.h:230</div></div>
|
|
<div class="ttc" id="vestige_8h_html_aab3ba1d404dfb04b6e9046c7ab2df921a2e120964df0c1d8aa70e4c6a05d75704"><div class="ttname"><a href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921a2e120964df0c1d8aa70e4c6a05d75704">kVstParameterUsesIntStep</a></div><div class="ttdef"><b>Definition:</b> vestige.h:269</div></div>
|
|
<div class="ttc" id="struct___vst_events_html_a58c5c1034ce2b814084de6428c3bf096"><div class="ttname"><a href="struct___vst_events.html#a58c5c1034ce2b814084de6428c3bf096">_VstEvents::numEvents</a></div><div class="ttdeci">int numEvents</div><div class="ttdef"><b>Definition:</b> vestige.h:200</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a7d88e9204009d89f1102dc2bcfe5d637a41c8d4e234adcaff779f5d6651d1d967"><div class="ttname"><a href="vestige_8h.html#a7d88e9204009d89f1102dc2bcfe5d637a41c8d4e234adcaff779f5d6651d1d967">VestigeMaxFileNameLen</a></div><div class="ttdef"><b>Definition:</b> vestige.h:215</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_ae5718e40ed668233b907faad2a525bad"><div class="ttname"><a href="struct___a_effect.html#ae5718e40ed668233b907faad2a525bad">_AEffect::unkown_float</a></div><div class="ttdeci">float unkown_float</div><div class="ttdef"><b>Definition:</b> vestige.h:304</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_af37b5ec5d65d5f018f4ba506b98379ec"><div class="ttname"><a href="struct___a_effect.html#af37b5ec5d65d5f018f4ba506b98379ec">_AEffect::dispatcher</a></div><div class="ttdeci">intptr_t(* dispatcher)(struct _AEffect *, int, int, intptr_t, void *, float)</div><div class="ttdef"><b>Definition:</b> vestige.h:281</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a0211978ec81f9647c103a78fc8ec06ccadda0ce5dce0bad9d156fcf9c23b0fe09"><div class="ttname"><a href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06ccadda0ce5dce0bad9d156fcf9c23b0fe09">kPlugCategSpacializer</a></div><div class="ttdef"><b>Definition:</b> vestige.h:228</div></div>
|
|
<div class="ttc" id="struct___vst_time_info_html_a29584d969fcf53d1944028a0130167a9"><div class="ttname"><a href="struct___vst_time_info.html#a29584d969fcf53d1944028a0130167a9">_VstTimeInfo::smpteFrameRate</a></div><div class="ttdeci">int32_t smpteFrameRate</div><div class="ttdef"><b>Definition:</b> vestige.h:334</div></div>
|
|
<div class="ttc" id="vestige_8h_html_abbb0adb3ad806fefd0c2297703fb3c3f"><div class="ttname"><a href="vestige_8h.html#abbb0adb3ad806fefd0c2297703fb3c3f">VstTimeInfo</a></div><div class="ttdeci">struct _VstTimeInfo VstTimeInfo</div></div>
|
|
<div class="ttc" id="vestige_8h_html_aab3ba1d404dfb04b6e9046c7ab2df921a38560559b64885437f5de82c4fd9caaa"><div class="ttname"><a href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921a38560559b64885437f5de82c4fd9caaa">kVstParameterUsesFloatStep</a></div><div class="ttdef"><b>Definition:</b> vestige.h:268</div></div>
|
|
<div class="ttc" id="struct___vst_parameter_properties_html_a386c298aa7d9eb8a1fee1395f9c3eac7"><div class="ttname"><a href="struct___vst_parameter_properties.html#a386c298aa7d9eb8a1fee1395f9c3eac7">_VstParameterProperties::stepFloat</a></div><div class="ttdeci">float stepFloat</div><div class="ttdef"><b>Definition:</b> vestige.h:243</div></div>
|
|
<div class="ttc" id="struct___vst_midi_event_html_a2f662c0a70c7892247bbf1b3eea712e1"><div class="ttname"><a href="struct___vst_midi_event.html#a2f662c0a70c7892247bbf1b3eea712e1">_VstMidiEvent::reserved2</a></div><div class="ttdeci">char reserved2</div><div class="ttdef"><b>Definition:</b> vestige.h:183</div></div>
|
|
<div class="ttc" id="struct___vst_time_info_html_ae8e2477542d48d10fda35d60652338db"><div class="ttname"><a href="struct___vst_time_info.html#ae8e2477542d48d10fda35d60652338db">_VstTimeInfo::nanoSeconds</a></div><div class="ttdeci">double nanoSeconds</div><div class="ttdef"><b>Definition:</b> vestige.h:325</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a0211978ec81f9647c103a78fc8ec06cc"><div class="ttname"><a href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cc">VstPlugCategory</a></div><div class="ttdeci">VstPlugCategory</div><div class="ttdef"><b>Definition:</b> vestige.h:221</div></div>
|
|
<div class="ttc" id="vestige_8h_html_aab3ba1d404dfb04b6e9046c7ab2df921ab5860e99a55b088af49913c02d5fb027"><div class="ttname"><a href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921ab5860e99a55b088af49913c02d5fb027">kVstParameterCanRamp</a></div><div class="ttdef"><b>Definition:</b> vestige.h:272</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_a9952e8b1d2c322cb7f5198df86cc1dd9"><div class="ttname"><a href="struct___a_effect.html#a9952e8b1d2c322cb7f5198df86cc1dd9">_AEffect::ptr2</a></div><div class="ttdeci">void * ptr2</div><div class="ttdef"><b>Definition:</b> vestige.h:300</div></div>
|
|
<div class="ttc" id="struct___vst_midi_event_html_aa055e97c75c920e691409b4f2b15fccc"><div class="ttname"><a href="struct___vst_midi_event.html#aa055e97c75c920e691409b4f2b15fccc">_VstMidiEvent::byteSize</a></div><div class="ttdeci">int byteSize</div><div class="ttdef"><b>Definition:</b> vestige.h:165</div></div>
|
|
<div class="ttc" id="struct___vst_midi_event_html_a346b7fdebe4a9cf8262d59ab73bb428b"><div class="ttname"><a href="struct___vst_midi_event.html#a346b7fdebe4a9cf8262d59ab73bb428b">_VstMidiEvent::flags</a></div><div class="ttdeci">int flags</div><div class="ttdef"><b>Definition:</b> vestige.h:169</div></div>
|
|
<div class="ttc" id="vestige_8h_html_aab3ba1d404dfb04b6e9046c7ab2df921aaa662c1ada8b0b3580ff01222e60350c"><div class="ttname"><a href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921aaa662c1ada8b0b3580ff01222e60350c">kVstParameterIsSwitch</a></div><div class="ttdef"><b>Definition:</b> vestige.h:266</div></div>
|
|
<div class="ttc" id="struct___vst_parameter_properties_html_a1b4c8ac2b604ee7d67d02c90eabd8b40"><div class="ttname"><a href="struct___vst_parameter_properties.html#a1b4c8ac2b604ee7d67d02c90eabd8b40">_VstParameterProperties::category</a></div><div class="ttdeci">int16_t category</div><div class="ttdef"><b>Definition:</b> vestige.h:254</div></div>
|
|
<div class="ttc" id="struct___vst_event_html"><div class="ttname"><a href="struct___vst_event.html">_VstEvent</a></div><div class="ttdef"><b>Definition:</b> vestige.h:189</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_ac833a9a570b01af59285cee1568af7e7"><div class="ttname"><a href="struct___a_effect.html#ac833a9a570b01af59285cee1568af7e7">_AEffect::process</a></div><div class="ttdeci">void(* process)(struct _AEffect *, float **, float **, int)</div><div class="ttdef"><b>Definition:</b> vestige.h:283</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_af4fbbb3462f21df4ec126f1c0deea159"><div class="ttname"><a href="struct___a_effect.html#af4fbbb3462f21df4ec126f1c0deea159">_AEffect::getParameter</a></div><div class="ttdeci">float(* getParameter)(struct _AEffect *, int)</div><div class="ttdef"><b>Definition:</b> vestige.h:287</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_a328a2a0f8c25fbc8774c6a1f0f1a1262"><div class="ttname"><a href="struct___a_effect.html#a328a2a0f8c25fbc8774c6a1f0f1a1262">_AEffect::setParameter</a></div><div class="ttdeci">void(* setParameter)(struct _AEffect *, int, float)</div><div class="ttdef"><b>Definition:</b> vestige.h:285</div></div>
|
|
<div class="ttc" id="struct___vst_parameter_properties_html_adeaa4702ed238ed3480d53fe77f01395"><div class="ttname"><a href="struct___vst_parameter_properties.html#adeaa4702ed238ed3480d53fe77f01395">_VstParameterProperties::categoryLabel</a></div><div class="ttdeci">char categoryLabel[VestigeMaxCategLabelLen]</div><div class="ttdef"><b>Definition:</b> vestige.h:257</div></div>
|
|
<div class="ttc" id="struct___vst_time_info_html_a1b2bd58080d38a64efab7a6fe5704409"><div class="ttname"><a href="struct___vst_time_info.html#a1b2bd58080d38a64efab7a6fe5704409">_VstTimeInfo::timeSigDenominator</a></div><div class="ttdeci">int32_t timeSigDenominator</div><div class="ttdef"><b>Definition:</b> vestige.h:332</div></div>
|
|
<div class="ttc" id="struct___vst_midi_event_html_a0c7cb4291714337b12c60624a2e51b2a"><div class="ttname"><a href="struct___vst_midi_event.html#a0c7cb4291714337b12c60624a2e51b2a">_VstMidiEvent::noteOffVelocity</a></div><div class="ttdeci">char noteOffVelocity</div><div class="ttdef"><b>Definition:</b> vestige.h:179</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a0211978ec81f9647c103a78fc8ec06cca32af4edcd7dd80d832dc1000831c92b0"><div class="ttname"><a href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca32af4edcd7dd80d832dc1000831c92b0">kPlugCategRestoration</a></div><div class="ttdef"><b>Definition:</b> vestige.h:231</div></div>
|
|
<div class="ttc" id="struct___vst_parameter_properties_html_a3d86131c3f87ce31b0701cdb8c764ab0"><div class="ttname"><a href="struct___vst_parameter_properties.html#a3d86131c3f87ce31b0701cdb8c764ab0">_VstParameterProperties::displayIndex</a></div><div class="ttdeci">int16_t displayIndex</div><div class="ttdef"><b>Definition:</b> vestige.h:253</div></div>
|
|
<div class="ttc" id="vestige_8h_html_a0211978ec81f9647c103a78fc8ec06cca2e4415d5c0fae72d77cbf4bd2f30b42a"><div class="ttname"><a href="vestige_8h.html#a0211978ec81f9647c103a78fc8ec06cca2e4415d5c0fae72d77cbf4bd2f30b42a">kPlugCategSynth</a></div><div class="ttdef"><b>Definition:</b> vestige.h:225</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_a376e250b3aa8887ae024afebddb551f9"><div class="ttname"><a href="struct___a_effect.html#a376e250b3aa8887ae024afebddb551f9">_AEffect::uniqueID</a></div><div class="ttdeci">int32_t uniqueID</div><div class="ttdef"><b>Definition:</b> vestige.h:310</div></div>
|
|
<div class="ttc" id="struct___vst_parameter_properties_html"><div class="ttname"><a href="struct___vst_parameter_properties.html">_VstParameterProperties</a></div><div class="ttdef"><b>Definition:</b> vestige.h:241</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_a6c3485a4c0a0bcd675b3ecb3b31f4165"><div class="ttname"><a href="struct___a_effect.html#a6c3485a4c0a0bcd675b3ecb3b31f4165">_AEffect::flags</a></div><div class="ttdeci">int flags</div><div class="ttdef"><b>Definition:</b> vestige.h:297</div></div>
|
|
<div class="ttc" id="struct___a_effect_html_a6609c7db1e00b229ca39e2a356fcbcba"><div class="ttname"><a href="struct___a_effect.html#a6609c7db1e00b229ca39e2a356fcbcba">_AEffect::ptr1</a></div><div class="ttdeci">void * ptr1</div><div class="ttdef"><b>Definition:</b> vestige.h:299</div></div>
|
|
<div class="ttc" id="struct___vst_parameter_properties_html_ada1b0e40417723f63a1dddaf77f00107"><div class="ttname"><a href="struct___vst_parameter_properties.html#ada1b0e40417723f63a1dddaf77f00107">_VstParameterProperties::numParametersInCategory</a></div><div class="ttdeci">int16_t numParametersInCategory</div><div class="ttdef"><b>Definition:</b> vestige.h:255</div></div>
|
|
<div class="ttc" id="struct___vst_midi_event_html"><div class="ttname"><a href="struct___vst_midi_event.html">_VstMidiEvent</a></div><div class="ttdef"><b>Definition:</b> vestige.h:160</div></div>
|
|
<div class="ttc" id="struct___vst_parameter_properties_html_a1e225ad92330f67a9491adbc76d73d9c"><div class="ttname"><a href="struct___vst_parameter_properties.html#a1e225ad92330f67a9491adbc76d73d9c">_VstParameterProperties::future</a></div><div class="ttdeci">char future[16]</div><div class="ttdef"><b>Definition:</b> vestige.h:258</div></div>
|
|
<div class="ttc" id="struct___vst_time_info_html_ab6159414f43d562748a22ca639ea0805"><div class="ttname"><a href="struct___vst_time_info.html#ab6159414f43d562748a22ca639ea0805">_VstTimeInfo::timeSigNumerator</a></div><div class="ttdeci">int32_t timeSigNumerator</div><div class="ttdef"><b>Definition:</b> vestige.h:331</div></div>
|
|
<div class="ttc" id="struct___vst_midi_event_html_a3ccd7eafb565941a64295dfed91c9c35"><div class="ttname"><a href="struct___vst_midi_event.html#a3ccd7eafb565941a64295dfed91c9c35">_VstMidiEvent::reserved1</a></div><div class="ttdeci">char reserved1</div><div class="ttdef"><b>Definition:</b> vestige.h:181</div></div>
|
|
<div class="ttc" id="vestige_8h_html_aab3ba1d404dfb04b6e9046c7ab2df921"><div class="ttname"><a href="vestige_8h.html#aab3ba1d404dfb04b6e9046c7ab2df921">VstParameterFlags</a></div><div class="ttdeci">VstParameterFlags</div><div class="ttdef"><b>Definition:</b> vestige.h:264</div></div>
|
|
<div class="ttc" id="struct___vst_events_html_a9ac3d4f5cf4f21fdfd871e48570c1034"><div class="ttname"><a href="struct___vst_events.html#a9ac3d4f5cf4f21fdfd871e48570c1034">_VstEvents::events</a></div><div class="ttdeci">VstEvent * events[]</div><div class="ttdef"><b>Definition:</b> vestige.h:204</div></div>
|
|
<div class="ttc" id="struct___vst_time_info_html_a54c88343e5868eaa1747a1c40b8fc1ef"><div class="ttname"><a href="struct___vst_time_info.html#a54c88343e5868eaa1747a1c40b8fc1ef">_VstTimeInfo::cycleStartPos</a></div><div class="ttdeci">double cycleStartPos</div><div class="ttdef"><b>Definition:</b> vestige.h:329</div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
</a> 1.8.15
|
|
</small></address>
|
|
</body>
|
|
</html>
|