mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 23:30:00 +01:00
put reset midi events in menu, kick mistake in setup_samplebank
git-svn-id: svn://code.dyne.org/veejay/trunk@1208 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -3702,4 +3702,8 @@ void on_save_midi_layout1_activate( GtkWidget *w, gpointer data )
|
||||
if(filename)
|
||||
vj_midi_save( info->midi, filename );
|
||||
}
|
||||
|
||||
|
||||
void on_clear_midi_layout1_activate( GtkWidget *w, gpointer data )
|
||||
{
|
||||
vj_midi_reset(info->midi);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user