summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/region.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-02-11 09:39:36 -0600
committerBen Loftis <ben@harrisonconsoles.com>2018-02-11 09:39:36 -0600
commite6da4c4846cd3097e2393f0e43016b870e7cf592 (patch)
treef54b4f56ab2b39a4c91bb5e6e0141031b8731566 /libs/ardour/ardour/region.h
parent11e50fe0c5f441f8d017529a62ac4c8eeb6403c2 (diff)
SoloSelection: libardour part.
Diffstat (limited to 'libs/ardour/ardour/region.h')
-rw-r--r--libs/ardour/ardour/region.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h
index a147a6163a..b536aa16a9 100644
--- a/libs/ardour/ardour/region.h
+++ b/libs/ardour/ardour/region.h
@@ -113,6 +113,8 @@ public:
samplecnt_t length () const { return _length; }
layer_t layer () const { return _layer; }
+ void set_selected_for_solo(bool yn);
+
samplecnt_t source_length(uint32_t n) const;
uint32_t max_source_level () const;
@@ -413,6 +415,8 @@ protected:
samplepos_t _transient_analysis_start;
samplepos_t _transient_analysis_end;
+ bool _soloSelected;
+
private:
void mid_thaw (const PBD::PropertyChange&);