mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 03:47:42 +01:00
filling the midi playback buffer is a private operation.
This commit is contained in:
parent
bbaa5c6f45
commit
03ed56b247
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue