Release 4.3.0 tarball

This commit is contained in:
Gary Scavone
2013-09-29 23:41:50 +02:00
committed by Stephen Sinclair
parent 554a74374b
commit 1a8403e203
462 changed files with 4751 additions and 3397 deletions

View File

@@ -6,7 +6,7 @@
<BODY BGCOLOR="#FFFFFF">
<CENTER>
<img src="princeton.gif"> &nbsp; <img src="ccrma.gif"> &nbsp; <img src="mcgill.gif"><P>
<a class="qindex" href="index.html">Home</a> &nbsp; <a class="qindex" href="information.html">Information</a> &nbsp; <a class="qindex" href="classes.html">Classes</a> &nbsp; <a class="qindex" href="download.html">Download</a> &nbsp; <a class="qindex" href="usage.html">Usage</a> &nbsp; <a class="qindex" href="maillist.html">Mail List</a> &nbsp; <a class="qindex" href="system.html">Requirements</a> &nbsp; <a class="qindex" href="links.html">Links</a> &nbsp; <a class="qindex" href="tutorial.html">Tutorial</a></CENTER>
<a class="qindex" href="index.html">Home</a> &nbsp; <a class="qindex" href="information.html">Information</a> &nbsp; <a class="qindex" href="classes.html">Classes</a> &nbsp; <a class="qindex" href="download.html">Download</a> &nbsp; <a class="qindex" href="usage.html">Usage</a> &nbsp; <a class="qindex" href="maillist.html">Mail List</a> &nbsp; <a class="qindex" href="system.html">Requirements</a> &nbsp; <a class="qindex" href="links.html">Links</a> &nbsp; <a class="qindex" href="faq.html">FAQ</a> &nbsp; <a class="qindex" href="tutorial.html">Tutorial</a></CENTER>
<HR>
<!-- Generated by Doxygen 1.4.4 -->
<h1>Granulate Class Reference</h1><!-- doxytag: class="Granulate" --><!-- doxytag: inherits="Generator" --><code>#include &lt;<a class="el" href="Granulate_8h-source.html">Granulate.h</a>&gt;</code>
@@ -235,7 +235,7 @@ Granular synthesis allows for time-stetching without affecting the original pitc
<p>
Set global grain parameters used to determine individual grain settings.
<p>
Each grain is defined as having a length of <em>duration</em> milliseconds which must be greater than zero. For values of <em>rampPercent</em> (0 - 100) greater than zero, a linear envelope will be applied to each grain. If <em>rampPercent</em> = 100, the resultant grain "window" is triangular while <em>rampPercent</em> = 50 produces a trapezoidal window. In addition, each grain can have a time delay of length <em>delay</em> and a grain pointer increment of length <em>offset</em>, which can be negative, before the next ramp onset (in milliseconds). The actual values calculated for each grain will be randomized by a factor set using the <a class="el" href="classGranulate.html#a8">setRandomFactor()</a> function. </td>
Each grain is defined as having a length of <em>duration</em> milliseconds which must be greater than zero. For values of <em>rampPercent</em> (0 - 100) greater than zero, a linear envelope will be applied to each grain. If <em>rampPercent</em> = 100, the resultant grain "window" is triangular while <em>rampPercent</em> = 50 produces a trapezoidal window. In addition, each grain can have a time delay of length <em>delay</em> and a grain pointer increment of length <em>offset</em>, which can be negative, before the next ramp onset (in milliseconds). The <em>offset</em> parameter controls grain pointer jumps between enveloped grain segments, while the <em>delay</em> parameter causes grain calculations to pause between grains. The actual values calculated for each grain will be randomized by a factor set using the <a class="el" href="classGranulate.html#a8">setRandomFactor()</a> function. </td>
</tr>
</table>
<a class="anchor" name="a8"></a><!-- doxytag: member="Granulate::setRandomFactor" ref="a8" args="(StkFloat randomness=0.1)" --><p>
@@ -274,7 +274,7 @@ This random factor is applied when all grain state durations are calculated. If
<table>
<tr><td><A HREF="http://ccrma.stanford.edu/software/stk/"><I>The Synthesis ToolKit in C++ (STK)</I></A></td></tr>
<tr><td>&copy;1995-2005 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
<tr><td>&copy;1995-2007 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
</table>
</BODY>