diff 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
line wrap: on
line diff
--- a/audioio/ClipMixer.h	Thu Jan 09 21:31:54 2014 +0000
+++ b/audioio/ClipMixer.h	Tue Jan 14 17:51:53 2014 +0000
@@ -81,7 +81,8 @@
                  float frequency,
                  int sourceOffset, // within resampled note
                  int targetOffset, // within target buffer
-                 int sampleCount);
+                 int sampleCount,
+                 bool isEnd);
 };