13
0

filling the midi playback buffer is a private operation.

This commit is contained in:
Robin Gareus 2015-11-28 22:30:54 +01:00
parent bbaa5c6f45
commit 03ed56b247

View File

@ -66,7 +66,6 @@ class LIBARDOUR_API MidiDiskstream : public Diskstream
float playback_buffer_load() const;
float capture_buffer_load() const;
void get_playback (MidiBuffer& dst, framecnt_t);
void flush_playback (framepos_t, framepos_t);
void set_record_enabled (bool yn);
@ -138,6 +137,7 @@ class LIBARDOUR_API MidiDiskstream : public Diskstream
static framecnt_t midi_readahead;
private:
void get_playback (MidiBuffer& dst, framecnt_t);
/* The two central butler operations */
int do_flush (RunContext context, bool force = false);