Mercurial > hg > svapp
comparison audioio/AudioGenerator.h @ 383:681447b07142 tonioni
Merge from default branch
author | Chris Cannam |
---|---|
date | Fri, 18 Jul 2014 11:07:51 +0100 |
parents | 2484e6f95c06 |
children | 72c662fe7ea3 |
comparison
equal
deleted
inserted
replaced
380:d8bde801ebd4 | 383:681447b07142 |
---|---|
154 virtual int mixContinuousSynthModel | 154 virtual int mixContinuousSynthModel |
155 (Model *model, int startFrame, int frameCount, | 155 (Model *model, int startFrame, int frameCount, |
156 float **buffer, float gain, float pan); | 156 float **buffer, float gain, float pan); |
157 | 157 |
158 static const int m_processingBlockSize; | 158 static const int m_processingBlockSize; |
159 | |
160 float **m_channelBuffer; | |
161 int m_channelBufSiz; | |
162 int m_channelBufCount; | |
159 }; | 163 }; |
160 | 164 |
161 #endif | 165 #endif |
162 | 166 |