mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Cleanup depth management
This commit is contained in:
@@ -241,6 +241,13 @@ SourceList::iterator Session::find(float depth_from, float depth_to)
|
||||
return std::find_if(sources_.begin(), sources_.end(), Source::hasDepth(depth_from, depth_to));
|
||||
}
|
||||
|
||||
SourceList Session::getCopy() const
|
||||
{
|
||||
SourceList list;
|
||||
list = sources_;
|
||||
return list;
|
||||
}
|
||||
|
||||
uint Session::numSource() const
|
||||
{
|
||||
return sources_.size();
|
||||
|
||||
Reference in New Issue
Block a user