Actually flush to disk continuously while MIDI loop recording.
[ardour.git] / libs / ardour / ardour / midi_diskstream.h
index ae86660c03bdfdfcb8befc7c24090c2b5fa26369..26a27a87e4bd02df3daf62bd3ddf8e949ba4aef7 100644 (file)
@@ -194,6 +194,7 @@ class MidiDiskstream : public Diskstream
        NoteMode                     _note_mode;
        volatile gint                _frames_written_to_ringbuffer;
        volatile gint                _frames_read_from_ringbuffer;
+       volatile gint                _frames_pending_write;
 
        /** A buffer that we use to put newly-arrived MIDI data in for
            the GUI to read (so that it can update itself).