Mercurial > hg > svapp
comparison audioio/ClipMixer.h @ 324:ce2b123fc2de tonioni
Merge
author | Rachel Bittner <rmb456@nyu.edu> |
---|---|
date | Thu, 16 Jan 2014 15:49:26 -0500 |
parents | 7105604e9803 |
children | 8d7f39df44ed |
comparison
equal
deleted
inserted
replaced
323:5c69d40a0e30 | 324:ce2b123fc2de |
---|---|
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 |