]> err.no Git - mapper/commitdiff
Add current wav file field to struct
authorKaj-Michael Lang <milang@onion.tal.org>
Mon, 3 Mar 2008 09:39:29 +0000 (11:39 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Mon, 3 Mar 2008 09:39:29 +0000 (11:39 +0200)
src/audio-note.h

index a43df43543868c9916d662da6358592bebc538bd..4f5cd857c95b117f7407492938ac99dc3f5e5223 100644 (file)
@@ -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;
 };