|
|
|
@ -3945,8 +3945,8 @@ void locate_random_non_favorite() |
|
|
|
|
|
|
|
|
|
do { |
|
|
|
|
|
|
|
|
|
configuration.performance.voice[selected_instance_id]=random(32); |
|
|
|
|
configuration.performance.bank[selected_instance_id]=random(MAX_BANKS - 1); |
|
|
|
|
configuration.performance.voice[selected_instance_id] = random(32); |
|
|
|
|
configuration.performance.bank[selected_instance_id] = random(MAX_BANKS - 1); |
|
|
|
|
|
|
|
|
|
favsearcher++; |
|
|
|
|
|
|
|
|
@ -4125,6 +4125,7 @@ void UI_func_voice_select(uint8_t param) |
|
|
|
|
#endif |
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
else //only Favs
|
|
|
|
|
if (configuration.sys.favorites == 1) |
|
|
|
|
{ |
|
|
|
|