refactor chain fader and methods

This commit is contained in:
niels
2015-11-30 23:28:47 +01:00
parent f5a2b3b6f5
commit 9785030cd6
6 changed files with 69 additions and 60 deletions

View File

@@ -3283,12 +3283,12 @@ static void update_current_slot(int *history, int pm, int last_pm)
}
if( pm == MODE_SAMPLE|| pm == MODE_STREAM )
/* if( pm == MODE_SAMPLE|| pm == MODE_STREAM )
if( history[CHAIN_FADE] != info->status_tokens[CHAIN_FADE] )
{
double val = (double) info->status_tokens[CHAIN_FADE];
update_slider_value( "manualopacity", val,0 );
}
} */
if( fx_anim ) {
set_toggle_button("kf_none",1);