From: Kaj-Michael Lang Date: Mon, 3 Mar 2008 09:39:29 +0000 (+0200) Subject: Add current wav file field to struct X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b47d9f59500f2d17f8d6074370d31b71cc34031;p=mapper Add current wav file field to struct --- diff --git a/src/audio-note.h b/src/audio-note.h index a43df43..4f5cd85 100644 --- a/src/audio-note.h +++ b/src/audio-note.h @@ -44,6 +44,7 @@ struct _audio_note_ui { GtkWidget *btn_play; GtkWidget *btn_stop; gint pos_sid; + gchar *cfile; note_pipeline *note_play; note_pipeline *note_record; };