From 07be98b3410ac70b3c4451592fb88def678611ef Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 14 Oct 2009 17:35:33 +0000 Subject: (1) silence non-process FIFO message (2) move MIDI state tracking down to the MidiPort level (3) forward port the PRIVATE_JACK pointer "fix" from 2.X git-svn-id: svn://localhost/ardour2/branches/3.0@5774 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/delivery.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libs/ardour/ardour/delivery.h') diff --git a/libs/ardour/ardour/delivery.h b/libs/ardour/ardour/delivery.h index d2991a2d04..9224d2755c 100644 --- a/libs/ardour/ardour/delivery.h +++ b/libs/ardour/ardour/delivery.h @@ -68,9 +68,10 @@ public: void run (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nframes_t nframes); - /* supplemental method use with MIDI */ + /* supplemental method used with MIDI */ - void flush (nframes_t nframes); + void flush (nframes_t nframes, nframes64_t time); + void transport_stopped (); void no_outs_cuz_we_no_monitor(bool); -- cgit v1.2.3