Mercurial > hg > svapp
comparison audioio/ClipMixer.h @ 320:7105604e9803 tonioni
note release is now a ramp
author | matthiasm |
---|---|
date | Tue, 14 Jan 2014 17:51:53 +0000 |
parents | faee60602049 |
children | 8d7f39df44ed |
comparison
equal
deleted
inserted
replaced
319:ccd3c927638b | 320:7105604e9803 |
---|---|
79 void mixNote(float **toBuffers, | 79 void mixNote(float **toBuffers, |
80 float *levels, | 80 float *levels, |
81 float frequency, | 81 float frequency, |
82 int sourceOffset, // within resampled note | 82 int sourceOffset, // within resampled note |
83 int targetOffset, // within target buffer | 83 int targetOffset, // within target buffer |
84 int sampleCount); | 84 int sampleCount, |
85 bool isEnd); | |
85 }; | 86 }; |
86 | 87 |
87 | 88 |
88 #endif | 89 #endif |