mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
add ::n_vcas() method to VCAManager
This commit is contained in:
parent
a48888e688
commit
0e830fb6ec
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ class VCAManager : public SessionHandleRef, public PBD::StatefulDestructible
|
|||
boost::shared_ptr<VCA> vca_by_number(uint32_t) const;
|
||||
|
||||
VCAList vcas() const;
|
||||
VCAList::size_type n_vcas() const { return _vcas.size(); }
|
||||
|
||||
PBD::Signal1<void,VCAList&> VCAAdded;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue