mirror of
https://github.com/thestk/stk
synced 2026-01-18 07:01:53 +00:00
Release 4.4.3 tarball
This commit is contained in:
committed by
Stephen Sinclair
parent
cfdfe7736a
commit
f13d5bb3cd
@@ -9,7 +9,7 @@
|
||||
<a class="qindex" href="index.html">Home</a> <a class="qindex" href="information.html">Information</a> <a class="qindex" href="classes.html">Classes</a> <a class="qindex" href="download.html">Download</a> <a class="qindex" href="usage.html">Usage</a> <a class="qindex" href="maillist.html">Mail List</a> <a class="qindex" href="system.html">Requirements</a> <a class="qindex" href="links.html">Links</a> <a class="qindex" href="faq.html">FAQ</a> <a class="qindex" href="tutorial.html">Tutorial</a></CENTER>
|
||||
<HR>
|
||||
<!-- Generated by Doxygen 1.6.2 -->
|
||||
<div class="navpath"><a class="el" href="dir_ca1e4533604ab7cb0cdaaff730a9c38f.html">include</a>
|
||||
<div class="navpath"><a class="el" href="dir_f14fd23bc74c76f288031ad23b3f3505.html">include</a>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<h1>FM.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef STK_FM_H</span>
|
||||
@@ -62,34 +62,37 @@
|
||||
<a name="l00087"></a>00087
|
||||
<a name="l00089"></a>00089 <span class="keyword">virtual</span> StkFloat <a class="code" href="classstk_1_1FM.html#a81f351fd8732fd6e686735b7b45a4241" title="Compute and return one output sample.">tick</a>( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> ) = 0;
|
||||
<a name="l00090"></a>00090
|
||||
<a name="l00091"></a>00091 <span class="keyword">protected</span>:
|
||||
<a name="l00092"></a>00092
|
||||
<a name="l00093"></a>00093 std::vector<ADSR *> adsr_;
|
||||
<a name="l00094"></a>00094 std::vector<FileLoop *> waves_;
|
||||
<a name="l00095"></a>00095 <a class="code" href="classstk_1_1SineWave.html" title="STK sinusoid oscillator class.">SineWave</a> vibrato_;
|
||||
<a name="l00096"></a>00096 <a class="code" href="classstk_1_1TwoZero.html" title="STK two-zero filter class.">TwoZero</a> twozero_;
|
||||
<a name="l00097"></a>00097 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> nOperators_;
|
||||
<a name="l00098"></a>00098 StkFloat baseFrequency_;
|
||||
<a name="l00099"></a>00099 std::vector<StkFloat> ratios_;
|
||||
<a name="l00100"></a>00100 std::vector<StkFloat> gains_;
|
||||
<a name="l00101"></a>00101 StkFloat modDepth_;
|
||||
<a name="l00102"></a>00102 StkFloat control1_;
|
||||
<a name="l00103"></a>00103 StkFloat control2_;
|
||||
<a name="l00104"></a>00104 StkFloat fmGains_[100];
|
||||
<a name="l00105"></a>00105 StkFloat fmSusLevels_[16];
|
||||
<a name="l00106"></a>00106 StkFloat fmAttTimes_[32];
|
||||
<a name="l00107"></a>00107
|
||||
<a name="l00108"></a>00108 };
|
||||
<a name="l00109"></a>00109
|
||||
<a name="l00110"></a>00110 } <span class="comment">// stk namespace</span>
|
||||
<a name="l00111"></a>00111
|
||||
<a name="l00112"></a>00112 <span class="preprocessor">#endif</span>
|
||||
<a name="l00099"></a>00099 <span class="keyword">virtual</span> <a class="code" href="classstk_1_1StkFrames.html" title="An STK class to handle vectorized audio data.">StkFrames</a>& <a class="code" href="classstk_1_1FM.html#a81f351fd8732fd6e686735b7b45a4241" title="Compute and return one output sample.">tick</a>( <a class="code" href="classstk_1_1StkFrames.html" title="An STK class to handle vectorized audio data.">StkFrames</a>& frames, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> channel = 0 ) = 0;
|
||||
<a name="l00100"></a>00100
|
||||
<a name="l00101"></a>00101 <span class="keyword">protected</span>:
|
||||
<a name="l00102"></a>00102
|
||||
<a name="l00103"></a>00103 std::vector<ADSR *> adsr_;
|
||||
<a name="l00104"></a>00104 std::vector<FileLoop *> waves_;
|
||||
<a name="l00105"></a>00105 <a class="code" href="classstk_1_1SineWave.html" title="STK sinusoid oscillator class.">SineWave</a> vibrato_;
|
||||
<a name="l00106"></a>00106 <a class="code" href="classstk_1_1TwoZero.html" title="STK two-zero filter class.">TwoZero</a> twozero_;
|
||||
<a name="l00107"></a>00107 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> nOperators_;
|
||||
<a name="l00108"></a>00108 StkFloat baseFrequency_;
|
||||
<a name="l00109"></a>00109 std::vector<StkFloat> ratios_;
|
||||
<a name="l00110"></a>00110 std::vector<StkFloat> gains_;
|
||||
<a name="l00111"></a>00111 StkFloat modDepth_;
|
||||
<a name="l00112"></a>00112 StkFloat control1_;
|
||||
<a name="l00113"></a>00113 StkFloat control2_;
|
||||
<a name="l00114"></a>00114 StkFloat fmGains_[100];
|
||||
<a name="l00115"></a>00115 StkFloat fmSusLevels_[16];
|
||||
<a name="l00116"></a>00116 StkFloat fmAttTimes_[32];
|
||||
<a name="l00117"></a>00117
|
||||
<a name="l00118"></a>00118 };
|
||||
<a name="l00119"></a>00119
|
||||
<a name="l00120"></a>00120 } <span class="comment">// stk namespace</span>
|
||||
<a name="l00121"></a>00121
|
||||
<a name="l00122"></a>00122 <span class="preprocessor">#endif</span>
|
||||
</pre></div></div>
|
||||
<HR>
|
||||
|
||||
<table>
|
||||
<tr><td><A HREF="http://ccrma.stanford.edu/software/stk/"><I>The Synthesis ToolKit in C++ (STK)</I></A></td></tr>
|
||||
<tr><td>©1995-2010 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
||||
<tr><td>©1995-2011 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
||||
</table>
|
||||
|
||||
</BODY>
|
||||
|
||||
Reference in New Issue
Block a user