|
| 1 | +<!-- HTML header for doxygen 1.8.14--> |
| 2 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 3 | +<html xmlns="http://www.w3.org/1999/xhtml"> |
| 4 | +<head> |
| 5 | +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
| 6 | +<meta http-equiv="X-UA-Compatible" content="IE=9"/> |
| 7 | +<meta name="generator" content="Doxygen 1.9.5"/> |
| 8 | +<meta name="viewport" content="width=device-width, initial-scale=1"/> |
| 9 | +<title>iPlug 2: ControlRamp.h File Reference</title> |
| 10 | +<link href="tabs.css" rel="stylesheet" type="text/css"/> |
| 11 | +<script type="text/javascript" src="jquery.js"></script> |
| 12 | +<script type="text/javascript" src="dynsections.js"></script> |
| 13 | +<link href="search/search.css" rel="stylesheet" type="text/css"/> |
| 14 | +<script type="text/javascript" src="search/searchdata.js"></script> |
| 15 | +<script type="text/javascript" src="search/search.js"></script> |
| 16 | +<script type="text/x-mathjax-config"> |
| 17 | +MathJax.Hub.Config({ |
| 18 | + extensions: ["tex2jax.js"], |
| 19 | + jax: ["input/TeX","output/HTML-CSS"], |
| 20 | +}); |
| 21 | +</script> |
| 22 | +<script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js"></script> |
| 23 | +<link href="doxygen.css" rel="stylesheet" type="text/css" /> |
| 24 | +<link href="style.css" rel="stylesheet" type="text/css"/> |
| 25 | +</head> |
| 26 | +<body> |
| 27 | +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> |
| 28 | +<div id="titlearea"> |
| 29 | +<table cellspacing="0" cellpadding="0"> |
| 30 | + <tbody> |
| 31 | + <tr style="height: 80px;"> |
| 32 | + <td id="projectalign" style="padding-left: 0.5em;"> |
| 33 | + <div id="projectname">iPlug2 - C++ Audio Plug-in Framework |
| 34 | + </div> |
| 35 | + </td> |
| 36 | + </tr> |
| 37 | + </tbody> |
| 38 | +</table> |
| 39 | +</div> |
| 40 | +<!-- end header part --> |
| 41 | +<!-- Generated by Doxygen 1.9.5 --> |
| 42 | +<script type="text/javascript"> |
| 43 | +/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
| 44 | +var searchBox = new SearchBox("searchBox", "search/",'.html'); |
| 45 | +/* @license-end */ |
| 46 | +</script> |
| 47 | +<script type="text/javascript" src="menudata.js"></script> |
| 48 | +<script type="text/javascript" src="menu.js"></script> |
| 49 | +<script type="text/javascript"> |
| 50 | +/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
| 51 | +$(function() { |
| 52 | + initMenu('',true,false,'search.php','Search'); |
| 53 | + $(document).ready(function() { init_search(); }); |
| 54 | +}); |
| 55 | +/* @license-end */ |
| 56 | +</script> |
| 57 | +<div id="main-nav"></div> |
| 58 | +<!-- window showing the filter options --> |
| 59 | +<div id="MSearchSelectWindow" |
| 60 | + onmouseover="return searchBox.OnSearchSelectShow()" |
| 61 | + onmouseout="return searchBox.OnSearchSelectHide()" |
| 62 | + onkeydown="return searchBox.OnSearchSelectKey(event)"> |
| 63 | +</div> |
| 64 | + |
| 65 | +<!-- iframe showing the search results (closed by default) --> |
| 66 | +<div id="MSearchResultsWindow"> |
| 67 | +<div id="MSearchResults"> |
| 68 | +<div class="SRPage"> |
| 69 | +<div id="SRIndex"> |
| 70 | +<div id="SRResults"></div> |
| 71 | +<div class="SRStatus" id="Loading">Loading...</div> |
| 72 | +<div class="SRStatus" id="Searching">Searching...</div> |
| 73 | +<div class="SRStatus" id="NoMatches">No Matches</div> |
| 74 | +</div> |
| 75 | +</div> |
| 76 | +</div> |
| 77 | +</div> |
| 78 | + |
| 79 | +<div id="nav-path" class="navpath"> |
| 80 | + <ul> |
| 81 | +<li class="navelem"><a class="el" href="dir_a8a4892678035c62db3a4af7d9811050.html">IPlug</a></li><li class="navelem"><a class="el" href="dir_91051055e54918154e7732bfb3d5e02e.html">Extras</a></li><li class="navelem"><a class="el" href="dir_d4b30d5c376971d0f4766afe86763bfc.html">Synth</a></li> </ul> |
| 82 | +</div> |
| 83 | +</div><!-- top --> |
| 84 | +<div class="header"> |
| 85 | + <div class="summary"> |
| 86 | +<a href="#nested-classes">Classes</a> </div> |
| 87 | + <div class="headertitle"><div class="title">ControlRamp.h File Reference</div></div> |
| 88 | +</div><!--header--> |
| 89 | +<div class="contents"> |
| 90 | +<div class="textblock"><code>#include <array></code><br /> |
| 91 | +<code>#include <functional></code><br /> |
| 92 | +<code>#include <iostream></code><br /> |
| 93 | +<code>#include <utility></code><br /> |
| 94 | +</div> |
| 95 | +<p><a href="_control_ramp_8h_source.html">Go to the source code of this file.</a></p> |
| 96 | +<table class="memberdecls"> |
| 97 | +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="nested-classes" name="nested-classes"></a> |
| 98 | +Classes</h2></td></tr> |
| 99 | +<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_control_ramp.html">ControlRamp</a></td></tr> |
| 100 | +<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">A <a class="el" href="struct_control_ramp.html" title="A ControlRamp describes one value changing over time.">ControlRamp</a> describes one value changing over time. <a href="struct_control_ramp.html#details">More...</a><br /></td></tr> |
| 101 | +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> |
| 102 | +<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="class_control_ramp_processor.html">ControlRampProcessor</a></td></tr> |
| 103 | +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> |
| 104 | +</table> |
| 105 | +<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> |
| 106 | +<div class="textblock"><p >A <a class="el" href="struct_control_ramp.html" title="A ControlRamp describes one value changing over time.">ControlRamp</a> describes one value changing over time. </p> |
| 107 | +<p >It can be easily converted into a signal for more processing, or if sample accuracy is not needed, just the end value can be used. It describes a piecewise function in three pieces: from [0, startValue] to [transitionStart, startValue] from [transitionStart, startValue] to [transitionEnd, endValue] from [transitionEnd, endValue] to [blockSize, endValue] </p> |
| 108 | + |
| 109 | +<p class="definition">Definition in file <a class="el" href="_control_ramp_8h_source.html">ControlRamp.h</a>.</p> |
| 110 | +</div></div><!-- contents --> |
| 111 | +<!-- start footer part --> |
| 112 | +<hr class="footer"/><address class="footer"><small> |
| 113 | +Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.5 |
| 114 | +</small></address> |
| 115 | +</body> |
| 116 | +</html> |
0 commit comments