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:
Paul Davis 2016-01-21 12:04:20 -05:00
parent 9e5b7db89f
commit 23794eca5b
5 changed files with 11 additions and 10 deletions

View file

@ -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);