mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 15:20:02 +01:00
add menu item to reloaded: append to samplelist, fix url in about dialog, remove repeating log messages, fix sample loading > 100, fix sample sequencing, trigger sample sequence reload in reloaded, append sequence list, clean up, safer buffer lengths
This commit is contained in:
@@ -1331,7 +1331,16 @@ void on_button_samplelist_open_clicked(GtkWidget *widget, gpointer user_data)
|
||||
g_free(filename );
|
||||
}
|
||||
}
|
||||
|
||||
void on_button_samplelist_append_clicked(GtkWidget *widget, gpointer user_data)
|
||||
{
|
||||
gint erase_all = 0;
|
||||
gchar *filename = dialog_open_file( "Append a samplelist",1);
|
||||
if(filename)
|
||||
{
|
||||
multi_vims( VIMS_SAMPLE_LOAD_SAMPLELIST, "%s", filename );
|
||||
g_free(filename );
|
||||
}
|
||||
}
|
||||
void on_veejay_expander_activate(GtkWidget *exp, gpointer user_data)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user