fixed overflow when using big audio buffers

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@290 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-08-07 20:33:31 +00:00
parent 59a7fcb117
commit 057138808b
2 changed files with 2 additions and 2 deletions

View File

@@ -267,7 +267,7 @@ public:
// audio-buffer-mgm
void FASTCALL bufferToPort( const sampleFrame * _buf,
const fpab_t _frames,
const fpab_t _framesAhead,
const f_cnt_t _framesAhead,
const volumeVector & _volumeVector,
audioPort * _port );