Added button for follow chain fade

git-svn-id: svn://code.dyne.org/veejay/trunk@1371 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2010-02-02 20:54:15 +00:00
parent 13c522b44e
commit d3d05a9d55
4 changed files with 68 additions and 2 deletions

View File

@@ -130,6 +130,12 @@ void on_button_001_clicked(GtkWidget *widget, gpointer user_data)
vj_midi_learning_vims_simple( info->midi, NULL, VIMS_SET_PLAIN_MODE );
}
void on_fx_followfade_toggled( GtkWidget *widget, gpointer data )
{
int val = is_button_toggled( "fx_followfade" ) ? 1:0;
multi_vims( VIMS_CHAIN_FOLLOW_FADE,"%d", val );
}
void on_button_252_clicked( GtkWidget *widget, gpointer user_data)
{
single_vims( VIMS_DEBUG_LEVEL );