mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-22 07:40:00 +01:00
issue #42
This commit is contained in:
@@ -4671,8 +4671,10 @@ static void load_samplelist_info(gboolean with_reset_slotselection)
|
||||
if( fxtext ) free(fxtext);
|
||||
fxlen = 0;
|
||||
|
||||
load_from = (info->status_tokens[PLAY_MODE] == MODE_STREAM ?
|
||||
info->status_tokens[ SAMPLE_COUNT ] : info->status_tokens[ SAMPLE_INV_COUNT ] );
|
||||
// load_from = (info->status_tokens[PLAY_MODE] == MODE_STREAM ?
|
||||
// info->status_tokens[ SAMPLE_COUNT ] : info->status_tokens[ SAMPLE_INV_COUNT ] );
|
||||
|
||||
load_from = 0; /* usually there are not that many streams but FIXME: offset wrong by one */
|
||||
if( load_from < 0 )
|
||||
{
|
||||
load_from = 0;
|
||||
|
||||
Reference in New Issue
Block a user