summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-10-15 16:57:23 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-11-02 16:32:18 -0600
commite87e0ec0283674c3e649c1218822fa03c3fc9016 (patch)
tree79027f00faa4c49231bb81ae275d89fe77f02e05 /libs/ardour/ardour/route.h
parent67beff22ceaf2cdcbab92a978e8afc35a9751762 (diff)
add a MidiStateTracker to DiskReader and use to handle transport stop note resolving
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index e11ddf8eca..18b1853436 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -157,7 +157,7 @@ public:
virtual bool can_record() { return false; }
void non_realtime_transport_stop (samplepos_t now, bool flush);
- void realtime_handle_transport_stopped ();
+ virtual void realtime_handle_transport_stopped ();
virtual void realtime_locate () {}
virtual void non_realtime_locate (samplepos_t);