(Hopefully) Last fix for papu on 64bit
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1600 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -379,7 +379,7 @@ void papuInstrument::playNote( notePlayHandle * _n, bool,
|
||||
int const buf_size = 2048;
|
||||
int framesleft = frames;
|
||||
int datalen = 0;
|
||||
static blip_sample_t buf [buf_size*2];
|
||||
blip_sample_t buf [buf_size*2];
|
||||
while( framesleft > 0 )
|
||||
{
|
||||
int avail = papu->samples_avail();
|
||||
|
||||
Reference in New Issue
Block a user