mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 07:10:14 +01:00
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:
@@ -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" ));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user