mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 15:20:02 +01:00
issue #117
This commit is contained in:
@@ -1680,6 +1680,16 @@ void on_loop_pingpong_clicked(GtkWidget *widget, gpointer user_data)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
void on_loop_oncenop_clicked(GtkWidget *widget, gpointer user_data)
|
||||
{
|
||||
if(!info->status_lock)
|
||||
{
|
||||
multi_vims(VIMS_SAMPLE_SET_LOOPTYPE,"%d %d",0,4);
|
||||
vj_midi_learning_vims_msg2(info->midi,NULL,VIMS_SAMPLE_SET_LOOPTYPE,0,4);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
void on_check_marker_bind_clicked(GtkWidget *widget, gpointer user_data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user