mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
rename Controllable::WholeGroup => InverseGroup to reflect real intent.
Add logic to RouteGroupMember::use_group() to implement the real intent of InverseGroup
This commit is contained in:
parent
9e5b7db89f
commit
23794eca5b
5 changed files with 11 additions and 10 deletions
|
|
@ -41,7 +41,7 @@ setup_libpbd_enums ()
|
|||
REGISTER_CLASS_ENUM (Controllable, GainLike);
|
||||
REGISTER (controllable_flags);
|
||||
|
||||
REGISTER_CLASS_ENUM (Controllable, WholeGroup);
|
||||
REGISTER_CLASS_ENUM (Controllable, InverseGroup);
|
||||
REGISTER_CLASS_ENUM (Controllable, UseGroup);
|
||||
REGISTER_CLASS_ENUM (Controllable, NoGroup);
|
||||
REGISTER (controllable_group_disposition);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue