mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-06 01:21:38 -05:00
-Fixed bug reported by LeatusPenguin loading loops without audio.cfg file
This commit is contained in:
parent
b83fae5575
commit
b109e8776d
1 changed files with 5 additions and 0 deletions
|
@ -248,6 +248,11 @@ int DiskReader::loadSample( int track, int scene, string path )
|
||||||
LUPPP_WARN("cancel clicked, deleting audiobuffer" );
|
LUPPP_WARN("cancel clicked, deleting audiobuffer" );
|
||||||
delete ab;
|
delete ab;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
LUPPP_NOTE("AudioBuffer set %i beats.", ab->getBeats() );
|
||||||
|
loadableBuffer = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( loadableBuffer )
|
if ( loadableBuffer )
|
||||||
|
|
Loading…
Add table
Reference in a new issue