summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2016-01-16 14:40:03 -0800
committerLen Ovens <len@ovenwerks.net>2016-01-16 14:40:03 -0800
commit7b08d650c00e87a19fe96b65e80a75e63b481937 (patch)
treec0071a52279960a53eee7c237b20a62ff499ffe7 /libs/ardour/ardour/session.h
parent65be9fa2faed4847cf0aa28b705654e270324f99 (diff)
Change last commit to use it's own variable rather than borrowing solo's
Diffstat (limited to 'libs/ardour/ardour/session.h')
-rw-r--r--libs/ardour/ardour/session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index 385eadbadf..afc93a9f76 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -1107,6 +1107,7 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop
framecnt_t _worst_track_latency;
bool _have_captured;
bool _non_soloed_outs_muted;
+ bool _listening;
uint32_t _listen_cnt;
uint32_t _solo_isolated_cnt;
bool _writable;