mirror of
https://github.com/thestk/stk
synced 2026-01-19 07:31:52 +00:00
Release 4.3.0 tarball
This commit is contained in:
committed by
Stephen Sinclair
parent
554a74374b
commit
1a8403e203
@@ -6,7 +6,7 @@
|
||||
<BODY BGCOLOR="#FFFFFF">
|
||||
<CENTER>
|
||||
<img src="princeton.gif"> <img src="ccrma.gif"> <img src="mcgill.gif"><P>
|
||||
<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="tutorial.html">Tutorial</a></CENTER>
|
||||
<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.4.4 -->
|
||||
<h1>Granulate Class Reference</h1><!-- doxytag: class="Granulate" --><!-- doxytag: inherits="Generator" --><code>#include <<a class="el" href="Granulate_8h-source.html">Granulate.h</a>></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>©1995-2005 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
||||
<tr><td>©1995-2007 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
||||
</table>
|
||||
|
||||
</BODY>
|
||||
|
||||
Reference in New Issue
Block a user