Version 4.4.2

This commit is contained in:
Gary Scavone
2013-09-29 23:15:24 +02:00
committed by Stephen Sinclair
parent b6a2202011
commit baca57040b
221 changed files with 1281 additions and 913 deletions

View File

@@ -21,7 +21,7 @@ namespace stk {
Chris Rolfe and Damian Keller, though there are likely to be a
number of differences in the actual implementation.
by Gary Scavone, 2005 - 2009.
by Gary Scavone, 2005 - 2010.
*/
/***************************************************/
@@ -139,7 +139,8 @@ class Granulate: public Generator
unsigned long decayCount;
unsigned long delayCount;
unsigned long counter;
unsigned long pointer;
//unsigned long pointer;
StkFloat pointer;
unsigned long startPointer;
unsigned int repeats;
GrainState state;
@@ -155,7 +156,8 @@ class Granulate: public Generator
StkFrames data_;
std::vector<Grain> grains_;
Noise noise;
long gPointer_;
//long gPointer_;
StkFloat gPointer_;
// Global grain parameters.
unsigned int gDuration_;