mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
add non-const SourceList accessor to Region
This commit is contained in:
parent
e3b1566534
commit
6dd516bc45
1 changed files with 1 additions and 0 deletions
|
|
@ -276,6 +276,7 @@ public:
|
|||
boost::shared_ptr<Source> source (uint32_t n=0) const { return _sources[ (n < _sources.size()) ? n : 0 ]; }
|
||||
uint32_t n_channels() const { return _sources.size(); }
|
||||
|
||||
SourceList& sources_for_edit () { return _sources; }
|
||||
const SourceList& sources () const { return _sources; }
|
||||
const SourceList& master_sources () const { return _master_sources; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue