add RP500 compressor and amp settings

This commit is contained in:
Tomasz Moń
2009-04-12 18:36:41 +02:00
parent 12c2ccc87f
commit c964d38c17
7 changed files with 286 additions and 42 deletions

4
gui.h
View File

@@ -17,8 +17,10 @@
#ifndef GDIGI_GUI_H
#define GDIGI_GUI_H
#include "effects.h"
void show_error_message(GtkWidget *parent, gchar *message);
void gui_create();
void gui_create(EffectList *list, int n_list);
void gui_free();
#endif /* GDIGI_GUI_H */