summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/delivery.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-10-14 17:35:33 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-10-14 17:35:33 +0000
commit07be98b3410ac70b3c4451592fb88def678611ef (patch)
treea4fafdad0a4e67f9f49d4b5b21193bf37d8b2504 /libs/ardour/ardour/delivery.h
parentbb9cc45cd22af67ac275a5e73accbe14fee664d8 (diff)
(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
Diffstat (limited to 'libs/ardour/ardour/delivery.h')
-rw-r--r--libs/ardour/ardour/delivery.h5
1 files changed, 3 insertions, 2 deletions
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);