-Fixed bug reported by LeatusPenguin loading loops without audio.cfg file

main
Harry van Haaren 2013-11-21 19:37:42 +00:00
parent b83fae5575
commit b109e8776d
1 changed files with 5 additions and 0 deletions

View File

@ -248,6 +248,11 @@ int DiskReader::loadSample( int track, int scene, string path )
LUPPP_WARN("cancel clicked, deleting audiobuffer" );
delete ab;
}
else
{
LUPPP_NOTE("AudioBuffer set %i beats.", ab->getBeats() );
loadableBuffer = true;
}
}
if ( loadableBuffer )