add checkbutton 'alpha clear' to clear alpha channels every frame period (if off, it is an effector since it leaks alpha to the next frame)

This commit is contained in:
niels
2015-11-08 20:30:53 +01:00
parent d546c38092
commit 4981799a64
8 changed files with 64 additions and 2 deletions

View File

@@ -4156,4 +4156,12 @@ void on_save_midi_layout1_activate( GtkWidget *w, gpointer data )
void on_clear_midi_layout1_activate( GtkWidget *w, gpointer data )
{
vj_midi_reset(info->midi);
}
}
void on_alphacomposite_toggled(GtkWidget *widget, gpointer user_data)
{
multi_vims( VIMS_ALPHA_COMPOSITE,"%d", is_button_toggled( "alphacomposite" ));
}