mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 15:20:02 +01:00
vloopback start/stop in preferences window, #47
This commit is contained in:
@@ -4162,4 +4162,13 @@ void on_alphacomposite_toggled(GtkWidget *widget, gpointer user_data)
|
||||
multi_vims( VIMS_ALPHA_COMPOSITE,"%d", is_button_toggled( "alphacomposite" ));
|
||||
}
|
||||
|
||||
void on_button_vloop_stop_clicked(GtkWidget *widget, gpointer user_data)
|
||||
{
|
||||
single_vims( VIMS_VLOOPBACK_STOP );
|
||||
}
|
||||
|
||||
void on_button_vloop_start_clicked(GtkWidget *widget, gpointer user_data)
|
||||
{
|
||||
multi_vims( VIMS_VLOOPBACK_START, "%d", get_nums( "spin_vloop" ) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user