summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-02-14 18:04:57 -0600
committerBen Loftis <ben@harrisonconsoles.com>2018-02-14 18:04:57 -0600
commit208c781248335dda963f032fcb7e9427bb070244 (patch)
treeb6d0253486929af2c5a91572a6c6bac222ca89b6 /libs/ardour/ardour/route.h
parent58002d82eaed7b0c4d388eccc93a5f638a3ff409 (diff)
Auto-monitor == Cue for MIDI tracks.
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index 138f8a9d71..bfd894375b 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -134,6 +134,8 @@ public:
boost::shared_ptr<MonitorControl> monitoring_control() const { return _monitoring_control; }
MonitorState monitoring_state () const;
+ virtual MonitorState get_auto_monitoring_state () const { return MonitoringSilence; }
+
virtual MeterState metering_state () const;
/* these are the core of the API of a Route. see the protected sections as well */