Implement parameter linking to expression pedal.

This commit is contained in:
Tim LaBerge
2012-12-01 15:30:56 -08:00
parent 88819a795b
commit cf239da94c
5 changed files with 111 additions and 13 deletions

1
gui.h
View File

@@ -29,5 +29,6 @@ void gui_create(Device *device);
void gui_free();
gboolean unsupported_device_dialog(Device **device);
const gchar* get_message_name(MessageID msgid);
void create_pedal1_assign(void);
#endif /* GDIGI_GUI_H */